diff --git a/openapi/ams.yml b/openapi/ams.yml index e7697977..0dc33054 100644 --- a/openapi/ams.yml +++ b/openapi/ams.yml @@ -17,7 +17,6 @@ securityDefinitions: security: - APIKeyHeader: [] - host: localhost schemes: - https @@ -44,7 +43,7 @@ paths: description: | Register a new user parameters: - - $ref: '#/parameters/ApiKey' + - name: User information in: body description: Extra user information @@ -73,7 +72,7 @@ paths: description: | Retrieve all registrations the service with or without any filters applied parameters: - - $ref: '#/parameters/ApiKey' + - $ref: '#/parameters/RegistrationStatus' - $ref: '#/parameters/RegistrationActivationToken' - $ref: '#/parameters/RegistrationName' @@ -100,7 +99,7 @@ paths: description: | Register a new user parameters: - - $ref: '#/parameters/ApiKey' + - name: UUID in: path description: UUID of the registration @@ -130,7 +129,7 @@ paths: description: | Decline a new user parameters: - - $ref: '#/parameters/ApiKey' + - name: UUID in: path description: UUID of the registration @@ -169,7 +168,7 @@ paths: description: | Retrieves a user's registration parameters: - - $ref: '#/parameters/ApiKey' + - name: UUID in: path description: UUID of the registration @@ -197,7 +196,7 @@ paths: description: | Retrieve all schemas under a project parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -229,7 +228,7 @@ paths: that the registered schema and the messages that are expected to be published to the resepctive topic later on, work as expected. parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -274,7 +273,7 @@ paths: description: | Create a new schema parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -320,7 +319,7 @@ paths: description: | Retrieve schema parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -353,7 +352,7 @@ paths: description: | Update schema parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -401,7 +400,7 @@ paths: description: | Delete schema parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -437,7 +436,7 @@ paths: description: | list operational metrics parameters: - - $ref: '#/parameters/ApiKey' + tags: - Operational Metrics responses: @@ -467,7 +466,6 @@ paths: list health status parameters: - $ref: '#/parameters/Details' - - $ref: '#/parameters/ApiKeyDetails' tags: - Health Check responses: @@ -489,7 +487,7 @@ paths: description: | list operational metrics parameters: - - $ref: '#/parameters/ApiKey' + - $ref: '#/parameters/StartDate' - $ref: '#/parameters/EndDate' - $ref: '#/parameters/Projects' @@ -515,7 +513,7 @@ paths: description: | List all the available projects in the service parameters: - - $ref: '#/parameters/ApiKey' + tags: - Projects responses: @@ -542,7 +540,7 @@ paths: description: | Shows a specific projects information parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -571,7 +569,7 @@ paths: description: | Create a new project in the service parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -610,7 +608,7 @@ paths: description: | Update information on an existing project parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -652,7 +650,7 @@ paths: description: | This request deletes an existing project and clears all it's contained topics and subscriptions parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -686,7 +684,7 @@ paths: description: | Shows a specific projects information parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -716,7 +714,7 @@ paths: description: | List all user members of the specific project. This call is can be used only by project admins or service admins parameters: - - $ref: '#/parameters/ApiKey' + - $ref: '#/parameters/PageToken' - $ref: '#/parameters/PageSize' - $ref: '#/parameters/UserDetails' @@ -751,7 +749,7 @@ paths: description: | Shows information on a specific user member of the project. This call is can be used only by project admins or service admins parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -784,7 +782,7 @@ paths: description: | Creates a new user memeber under the specified project.Can be used by the project admin of the project when previosuly only service admins could create users. parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -832,7 +830,7 @@ paths: description: | Update a user memeber under the specified project.Can be used by the project admin of the project when previosuly only service admins could update users. parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -880,7 +878,7 @@ paths: description: | Add a user to the project parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -929,7 +927,7 @@ paths: description: | Removes the user from the respective project. parameters: - - $ref: '#/parameters/ApiKey' + - name: PROJECT in: path description: Name of the project @@ -963,7 +961,7 @@ paths: description: | List all available users in the service parameters: - - $ref: '#/parameters/ApiKey' + - $ref: '#/parameters/PageToken' - $ref: '#/parameters/PageSize' - $ref: '#/parameters/UserDetails' @@ -993,7 +991,7 @@ paths: description: | Shows a specific user's information parameters: - - $ref: '#/parameters/ApiKey' + - name: USER in: path description: Name of the user @@ -1022,7 +1020,7 @@ paths: description: | Create a new user in a project parameters: - - $ref: '#/parameters/ApiKey' + - name: USER in: path description: Name of the user @@ -1068,7 +1066,7 @@ paths: description: | Updates an existing user's information parameters: - - $ref: '#/parameters/ApiKey' + - name: USER in: path description: Name of the user @@ -1122,7 +1120,7 @@ paths: description: | Deletes an existing user parameters: - - $ref: '#/parameters/ApiKey' + - name: USER in: path description: Name of the user @@ -1153,7 +1151,7 @@ paths: description: | Show a specific's user information parameters: - - $ref: '#/parameters/ApiKey' + - name: UUID in: path description: UUID of the user @@ -1183,7 +1181,7 @@ paths: description: | Show a specific's user information parameters: - - $ref: '#/parameters/ApiKey' + - name: Token in: path description: Token of the user @@ -1213,7 +1211,7 @@ paths: description: | Show a specific's user information parameters: - - $ref: '#/parameters/ApiKey' + tags: - Users responses: @@ -1232,7 +1230,7 @@ paths: description: | The user's token is refreshed parameters: - - $ref: '#/parameters/ApiKey' + - name: USER in: path description: Name of the user @@ -1264,7 +1262,6 @@ paths: If the USER making the request has only consumer role for the respective project, it will load only the subscriptions that he has access to(being present in a subscriptions's acl). parameters: - - $ref: '#/parameters/ApiKey' - $ref: '#/parameters/PageToken' - $ref: '#/parameters/PageSize' - name: PROJECT @@ -1297,7 +1294,6 @@ paths: description: | Returns all the subscriptions associated with a specific topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1333,7 +1329,6 @@ paths: description: | Lists information about a specific subscription belonging to a specific project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1366,7 +1361,6 @@ paths: description: | This request creates a new subscription in a project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1408,7 +1402,6 @@ paths: description: | This request deletes an existing subscription in a project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1447,7 +1440,6 @@ paths: description: | Show a list of authorized consumers on the given subscription parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1482,7 +1474,6 @@ paths: description: | Modify the list of authorized consumers on a subscription parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1525,7 +1516,6 @@ paths: description: | Modify the Offset of a given subscription parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1567,7 +1557,6 @@ paths: description: | Modify Ack Deadline of a given subscription. Ack deadline is in seconds. Min value allowed: 0sec. Maximum value allowed: 600sec. parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1610,7 +1599,6 @@ paths: description: | Get min max and current offset of a subscription parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1645,7 +1633,6 @@ paths: description: | Get the offset of the first message with a timestamp equal or greater than the time given. parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1688,7 +1675,6 @@ paths: description: | Use an existing subscription to pull messages parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1889,7 +1875,6 @@ paths: description: | Show a list of subscription's metrics like the number of messages published parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1926,7 +1911,6 @@ paths: If the user making the request has only publisher role for the given project, it will load the topics that he has access to(being in a topic's acl). parameters: - - $ref: '#/parameters/ApiKey' - $ref: '#/parameters/PageToken' - $ref: '#/parameters/PageSize' - name: PROJECT @@ -1959,7 +1943,6 @@ paths: description: | The Topics endpoint returns a list of available topics for a given project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -1992,7 +1975,6 @@ paths: description: | This request creates a new topic in a project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2038,7 +2020,6 @@ paths: description: | This request deletes an existing topic in a project parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2077,7 +2058,6 @@ paths: description: | Links the given schema to the topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2118,9 +2098,8 @@ paths: post: summary: Unlink the given schema from the topic description: | - Uninks the given schema from the topic + Unlinks the given schema from the topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2147,15 +2126,12 @@ paths: 500: $ref: "#/responses/500" - - /projects/{PROJECT}/topics/{TOPIC}:publish: post: summary: List topics in a project description: | The topic:publish endpoint publish a message to a specific topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2196,7 +2172,6 @@ paths: description: | Show a list of authorized producers on the given topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2231,7 +2206,6 @@ paths: description: | Show a list of topic metrics like the number of messages published parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2266,7 +2240,6 @@ paths: description: | Modify the list of authorized producers on a topic parameters: - - $ref: '#/parameters/ApiKey' - name: PROJECT in: path description: Name of the project @@ -2305,8 +2278,6 @@ paths: get: summary: "List API Version information" description: "List api version information such as release version, commit hash etc" - parameters: - - $ref: '#/parameters/ApiKey' tags: - Version produces: @@ -2319,20 +2290,6 @@ paths: $ref: "#/definitions/Version" parameters: - ApiKey: - name: key - in: query - description: user key token for authentication - required: true - type: string - default: SecretKey123 - ApiKeyDetails: - name: key - in: query - description: user key token for authentication when accesing the url parameter details - required: false - type: string - default: "" Details: name: details in: query diff --git a/search-index.json b/search-index.json index d755202e..69713b27 100644 --- a/search-index.json +++ b/search-index.json @@ -1 +1 @@ -[{"documents":[{"i":1,"t":"AMS - The Service","u":"/argo-messaging/docs/","b":["Docs","What is AMS"]},{"i":11,"t":"API Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","b":["Docs","API Calls"]},{"i":60,"t":"Authentication","u":"/argo-messaging/docs/api_advanced/api_auth","b":["Docs","API Calls"]},{"i":62,"t":"Projects","u":"/argo-messaging/docs/api_advanced/api_projects","b":["Docs","API Calls"]},{"i":186,"t":"Topics","u":"/argo-messaging/docs/api_advanced/api_topics","b":["Docs","API Calls"]},{"i":308,"t":"Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","b":["Docs","API Calls"]},{"i":390,"t":"Subscriptions Api Calls","u":"/argo-messaging/docs/api_advanced/api_subscriptions","b":["Docs","API Calls"]},{"i":635,"t":"User Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","b":["Docs","API Calls"]},{"i":701,"t":"API Errors","u":"/argo-messaging/docs/api_basic/api_errors","b":["Docs","Argo Messaging API"]},{"i":706,"t":"Get API Version information","u":"/argo-messaging/docs/api_advanced/api_version","b":["Docs","API Calls"]},{"i":716,"t":"Communication Channels","u":"/argo-messaging/docs/communication/","b":["Docs","Communication"]},{"i":718,"t":"Security and privacy considerations","u":"/argo-messaging/docs/concepts/auth","b":["Docs","General Concepts"]},{"i":756,"t":"Data flow in Argo Messaging","u":"/argo-messaging/docs/concepts/msg_flow","b":["Docs","General Concepts"]},{"i":758,"t":"Service introduction and configuration","u":"/argo-messaging/docs/api_basic/api_intro","b":["Docs","Argo Messaging API"]},{"i":767,"t":"User Management","u":"/argo-messaging/docs/api_advanced/api_users","b":["Docs","API Calls"]},{"i":893,"t":"Using Apache Kafka as a Backend Message system","u":"/argo-messaging/docs/concepts/msg_backend","b":["Docs","General Concepts"]},{"i":895,"t":"Overview & Introduction","u":"/argo-messaging/docs/concepts/overview","b":["Docs","General Concepts"]},{"i":915,"t":"Q & A - Ruby specifics","u":"/argo-messaging/docs/faq/qa_ruby","b":["Docs","Frequent Questions"]},{"i":919,"t":"Q & A - General Questions","u":"/argo-messaging/docs/faq/qa","b":["Docs","Frequent Questions"]},{"i":925,"t":"Metrics Guide","u":"/argo-messaging/docs/guides/guide_metrics","b":["Docs","Guides"]},{"i":927,"t":"Publisher Guide","u":"/argo-messaging/docs/guides/publisher","b":["Docs","Guides"]},{"i":935,"t":"Replaying Messages","u":"/argo-messaging/docs/guides/replaying_guide","b":["Docs","Guides"]},{"i":945,"t":"Mattermost Integration","u":"/argo-messaging/docs/guides/mattermost-integration_guide","b":["Docs","Guides"]},{"i":950,"t":"Subscriber Guide","u":"/argo-messaging/docs/guides/subscriber_guide","b":["Docs","Guides"]},{"i":960,"t":"Receiving messages using Push","u":"/argo-messaging/docs/guides/subscriber-push_guide","b":["Docs","Guides"]},{"i":972,"t":"Initial Project & User Management","u":"/argo-messaging/docs/concepts/projects_users","b":["Docs","General Concepts"]},{"i":994,"t":"Terms of Use","u":"/argo-messaging/docs/policies/terms","b":["Docs","Policies"]},{"i":996,"t":"Receiving messages using Pull","u":"/argo-messaging/docs/guides/subscriber-pull_guide","b":["Docs","Guides"]},{"i":1006,"t":"How to use the service","u":"/argo-messaging/docs/howto/how_to_use","b":["Docs","How to use"]},{"i":1011,"t":"AMS Push Worker","u":"/argo-messaging/docs/howto/ams_push_worker","b":["Docs","How to use"]},{"i":1013,"t":"AMS Privacy Policy","u":"/argo-messaging/docs/policies/ams_privacy_policy","b":["Docs","Policies"]},{"i":1035,"t":"Training Resources","u":"/argo-messaging/docs/training_material/","b":["Docs","Training Material"]},{"i":1037,"t":"Use cases for the Argo Messaging Service","u":"/argo-messaging/docs/use_cases/","b":["Docs","Use Cases"]},{"i":1043,"t":"Technical and organisational measures (TOM)","u":"/argo-messaging/docs/policies/tom","b":["Docs","Policies"]}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/1",[0,2.558,1,2.279]],["t/11",[2,1.945,3,2.987,4,2.503]],["t/60",[5,4.225]],["t/62",[6,3.54]],["t/186",[7,4.225]],["t/308",[8,4.225]],["t/390",[2,1.945,9,2.987,10,2.987]],["t/635",[11,2.558,12,3.5]],["t/701",[2,2.279,13,3.5]],["t/706",[2,1.945,14,2.987,15,2.987]],["t/716",[16,3.5,17,3.5]],["t/718",[18,2.987,19,2.503,20,2.987]],["t/756",[21,2.605,22,2.605,23,2.183,24,1.392]],["t/758",[1,1.945,25,2.503,26,2.987]],["t/767",[11,2.558,27,2.932]],["t/893",[24,1.109,28,1.109,29,2.075,30,2.075,31,2.075,32,2.075]],["t/895",[25,2.932,33,3.5]],["t/915",[34,2.503,35,2.987,36,2.987]],["t/919",[34,2.503,37,2.987,38,2.987]],["t/925",[4,2.932,39,2.558]],["t/927",[39,2.558,40,3.5]],["t/935",[24,1.871,41,3.5]],["t/945",[42,3.5,43,3.5]],["t/950",[39,2.558,44,3.5]],["t/960",[24,1.392,28,1.392,45,2.183,46,2.183]],["t/972",[6,2.183,11,1.904,27,2.183,47,2.605]],["t/994",[28,1.871,48,3.5]],["t/996",[24,1.392,28,1.392,45,2.183,49,2.605]],["t/1006",[1,2.279,28,1.871]],["t/1011",[0,2.183,46,2.503,50,2.987]],["t/1013",[0,2.183,19,2.503,51,2.987]],["t/1035",[52,3.5,53,3.5]],["t/1037",[1,1.504,23,1.935,24,1.235,28,1.235,54,2.31]],["t/1043",[55,2.605,56,2.605,57,2.605,58,2.605]]],"invertedIndex":[["am",{"_index":0,"t":{"1":{"position":[[0,3]]},"1011":{"position":[[0,3]]},"1013":{"position":[[0,3]]}}}],["apach",{"_index":29,"t":{"893":{"position":[[6,6]]}}}],["api",{"_index":2,"t":{"11":{"position":[[0,3]]},"390":{"position":[[14,3]]},"701":{"position":[[0,3]]},"706":{"position":[[4,3]]}}}],["argo",{"_index":23,"t":{"756":{"position":[[13,4]]},"1037":{"position":[[18,4]]}}}],["authent",{"_index":5,"t":{"60":{"position":[[0,14]]}}}],["backend",{"_index":31,"t":{"893":{"position":[[24,7]]}}}],["call",{"_index":10,"t":{"390":{"position":[[18,5]]}}}],["case",{"_index":54,"t":{"1037":{"position":[[4,5]]}}}],["channel",{"_index":17,"t":{"716":{"position":[[14,8]]}}}],["commun",{"_index":16,"t":{"716":{"position":[[0,13]]}}}],["configur",{"_index":26,"t":{"758":{"position":[[25,13]]}}}],["consider",{"_index":20,"t":{"718":{"position":[[21,14]]}}}],["data",{"_index":21,"t":{"756":{"position":[[0,4]]}}}],["error",{"_index":13,"t":{"701":{"position":[[4,6]]}}}],["flow",{"_index":22,"t":{"756":{"position":[[5,4]]}}}],["gener",{"_index":37,"t":{"919":{"position":[[8,7]]}}}],["guid",{"_index":39,"t":{"925":{"position":[[8,5]]},"927":{"position":[[10,5]]},"950":{"position":[[11,5]]}}}],["inform",{"_index":15,"t":{"706":{"position":[[16,11]]}}}],["initi",{"_index":47,"t":{"972":{"position":[[0,7]]}}}],["integr",{"_index":43,"t":{"945":{"position":[[11,11]]}}}],["introduct",{"_index":25,"t":{"758":{"position":[[8,12]]},"895":{"position":[[11,12]]}}}],["kafka",{"_index":30,"t":{"893":{"position":[[13,5]]}}}],["manag",{"_index":27,"t":{"767":{"position":[[5,10]]},"972":{"position":[[23,10]]}}}],["mattermost",{"_index":42,"t":{"945":{"position":[[0,10]]}}}],["measur",{"_index":57,"t":{"1043":{"position":[[29,8]]}}}],["messag",{"_index":24,"t":{"756":{"position":[[18,9]]},"893":{"position":[[32,7]]},"935":{"position":[[10,8]]},"960":{"position":[[10,8]]},"996":{"position":[[10,8]]},"1037":{"position":[[23,9]]}}}],["metric",{"_index":4,"t":{"11":{"position":[[16,7]]},"925":{"position":[[0,7]]}}}],["oper",{"_index":3,"t":{"11":{"position":[[4,11]]}}}],["organis",{"_index":56,"t":{"1043":{"position":[[14,14]]}}}],["overview",{"_index":33,"t":{"895":{"position":[[0,8]]}}}],["polici",{"_index":51,"t":{"1013":{"position":[[12,6]]}}}],["privaci",{"_index":19,"t":{"718":{"position":[[13,7]]},"1013":{"position":[[4,7]]}}}],["project",{"_index":6,"t":{"62":{"position":[[0,8]]},"972":{"position":[[8,7]]}}}],["publish",{"_index":40,"t":{"927":{"position":[[0,9]]}}}],["pull",{"_index":49,"t":{"996":{"position":[[25,4]]}}}],["push",{"_index":46,"t":{"960":{"position":[[25,4]]},"1011":{"position":[[4,4]]}}}],["q",{"_index":34,"t":{"915":{"position":[[0,1]]},"919":{"position":[[0,1]]}}}],["question",{"_index":38,"t":{"919":{"position":[[16,9]]}}}],["receiv",{"_index":45,"t":{"960":{"position":[[0,9]]},"996":{"position":[[0,9]]}}}],["registr",{"_index":12,"t":{"635":{"position":[[5,12]]}}}],["replay",{"_index":41,"t":{"935":{"position":[[0,9]]}}}],["resourc",{"_index":53,"t":{"1035":{"position":[[9,9]]}}}],["rubi",{"_index":35,"t":{"915":{"position":[[8,4]]}}}],["schema",{"_index":8,"t":{"308":{"position":[[0,7]]}}}],["secur",{"_index":18,"t":{"718":{"position":[[0,8]]}}}],["servic",{"_index":1,"t":{"1":{"position":[[10,7]]},"758":{"position":[[0,7]]},"1006":{"position":[[15,7]]},"1037":{"position":[[33,7]]}}}],["specif",{"_index":36,"t":{"915":{"position":[[13,9]]}}}],["subscrib",{"_index":44,"t":{"950":{"position":[[0,10]]}}}],["subscript",{"_index":9,"t":{"390":{"position":[[0,13]]}}}],["system",{"_index":32,"t":{"893":{"position":[[40,6]]}}}],["technic",{"_index":55,"t":{"1043":{"position":[[0,9]]}}}],["term",{"_index":48,"t":{"994":{"position":[[0,5]]}}}],["tom",{"_index":58,"t":{"1043":{"position":[[39,3]]}}}],["topic",{"_index":7,"t":{"186":{"position":[[0,6]]}}}],["train",{"_index":52,"t":{"1035":{"position":[[0,8]]}}}],["us",{"_index":28,"t":{"893":{"position":[[0,5]]},"960":{"position":[[19,5]]},"994":{"position":[[9,3]]},"996":{"position":[[19,5]]},"1006":{"position":[[7,3]]},"1037":{"position":[[0,3]]}}}],["user",{"_index":11,"t":{"635":{"position":[[0,4]]},"767":{"position":[[0,4]]},"972":{"position":[[18,4]]}}}],["version",{"_index":14,"t":{"706":{"position":[[8,7]]}}}],["worker",{"_index":50,"t":{"1011":{"position":[[9,6]]}}}]],"pipeline":["stemmer"]}},{"documents":[{"i":3,"t":"Features","u":"/argo-messaging/docs/","h":"#features","p":1},{"i":5,"t":"Architectural aspect","u":"/argo-messaging/docs/","h":"#architectural-aspect","p":1},{"i":7,"t":"Fundamentals","u":"/argo-messaging/docs/","h":"#fundamentals","p":1},{"i":9,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/","h":"#pull-vs-push-subscriptions","p":1},{"i":13,"t":"[GET] Get Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-operational-metrics","p":11},{"i":15,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request","p":11},{"i":17,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request","p":11},{"i":19,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses","p":11},{"i":21,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors","p":11},{"i":23,"t":"[GET] Get Health status","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-health-status","p":11},{"i":24,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-1","p":11},{"i":26,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-1","p":11},{"i":28,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-1","p":11},{"i":30,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-1","p":11},{"i":32,"t":"[GET] Get a VA Report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-a-va-report","p":11},{"i":34,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-2","p":11},{"i":36,"t":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters","p":11},{"i":38,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-2","p":11},{"i":40,"t":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters","p":11},{"i":42,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-2","p":11},{"i":44,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-2","p":11},{"i":46,"t":"[GET] Get User usage report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-user-usage-report","p":11},{"i":48,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-3","p":11},{"i":50,"t":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters-1","p":11},{"i":52,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-3","p":11},{"i":54,"t":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters-1","p":11},{"i":56,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-3","p":11},{"i":58,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-3","p":11},{"i":64,"t":"[GET] Manage Projects - List all projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-all-projects","p":62},{"i":66,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request","p":62},{"i":68,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request","p":62},{"i":70,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses","p":62},{"i":72,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors","p":62},{"i":74,"t":"[GET] Manage Projects - List a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-a-specific-project","p":62},{"i":76,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-1","p":62},{"i":78,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where","p":62},{"i":80,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-1","p":62},{"i":82,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-1","p":62},{"i":84,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-1","p":62},{"i":86,"t":"[POST] Manage Projects - Create new project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-manage-projects---create-new-project","p":62},{"i":88,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-2","p":62},{"i":90,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-1","p":62},{"i":92,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body","p":62},{"i":94,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-2","p":62},{"i":96,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-2","p":62},{"i":98,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-2","p":62},{"i":100,"t":"[PUT] Manage Projects - Update a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-manage-projects---update-a-project","p":62},{"i":102,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-3","p":62},{"i":104,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-2","p":62},{"i":106,"t":"PUT body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-body","p":62},{"i":108,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-3","p":62},{"i":110,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-3","p":62},{"i":112,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-3","p":62},{"i":114,"t":"[DELETE] Manage Projects - Delete Project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#delete-manage-projects---delete-project","p":62},{"i":116,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-4","p":62},{"i":118,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-3","p":62},{"i":120,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-4","p":62},{"i":122,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-4","p":62},{"i":124,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-4","p":62},{"i":126,"t":"[GET] List all users that are members of a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-list-all-users-that-are-members-of-a-specific-project","p":62},{"i":127,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-5","p":62},{"i":129,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-5","p":62},{"i":131,"t":"Unprivileged mode (non service_admin user)","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#unprivileged-mode-non-service_admin-user","p":62},{"i":133,"t":"[GET] Show a specific member user of the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-show-a-specific-member-user-of-the-specific-project","p":62},{"i":134,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-6","p":62},{"i":136,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-6","p":62},{"i":138,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-5","p":62},{"i":140,"t":"[POST] Create a new member user under the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-create-a-new-member-user-under-the-specific-project","p":62},{"i":141,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-7","p":62},{"i":143,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-1","p":62},{"i":145,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-7","p":62},{"i":147,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-6","p":62},{"i":149,"t":"[PUT] Updates the roles for a member user under the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-updates-the-roles-for-a-member-user-under-the-specific-project","p":62},{"i":150,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-8","p":62},{"i":152,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-2","p":62},{"i":154,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-8","p":62},{"i":156,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-7","p":62},{"i":158,"t":"[POST] Add/Invite a user to a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-addinvite-a-user-to-a-project","p":62},{"i":159,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-9","p":62},{"i":161,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-3","p":62},{"i":163,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-9","p":62},{"i":165,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-8","p":62},{"i":167,"t":"[POST] Remove a user from the project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-remove-a-user-from-the-project","p":62},{"i":168,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-10","p":62},{"i":170,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-10","p":62},{"i":172,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-9","p":62},{"i":174,"t":"[GET] Project Metrics","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-project-metrics","p":62},{"i":176,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-5","p":62},{"i":178,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-4","p":62},{"i":180,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-11","p":62},{"i":182,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-11","p":62},{"i":184,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-10","p":62},{"i":188,"t":"[PUT] Manage Topics - Create new topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#create-topic","p":186},{"i":190,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request","p":186},{"i":192,"t":"RequestBody","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#requestbody","p":186},{"i":194,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where","p":186},{"i":196,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request","p":186},{"i":198,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses","p":186},{"i":200,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors","p":186},{"i":202,"t":"[DELETE] Manage Topics - Delete topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#delete-manage-topics---delete-topic","p":186},{"i":204,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-1","p":186},{"i":206,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-1","p":186},{"i":208,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-1","p":186},{"i":210,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-1","p":186},{"i":212,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-1","p":186},{"i":214,"t":"[GET] Manage Topics - Get a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---get-a-topic","p":186},{"i":216,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-2","p":186},{"i":218,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-2","p":186},{"i":220,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-2","p":186},{"i":222,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-2","p":186},{"i":224,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-2","p":186},{"i":226,"t":"[GET] Manage Topics - List Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---list-topics","p":186},{"i":228,"t":"Paginated Request that returns all topics under the specified project","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-all-topics-under-the-specified-project","p":186},{"i":230,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-3","p":186},{"i":232,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-3","p":186},{"i":234,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-3","p":186},{"i":236,"t":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":186},{"i":238,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-4","p":186},{"i":240,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-4","p":186},{"i":242,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-4","p":186},{"i":244,"t":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-next--page-of-a-specific-size","p":186},{"i":246,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-5","p":186},{"i":248,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-5","p":186},{"i":250,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-5","p":186},{"i":252,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-3","p":186},{"i":254,"t":"[POST] Publish message/s to a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#publish","p":186},{"i":256,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-3","p":186},{"i":258,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-6","p":186},{"i":260,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data","p":186},{"i":262,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-6","p":186},{"i":264,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-6","p":186},{"i":266,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-4","p":186},{"i":268,"t":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-list-acl-of-a-given-topic","p":186},{"i":270,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-4","p":186},{"i":272,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-7","p":186},{"i":274,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-7","p":186},{"i":276,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-7","p":186},{"i":278,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-5","p":186},{"i":280,"t":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-modify-acl-of-a-given-topic","p":186},{"i":282,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-5","p":186},{"i":284,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-8","p":186},{"i":286,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data-1","p":186},{"i":288,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-8","p":186},{"i":290,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-8","p":186},{"i":292,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-6","p":186},{"i":294,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-7","p":186},{"i":296,"t":"[GET] Topic Metrics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-topic-metrics","p":186},{"i":298,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-6","p":186},{"i":300,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-9","p":186},{"i":302,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-9","p":186},{"i":304,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-9","p":186},{"i":306,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-8","p":186},{"i":310,"t":"[GET] Manage Schemas - Retrieve a Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-a-schema","p":308},{"i":312,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request","p":308},{"i":314,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where","p":308},{"i":316,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request","p":308},{"i":318,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses","p":308},{"i":320,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors","p":308},{"i":322,"t":"[GET] Manage Schemas - Retrieve All Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-all-schemas","p":308},{"i":324,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-1","p":308},{"i":326,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-1","p":308},{"i":328,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-1","p":308},{"i":330,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-1","p":308},{"i":332,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-1","p":308},{"i":334,"t":"[POST] Manage Schemas - Create new Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#create-schema","p":308},{"i":336,"t":"Supported Schema Types","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#supported-schema-types","p":308},{"i":338,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-2","p":308},{"i":340,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-2","p":308},{"i":342,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-2","p":308},{"i":344,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body","p":308},{"i":346,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-2","p":308},{"i":348,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-2","p":308},{"i":350,"t":"[PUT] Manage Schemas - Update Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#put-manage-schemas---update-schema","p":308},{"i":352,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-3","p":308},{"i":354,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-3","p":308},{"i":356,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-3","p":308},{"i":358,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-1","p":308},{"i":360,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-3","p":308},{"i":362,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-3","p":308},{"i":364,"t":"[DELETE] Manage Schemas - Delete Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#delete-manage-schemas---delete-schema","p":308},{"i":366,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-4","p":308},{"i":368,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-4","p":308},{"i":370,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-4","p":308},{"i":372,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-4","p":308},{"i":374,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-4","p":308},{"i":376,"t":"[POST] Manage Schemas - Validate Message","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#validate","p":308},{"i":378,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-5","p":308},{"i":380,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-5","p":308},{"i":382,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-5","p":308},{"i":384,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-2","p":308},{"i":386,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-5","p":308},{"i":388,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-5","p":308},{"i":391,"t":"[PUT] Manage Subscriptions - Create subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#create-subs","p":390},{"i":393,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request","p":390},{"i":395,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where","p":390},{"i":397,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request","p":390},{"i":399,"t":"PUT BODY","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#put--body","p":390},{"i":401,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses","p":390},{"i":403,"t":"Push Enabled Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push","p":390},{"i":405,"t":"Request to create Push Enabled Subscription for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-http_endpoint","p":390},{"i":407,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response","p":390},{"i":409,"t":"Request to create Push Enabled Subscription for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-mattermost","p":390},{"i":411,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-1","p":390},{"i":413,"t":"Authorization headers","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#authorization-headers","p":390},{"i":415,"t":"Different Retry Policies","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#different-retry-policies","p":390},{"i":417,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors","p":390},{"i":419,"t":"[POST] Manage Subscriptions - Verify ownership of a push endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-verify","p":390},{"i":421,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-1","p":390},{"i":423,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-1","p":390},{"i":425,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-1","p":390},{"i":427,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-1","p":390},{"i":429,"t":"[GET] Manage Subscriptions - List All Subscriptions under a specific Topic","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions-under-a-specific-topic","p":390},{"i":431,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-2","p":390},{"i":433,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-2","p":390},{"i":435,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-2","p":390},{"i":437,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-2","p":390},{"i":439,"t":"[GET] Manage Subscriptions - List All Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions","p":390},{"i":441,"t":"Paginated Request that returns all subscriptions under the specified project","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-all-subscriptions-under-the-specified-project","p":390},{"i":443,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-3","p":390},{"i":445,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-3","p":390},{"i":447,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-3","p":390},{"i":449,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-1","p":390},{"i":451,"t":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-next-page-of-a-specific-size","p":390},{"i":453,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-4","p":390},{"i":455,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-4","p":390},{"i":457,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-4","p":390},{"i":459,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-2","p":390},{"i":461,"t":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":390},{"i":463,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-5","p":390},{"i":465,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-5","p":390},{"i":467,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-5","p":390},{"i":469,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-3","p":390},{"i":471,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-3","p":390},{"i":473,"t":"[GET] Manage Subscriptions - Get a subscription's list of authorized users","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---get-a-subscriptions-list-of-authorized-users","p":390},{"i":475,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-6","p":390},{"i":477,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-6","p":390},{"i":479,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-6","p":390},{"i":481,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-4","p":390},{"i":483,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-4","p":390},{"i":485,"t":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-acl-of-a-given-subscription","p":390},{"i":487,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-7","p":390},{"i":489,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-7","p":390},{"i":491,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-data","p":390},{"i":493,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-7","p":390},{"i":495,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-5","p":390},{"i":497,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-5","p":390},{"i":499,"t":"[DELETE] Manage Subscriptions - Delete Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#delete-manage-subscriptions---delete-subscriptions","p":390},{"i":501,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-8","p":390},{"i":503,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-8","p":390},{"i":505,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-8","p":390},{"i":507,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-6","p":390},{"i":509,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-6","p":390},{"i":511,"t":"[POST] Modify Ack Deadline","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-ack-deadline","p":390},{"i":513,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-9","p":390},{"i":515,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body","p":390},{"i":517,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-9","p":390},{"i":519,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-9","p":390},{"i":521,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-1","p":390},{"i":523,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-7","p":390},{"i":525,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-7","p":390},{"i":527,"t":"[POST] Modify Push Configuration","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-modify","p":390},{"i":529,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-10","p":390},{"i":531,"t":"Post body for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-http_endpoint","p":390},{"i":533,"t":"Post body for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-mattermost","p":390},{"i":535,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-10","p":390},{"i":537,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-10","p":390},{"i":539,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-2","p":390},{"i":541,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-8","p":390},{"i":543,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-8","p":390},{"i":545,"t":"[POST] Pull messages from a subscription (Consume)","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-pull-messages-from-a-subscription-consume","p":390},{"i":547,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-11","p":390},{"i":549,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-3","p":390},{"i":551,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-11","p":390},{"i":553,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-11","p":390},{"i":555,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-4","p":390},{"i":557,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-9","p":390},{"i":559,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-9","p":390},{"i":561,"t":"[POST] Sending an ACK","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-sending-an-ack","p":390},{"i":563,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-12","p":390},{"i":565,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-5","p":390},{"i":567,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-12","p":390},{"i":569,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-12","p":390},{"i":571,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-6","p":390},{"i":573,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-10","p":390},{"i":575,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-10","p":390},{"i":577,"t":"[GET] Get Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offsets","p":390},{"i":579,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-13","p":390},{"i":581,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-7","p":390},{"i":583,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-13","p":390},{"i":585,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-13","p":390},{"i":587,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-8","p":390},{"i":589,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-11","p":390},{"i":591,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-11","p":390},{"i":593,"t":"[GET] Get Offset by Timestamp","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offset-timestamp","p":390},{"i":595,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-14","p":390},{"i":597,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-14","p":390},{"i":599,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-14","p":390},{"i":601,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-12","p":390},{"i":603,"t":"Response body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-body","p":390},{"i":605,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-12","p":390},{"i":607,"t":"[POST] Modify Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#modify-offsets","p":390},{"i":609,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-15","p":390},{"i":611,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-9","p":390},{"i":613,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-15","p":390},{"i":615,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-15","p":390},{"i":617,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-10","p":390},{"i":619,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-13","p":390},{"i":621,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-13","p":390},{"i":623,"t":"[GET] Subscription Metrics","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-subscription-metrics","p":390},{"i":625,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-16","p":390},{"i":627,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-16","p":390},{"i":629,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-16","p":390},{"i":631,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-14","p":390},{"i":633,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-14","p":390},{"i":637,"t":"[POST] Manage Registrations - New user registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---new-user-registration","p":635},{"i":639,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request","p":635},{"i":641,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-body","p":635},{"i":643,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request","p":635},{"i":645,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses","p":635},{"i":647,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors","p":635},{"i":649,"t":"[POST] Manage Registrations - Accept a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---accept-a-users-registration","p":635},{"i":651,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-1","p":635},{"i":653,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-1","p":635},{"i":655,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-1","p":635},{"i":657,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-1","p":635},{"i":659,"t":"[POST] Manage Registrations - Decline a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---decline-a-users-registration","p":635},{"i":661,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-2","p":635},{"i":663,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-2","p":635},{"i":665,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-2","p":635},{"i":667,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-2","p":635},{"i":669,"t":"[GET] Manage Registrations - Retrieve a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-a-users-registration","p":635},{"i":671,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-3","p":635},{"i":673,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-3","p":635},{"i":675,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-3","p":635},{"i":677,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-3","p":635},{"i":679,"t":"[GET] Manage Registrations - Retrieve all registrations","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-all-registrations","p":635},{"i":681,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-4","p":635},{"i":683,"t":"Optional Filters","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#optional-filters","p":635},{"i":685,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-4","p":635},{"i":687,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-4","p":635},{"i":689,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-4","p":635},{"i":691,"t":"[DELETE] Manage Registrations - Delete a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#delete-manage-registrations---delete-a-users-registration","p":635},{"i":693,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-5","p":635},{"i":695,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-5","p":635},{"i":697,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-5","p":635},{"i":699,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-5","p":635},{"i":702,"t":"Errors","u":"/argo-messaging/docs/api_basic/api_errors","h":"#errors","p":701},{"i":704,"t":"Error Codes","u":"/argo-messaging/docs/api_basic/api_errors","h":"#error-codes","p":701},{"i":708,"t":"Input","u":"/argo-messaging/docs/api_advanced/api_version","h":"#input","p":706},{"i":710,"t":"Request headers","u":"/argo-messaging/docs/api_advanced/api_version","h":"#request-headers","p":706},{"i":712,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response","p":706},{"i":714,"t":"Response Body","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response-body","p":706},{"i":720,"t":"User Authentication","u":"/argo-messaging/docs/concepts/auth","h":"#user-authentication","p":718},{"i":722,"t":"Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#authorization","p":718},{"i":724,"t":"Per Resource Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#per-resource-authorization","p":718},{"i":726,"t":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-topic","p":718},{"i":728,"t":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-topic","p":718},{"i":730,"t":"[GET] List ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-subscription","p":718},{"i":732,"t":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request","p":718},{"i":734,"t":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where","p":718},{"i":736,"t":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request","p":718},{"i":738,"t":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses","p":718},{"i":740,"t":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors","p":718},{"i":742,"t":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-subscription","p":718},{"i":744,"t":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request-1","p":718},{"i":746,"t":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where-1","p":718},{"i":748,"t":"Post data","u":"/argo-messaging/docs/concepts/auth","h":"#post-data","p":718},{"i":750,"t":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request-1","p":718},{"i":752,"t":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses-1","p":718},{"i":754,"t":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors-1","p":718},{"i":759,"t":"Introduction","u":"/argo-messaging/docs/api_basic/api_intro","h":"#introduction","p":758},{"i":761,"t":"Configuration file: config.json","u":"/argo-messaging/docs/api_basic/api_intro","h":"#configuration-file-configjson","p":758},{"i":763,"t":"Explanation of config parameters:","u":"/argo-messaging/docs/api_basic/api_intro","h":"#explanation-of-config-parameters","p":758},{"i":765,"t":"Command line parameters","u":"/argo-messaging/docs/api_basic/api_intro","h":"#command-line-parameters","p":758},{"i":769,"t":"[GET] Manage Users - List all users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-all-users","p":767},{"i":771,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request","p":767},{"i":773,"t":"Paginated Request that returns all users in one page","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-all-users-in-one-page","p":767},{"i":774,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request","p":767},{"i":776,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses","p":767},{"i":778,"t":"Paginated Request that returns the 2 most recent users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-the-2-most-recent-users","p":767},{"i":779,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-1","p":767},{"i":781,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-1","p":767},{"i":783,"t":"Paginated Request that returns the next 3 users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-the-next-3-users","p":767},{"i":784,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-2","p":767},{"i":786,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-2","p":767},{"i":788,"t":"Paginated Request that returns all users that are members of a specific project","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-all-users-that-are-members-of-a-specific-project","p":767},{"i":789,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-3","p":767},{"i":791,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-3","p":767},{"i":793,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors","p":767},{"i":795,"t":"[GET] Manage Users - List a specific user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user","p":767},{"i":797,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-1","p":767},{"i":799,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where","p":767},{"i":801,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-4","p":767},{"i":803,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-4","p":767},{"i":805,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-1","p":767},{"i":807,"t":"[GET] Manage Users - List a specific user by token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-token","p":767},{"i":809,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-2","p":767},{"i":811,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-1","p":767},{"i":813,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-5","p":767},{"i":815,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-5","p":767},{"i":817,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-2","p":767},{"i":819,"t":"[GET] Manage Users - List a specific user by authentication key","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-authentication-key","p":767},{"i":821,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-3","p":767},{"i":823,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-6","p":767},{"i":825,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-6","p":767},{"i":827,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-3","p":767},{"i":829,"t":"[GET] Manage Users - List a specific user by UUID","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-uuid","p":767},{"i":831,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-4","p":767},{"i":833,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-2","p":767},{"i":835,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-7","p":767},{"i":837,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-7","p":767},{"i":839,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-4","p":767},{"i":841,"t":"[POST] Manage Users - Create new user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---create-new-user","p":767},{"i":843,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-5","p":767},{"i":845,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-body","p":767},{"i":847,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-3","p":767},{"i":849,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-8","p":767},{"i":851,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-8","p":767},{"i":853,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-5","p":767},{"i":855,"t":"[PUT] Manage Users - Update a user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-manage-users---update-a-user","p":767},{"i":857,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-6","p":767},{"i":859,"t":"Put body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-body","p":767},{"i":861,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-4","p":767},{"i":863,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-9","p":767},{"i":865,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-9","p":767},{"i":867,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-6","p":767},{"i":869,"t":"[POST] Manage Users - Refresh token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---refresh-token","p":767},{"i":871,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-7","p":767},{"i":873,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-5","p":767},{"i":875,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-10","p":767},{"i":877,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-10","p":767},{"i":879,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-7","p":767},{"i":881,"t":"[DELETE] Manage Users - Delete User","u":"/argo-messaging/docs/api_advanced/api_users","h":"#delete-manage-users---delete-user","p":767},{"i":883,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-8","p":767},{"i":885,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-6","p":767},{"i":887,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-11","p":767},{"i":889,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-11","p":767},{"i":891,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-8","p":767},{"i":897,"t":"Terminology","u":"/argo-messaging/docs/concepts/overview","h":"#terminology","p":895},{"i":899,"t":"The ARGO Messaging Service","u":"/argo-messaging/docs/concepts/overview","h":"#the-argo-messaging-service","p":895},{"i":901,"t":"Topics","u":"/argo-messaging/docs/concepts/overview","h":"#topics","p":895},{"i":903,"t":"Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#subscriptions","p":895},{"i":905,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-vs-push-subscriptions","p":895},{"i":907,"t":"Pull subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-subscriptions","p":895},{"i":909,"t":"Push subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#push-subscriptions","p":895},{"i":911,"t":"Messages","u":"/argo-messaging/docs/concepts/overview","h":"#messages","p":895},{"i":913,"t":"Message acknowledgement deadline","u":"/argo-messaging/docs/concepts/overview","h":"#message-acknowledgement-deadline","p":895},{"i":917,"t":"Base64 encoded string in Ruby","u":"/argo-messaging/docs/faq/qa_ruby","h":"#base64-encoded-string-in-ruby","p":915},{"i":921,"t":"When I pull down messages, they have an publishTime associated with them. What time zone is this field in?","u":"/argo-messaging/docs/faq/qa","h":"#when-i-pull-down-messages-they-have-an-publishtime-associated-with-them-what-time-zone-is-this-field-in","p":919},{"i":923,"t":"if there aren’t enough messages to supply the requested max_messages number, the request eventually returns however many messages are present. Is there a way to configure this timeout, in the post body for example?","u":"/argo-messaging/docs/faq/qa","h":"#if-there-arent-enough-messages-to-supply-the-requested-max_messages-number-the-request-eventually-returns-however-many-messages-are-present-is-there-a-way-to-configure-this-timeout-in-the-post-body-for-example","p":919},{"i":929,"t":"Before you start","u":"/argo-messaging/docs/guides/publisher","h":"#before-you-start","p":927},{"i":931,"t":"Start publishing","u":"/argo-messaging/docs/guides/publisher","h":"#start-publishing","p":927},{"i":933,"t":"Schema Support","u":"/argo-messaging/docs/guides/publisher","h":"#schema-support","p":927},{"i":937,"t":"Before you start","u":"/argo-messaging/docs/guides/replaying_guide","h":"#before-you-start","p":935},{"i":939,"t":"Get Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets","p":935},{"i":941,"t":"Get Subscription's offsets by timestamp","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets-by-timestamp","p":935},{"i":943,"t":"Move Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#move-subscriptions-offsets","p":935},{"i":946,"t":"Overview","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#overview","p":945},{"i":948,"t":"Reformat Messages Example","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#reformat-messages-example","p":945},{"i":952,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#before-you-start","p":950},{"i":954,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-vs-push-subscriptions","p":950},{"i":956,"t":"Pull subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-subscriptions","p":950},{"i":958,"t":"Push subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#push-subscriptions","p":950},{"i":962,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#before-you-start","p":960},{"i":964,"t":"Manage a push Subscription","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#manage-a-push-subscription","p":960},{"i":966,"t":"Retry Policies","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#retry-policies","p":960},{"i":968,"t":"Linear","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#linear","p":960},{"i":970,"t":"Slowstart","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#slowstart","p":960},{"i":974,"t":"A typical quick-start scenario","u":"/argo-messaging/docs/concepts/projects_users","h":"#a-typical-quick-start-scenario","p":972},{"i":976,"t":"Configure service_token","u":"/argo-messaging/docs/concepts/projects_users","h":"#configure-service_token","p":972},{"i":978,"t":"Create a service_admin user","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-service_admin-user","p":972},{"i":980,"t":"Create a project","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project","p":972},{"i":982,"t":"Create a project_admin","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project_admin","p":972},{"i":984,"t":"Create a topic","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-topic","p":972},{"i":986,"t":"Create a subscription","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-subscription","p":972},{"i":988,"t":"Create users for the new resources","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-users-for-the-new-resources","p":972},{"i":990,"t":"Modify topic ACL to give access to publisher","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-topic-acl-to-give-access-to-publisher","p":972},{"i":992,"t":"Modify subscription ACL to give access to consumer","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-subscription-acl-to-give-access-to-consumer","p":972},{"i":998,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#before-you-start","p":996},{"i":1000,"t":"Schema Support","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#schema-support","p":996},{"i":1002,"t":"Consume Messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#consume-messages","p":996},{"i":1004,"t":"Acknowledge messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#acknowledge-messages","p":996},{"i":1007,"t":"Ideas","u":"/argo-messaging/docs/howto/how_to_use","h":"#ideas","p":1006},{"i":1009,"t":"I want to use the service","u":"/argo-messaging/docs/howto/how_to_use","h":"#i-want-to-use-the-service","p":1006},{"i":1015,"t":"A. Purpose/s for processing the data collected:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#a-purposes-for-processing-the-data-collected","p":1013},{"i":1017,"t":"B. Categories of personal data processed:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#b-categories-of-personal-data-processed","p":1013},{"i":1019,"t":"C. Lawfulness of the processing operation","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#c-lawfulness-of-the-processing-operation","p":1013},{"i":1021,"t":"D. Access to personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#d-access-to-personal-data","p":1013},{"i":1023,"t":"E. Recipients of collected personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#e-recipients-of-collected-personal-data","p":1013},{"i":1025,"t":"F. Rights of Data Subjects:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#f-rights-of-data-subjects","p":1013},{"i":1027,"t":"G. Personal data retention periods","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#g-personal-data-retention-periods","p":1013},{"i":1029,"t":"H. Privacy and Security of Information:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#h-privacy-and-security-of-information","p":1013},{"i":1031,"t":"I. Contact:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#i-contact","p":1013},{"i":1033,"t":"K. Recourse/Complaint:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#k-recoursecomplaint","p":1013},{"i":1039,"t":"AAI Federation Registry Integration","u":"/argo-messaging/docs/use_cases/","h":"#aai-federation-registry-integration","p":1037},{"i":1041,"t":"Live Updates through our Mattermost integration","u":"/argo-messaging/docs/use_cases/","h":"#live-updates-through-our-mattermost-integration","p":1037},{"i":1045,"t":"1. Confidentiality","u":"/argo-messaging/docs/policies/tom","h":"#1-confidentiality","p":1043},{"i":1046,"t":"1.a. Physical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1a-physical-access-control","p":1043},{"i":1048,"t":"1.b. Logical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1b-logical-access-control","p":1043},{"i":1050,"t":"1.c. Authorization Control","u":"/argo-messaging/docs/policies/tom","h":"#1c-authorization-control","p":1043},{"i":1052,"t":"1.d. Separation Control","u":"/argo-messaging/docs/policies/tom","h":"#1d-separation-control","p":1043},{"i":1054,"t":"1.e. Pseudonymization","u":"/argo-messaging/docs/policies/tom","h":"#1e-pseudonymization","p":1043},{"i":1056,"t":"2. Integrity","u":"/argo-messaging/docs/policies/tom","h":"#2-integrity","p":1043},{"i":1057,"t":"2.a. Transfer Control","u":"/argo-messaging/docs/policies/tom","h":"#2a-transfer-control","p":1043},{"i":1059,"t":"2.b. Input Control","u":"/argo-messaging/docs/policies/tom","h":"#2b-input-control","p":1043},{"i":1061,"t":"3. Availability and Resilience","u":"/argo-messaging/docs/policies/tom","h":"#3-availability-and-resilience","p":1043},{"i":1062,"t":"3.a. Availability Control","u":"/argo-messaging/docs/policies/tom","h":"#3a-availability-control","p":1043},{"i":1064,"t":"3.b. Recoverability Control","u":"/argo-messaging/docs/policies/tom","h":"#3b-recoverability-control","p":1043},{"i":1066,"t":"4. Procedures for regular Review, Assessment and Evaluation","u":"/argo-messaging/docs/policies/tom","h":"#4-procedures-for-regular-review-assessment-and-evaluation","p":1043},{"i":1067,"t":"4.a. Data Protection Management","u":"/argo-messaging/docs/policies/tom","h":"#4a-data-protection-management","p":1043},{"i":1069,"t":"4.b Incident Response Management","u":"/argo-messaging/docs/policies/tom","h":"#4b-incident-response-management","p":1043},{"i":1071,"t":"4.c Data Protection by Design and by Default","u":"/argo-messaging/docs/policies/tom","h":"#4c-data-protection-by-design-and-by-default","p":1043},{"i":1073,"t":"4.d Order Control (outsourcing, subcontractors, and order processing)","u":"/argo-messaging/docs/policies/tom","h":"#4d-order-control-outsourcing-subcontractors-and-order-processing","p":1043},{"i":1075,"t":"5. Organization and Data Protection","u":"/argo-messaging/docs/policies/tom","h":"#5-organization-and-data-protection","p":1043},{"i":1077,"t":"6. Certifications","u":"/argo-messaging/docs/policies/tom","h":"#6-certifications","p":1043}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/3",[0,7.483]],["t/5",[1,6.02,2,6.02]],["t/7",[3,7.483]],["t/9",[4,3.136,5,3.7,6,2.819,7,2.121]],["t/13",[8,5.494,9,4.888]],["t/15",[10,1.649]],["t/17",[10,1.326,11,2.009]],["t/19",[12,2.497]],["t/21",[13,2.664]],["t/23",[14,6.02,15,6.02]],["t/24",[10,1.649]],["t/26",[10,1.326,11,2.009]],["t/28",[12,2.497]],["t/30",[13,2.664]],["t/32",[16,6.02,17,5.494]],["t/34",[10,1.649]],["t/36",[18,4.888,19,4.509]],["t/38",[10,1.326,11,2.009]],["t/40",[10,0.954,11,1.444,18,3.514,19,3.242]],["t/42",[12,2.497]],["t/44",[13,2.664]],["t/46",[17,4.595,20,2.439,21,5.036]],["t/48",[10,1.649]],["t/50",[18,4.888,19,4.509]],["t/52",[10,1.326,11,2.009]],["t/54",[10,0.954,11,1.444,18,3.514,19,3.242]],["t/56",[12,2.497]],["t/58",[13,2.664]],["t/64",[22,1.904,23,3.752,24,2.598]],["t/66",[10,1.649]],["t/68",[10,1.326,11,2.009]],["t/70",[12,2.497]],["t/72",[13,2.664]],["t/74",[22,1.67,23,3.395,24,2.278,25,2.278]],["t/76",[10,1.649]],["t/78",[]],["t/80",[10,1.326,11,2.009]],["t/82",[12,2.497]],["t/84",[13,2.664]],["t/86",[22,1.487,23,3.1,26,1.356,27,2.066,28,2.448]],["t/88",[10,1.649]],["t/90",[]],["t/92",[26,2.416,29,2.985]],["t/94",[10,1.326,11,2.009]],["t/96",[12,2.497]],["t/98",[13,2.664]],["t/100",[22,1.67,23,3.395,30,2.596,31,2.951]],["t/102",[10,1.649]],["t/104",[]],["t/106",[29,2.985,30,4.118]],["t/108",[10,1.326,11,2.009]],["t/110",[12,2.497]],["t/112",[13,2.664]],["t/114",[22,1.67,23,3.395,32,4.388]],["t/116",[10,1.649]],["t/118",[]],["t/120",[10,1.326,11,2.009]],["t/122",[12,2.497]],["t/124",[13,2.664]],["t/126",[20,1.838,23,2.199,24,2.278,25,2.278,33,2.951]],["t/127",[10,1.326,11,2.009]],["t/129",[12,2.497]],["t/131",[20,1.474,34,3.045,35,3.045,36,3.045,37,2.778,38,2.367,39,2.603]],["t/133",[20,1.636,23,1.957,25,3.211,33,2.627,40,3.379]],["t/134",[10,1.326,11,2.009]],["t/136",[12,2.497]],["t/138",[13,2.664]],["t/140",[20,1.342,23,1.605,25,1.663,26,1.112,27,1.695,28,2.007,33,2.154,41,2.154]],["t/141",[10,1.326,11,2.009]],["t/143",[26,2.416,29,2.985]],["t/145",[12,2.497]],["t/147",[13,2.664]],["t/149",[20,1.342,23,1.605,25,1.663,30,1.895,31,2.154,33,2.154,41,2.154,42,2.771]],["t/150",[10,1.326,11,2.009]],["t/152",[26,2.416,29,2.985]],["t/154",[12,2.497]],["t/156",[13,2.664]],["t/158",[20,1.838,23,2.199,26,1.523,43,3.795,44,3.795]],["t/159",[10,1.326,11,2.009]],["t/161",[26,2.416,29,2.985]],["t/163",[12,2.497]],["t/165",[13,2.664]],["t/167",[20,2.096,23,2.508,26,1.737,45,4.328]],["t/168",[10,1.326,11,2.009]],["t/170",[12,2.497]],["t/172",[13,2.664]],["t/174",[9,4.888,23,3.488]],["t/176",[10,1.649]],["t/178",[]],["t/180",[10,1.326,11,2.009]],["t/182",[12,2.497]],["t/184",[13,2.664]],["t/188",[22,1.487,27,2.066,28,2.448,30,2.311,46,3.211]],["t/190",[10,1.649]],["t/192",[47,7.483]],["t/194",[]],["t/196",[10,1.326,11,2.009]],["t/198",[12,2.497]],["t/200",[13,2.664]],["t/202",[22,1.67,32,4.388,46,3.516]],["t/204",[10,1.649]],["t/206",[]],["t/208",[10,1.326,11,2.009]],["t/210",[12,2.497]],["t/212",[13,2.664]],["t/214",[22,2.216,46,4.343]],["t/216",[10,1.649]],["t/218",[]],["t/220",[10,1.326,11,2.009]],["t/222",[12,2.497]],["t/224",[13,2.664]],["t/226",[22,1.904,24,2.598,46,3.886]],["t/228",[10,0.671,23,1.764,41,2.367,46,1.827,48,2.03,49,1.983,50,2.778]],["t/230",[]],["t/232",[10,1.326,11,2.009]],["t/234",[12,2.497]],["t/236",[10,0.671,25,1.827,48,2.03,49,1.983,51,2.778,52,2.367,53,2.472]],["t/238",[]],["t/240",[10,1.326,11,2.009]],["t/242",[12,2.497]],["t/244",[10,0.671,25,1.827,48,2.03,49,1.983,52,2.367,53,2.472,54,2.603]],["t/246",[]],["t/248",[10,1.326,11,2.009]],["t/250",[12,2.497]],["t/252",[13,2.664]],["t/254",[26,1.523,46,2.278,55,3.244,56,2.471,57,2.531]],["t/256",[10,1.649]],["t/258",[]],["t/260",[26,2.416,58,3.755]],["t/262",[10,1.326,11,2.009]],["t/264",[12,2.497]],["t/266",[13,2.664]],["t/268",[24,2.598,46,2.598,59,2.96,60,3.136]],["t/270",[10,1.649]],["t/272",[]],["t/274",[10,1.326,11,2.009]],["t/276",[12,2.497]],["t/278",[13,2.664]],["t/280",[26,1.523,46,2.278,59,2.596,60,2.749,61,2.596]],["t/282",[10,1.649]],["t/284",[]],["t/286",[26,2.416,58,3.755]],["t/288",[10,1.326,11,2.009]],["t/290",[12,2.497]],["t/292",[13,2.664]],["t/294",[13,2.664]],["t/296",[9,4.888,46,3.613]],["t/298",[10,1.649]],["t/300",[]],["t/302",[10,1.326,11,2.009]],["t/304",[12,2.497]],["t/306",[13,2.664]],["t/310",[22,1.904,62,4.429,63,3.514]],["t/312",[10,1.649]],["t/314",[]],["t/316",[10,1.326,11,2.009]],["t/318",[12,2.497]],["t/320",[13,2.664]],["t/322",[22,1.904,62,4.429,63,3.514]],["t/324",[10,1.649]],["t/326",[]],["t/328",[10,1.326,11,2.009]],["t/330",[12,2.497]],["t/332",[13,2.664]],["t/334",[22,1.487,26,1.356,27,2.066,28,2.448,62,3.66]],["t/336",[62,3.444,64,4.305,65,5.036]],["t/338",[10,1.649]],["t/340",[]],["t/342",[10,1.326,11,2.009]],["t/344",[26,2.416,29,2.985]],["t/346",[12,2.497]],["t/348",[13,2.664]],["t/350",[22,1.67,30,2.596,31,2.951,62,4.008]],["t/352",[10,1.649]],["t/354",[]],["t/356",[10,1.326,11,2.009]],["t/358",[26,2.416,29,2.985]],["t/360",[12,2.497]],["t/362",[13,2.664]],["t/364",[22,1.67,32,4.388,62,4.008]],["t/366",[10,1.649]],["t/368",[]],["t/370",[10,1.326,11,2.009]],["t/372",[12,2.497]],["t/374",[13,2.664]],["t/376",[22,1.67,26,1.523,56,2.471,62,2.596,66,3.795]],["t/378",[10,1.649]],["t/380",[]],["t/382",[10,1.326,11,2.009]],["t/384",[26,2.416,29,2.985]],["t/386",[12,2.497]],["t/388",[13,2.664]],["t/391",[7,2.871,22,1.67,27,2.321,30,2.596]],["t/393",[10,1.649]],["t/395",[]],["t/397",[10,1.326,11,2.009]],["t/399",[29,2.985,30,4.118]],["t/401",[12,2.497]],["t/403",[6,3.28,7,2.467,67,4.305]],["t/405",[6,1.804,7,1.358,10,0.61,27,1.695,67,2.369,68,2.528,69,2.528,70,2.369]],["t/407",[12,2.497]],["t/409",[6,2.2,7,1.655,10,0.744,27,2.066,67,2.888,71,2.888]],["t/411",[12,2.497]],["t/413",[72,4.681,73,5.494]],["t/415",[74,5.036,75,4.595,76,4.595]],["t/417",[13,2.664]],["t/419",[6,1.983,7,1.492,22,1.34,26,1.222,70,2.603,77,3.045,78,3.045]],["t/421",[10,1.649]],["t/423",[]],["t/425",[10,1.326,11,2.009]],["t/427",[13,2.664]],["t/429",[7,2.412,22,1.34,24,1.827,25,1.827,41,2.367,46,1.827]],["t/431",[10,1.649]],["t/433",[]],["t/435",[10,1.326,11,2.009]],["t/437",[13,2.664]],["t/439",[7,3.173,22,1.904,24,2.598]],["t/441",[7,1.492,10,0.671,23,1.764,41,2.367,48,2.03,49,1.983,50,2.778]],["t/443",[10,1.649]],["t/445",[]],["t/447",[10,1.326,11,2.009]],["t/449",[12,2.497]],["t/451",[10,0.671,25,1.827,48,2.03,49,1.983,52,2.367,53,2.472,54,2.603]],["t/453",[10,1.649]],["t/455",[]],["t/457",[10,1.326,11,2.009]],["t/459",[12,2.497]],["t/461",[10,0.671,25,1.827,48,2.03,49,1.983,51,2.778,52,2.367,53,2.472]],["t/463",[10,1.649]],["t/465",[]],["t/467",[10,1.326,11,2.009]],["t/469",[12,2.497]],["t/471",[13,2.664]],["t/473",[7,2.412,20,1.474,22,1.34,24,1.827,57,2.03,72,2.367]],["t/475",[10,1.649]],["t/477",[]],["t/479",[10,1.326,11,2.009]],["t/481",[12,2.497]],["t/483",[13,2.664]],["t/485",[7,1.859,26,1.523,59,2.596,60,2.749,61,2.596]],["t/487",[10,1.649]],["t/489",[]],["t/491",[26,2.416,58,3.755]],["t/493",[10,1.326,11,2.009]],["t/495",[12,2.497]],["t/497",[13,2.664]],["t/499",[7,2.871,22,1.67,32,4.388]],["t/501",[10,1.649]],["t/503",[]],["t/505",[10,1.326,11,2.009]],["t/507",[12,2.497]],["t/509",[13,2.664]],["t/511",[26,1.737,61,2.96,79,3.95,80,3.95]],["t/513",[10,1.649]],["t/515",[26,2.416,29,2.985]],["t/517",[]],["t/519",[10,1.326,11,2.009]],["t/521",[26,2.416,29,2.985]],["t/523",[12,2.497]],["t/525",[13,2.664]],["t/527",[6,2.819,26,1.737,61,2.96,81,3.514]],["t/529",[10,1.649]],["t/531",[26,1.523,29,1.882,68,3.463,69,3.463,70,3.244]],["t/533",[26,2.021,29,2.497,71,4.305]],["t/535",[]],["t/537",[10,1.326,11,2.009]],["t/539",[26,2.416,29,2.985]],["t/541",[12,2.497]],["t/543",[13,2.664]],["t/545",[4,2.749,7,1.859,26,1.523,56,2.471,82,3.244]],["t/547",[10,1.649]],["t/549",[26,2.416,29,2.985]],["t/551",[]],["t/553",[10,1.326,11,2.009]],["t/555",[26,2.416,29,2.985]],["t/557",[12,2.497]],["t/559",[13,2.664]],["t/561",[26,2.021,79,4.595,83,5.036]],["t/563",[10,1.649]],["t/565",[26,2.416,29,2.985]],["t/567",[]],["t/569",[10,1.326,11,2.009]],["t/571",[26,2.416,29,2.985]],["t/573",[12,2.497]],["t/575",[13,2.664]],["t/577",[84,5.604]],["t/579",[10,1.649]],["t/581",[26,2.416,29,2.985]],["t/583",[]],["t/585",[10,1.326,11,2.009]],["t/587",[26,2.416,29,2.985]],["t/589",[12,2.497]],["t/591",[13,2.664]],["t/593",[84,4.509,85,5.494]],["t/595",[10,1.649]],["t/597",[]],["t/599",[10,1.326,11,2.009]],["t/601",[12,2.497]],["t/603",[12,2.009,29,2.985]],["t/605",[13,2.664]],["t/607",[26,2.021,61,3.444,84,3.772]],["t/609",[10,1.649]],["t/611",[26,2.416,29,2.985]],["t/613",[]],["t/615",[10,1.326,11,2.009]],["t/617",[26,2.416,29,2.985]],["t/619",[12,2.497]],["t/621",[13,2.664]],["t/623",[7,2.95,9,4.888]],["t/625",[10,1.649]],["t/627",[]],["t/629",[10,1.326,11,2.009]],["t/631",[12,2.497]],["t/633",[13,2.664]],["t/637",[20,1.636,22,1.487,26,1.356,28,2.448,86,4.007]],["t/639",[10,1.649]],["t/641",[26,2.416,29,2.985]],["t/643",[10,1.326,11,2.009]],["t/645",[12,2.497]],["t/647",[13,2.664]],["t/649",[20,1.474,22,1.34,26,1.222,57,2.03,86,3.687,87,3.045]],["t/651",[10,1.649]],["t/653",[10,1.326,11,2.009]],["t/655",[12,2.497]],["t/657",[13,2.664]],["t/659",[20,1.474,22,1.34,26,1.222,57,2.03,86,3.687,88,3.045]],["t/661",[10,1.649]],["t/663",[10,1.326,11,2.009]],["t/665",[12,2.497]],["t/667",[13,2.664]],["t/669",[20,1.636,22,1.487,57,2.253,63,2.743,86,4.007]],["t/671",[10,1.649]],["t/673",[10,1.326,11,2.009]],["t/675",[12,2.497]],["t/677",[13,2.664]],["t/679",[22,1.904,63,3.514,86,4.85]],["t/681",[10,1.649]],["t/683",[89,6.02,90,6.02]],["t/685",[10,1.326,11,2.009]],["t/687",[12,2.497]],["t/689",[13,2.664]],["t/691",[20,1.474,22,1.34,32,3.687,57,2.03,86,3.687]],["t/693",[10,1.649]],["t/695",[10,1.326,11,2.009]],["t/697",[12,2.497]],["t/699",[13,2.664]],["t/702",[13,2.664]],["t/704",[13,2.143,91,6.02]],["t/708",[92,6.828]],["t/710",[10,1.326,73,5.494]],["t/712",[12,2.497]],["t/714",[12,2.009,29,2.985]],["t/720",[20,2.915,93,5.494]],["t/722",[72,5.818]],["t/724",[72,3.916,94,5.036,95,4.595]],["t/726",[24,2.598,46,2.598,59,2.96,60,3.136]],["t/728",[26,1.523,46,2.278,59,2.596,60,2.749,61,2.596]],["t/730",[7,2.121,24,2.598,59,2.96,60,3.136]],["t/732",[10,1.649]],["t/734",[]],["t/736",[10,1.326,11,2.009]],["t/738",[12,2.497]],["t/740",[13,2.664]],["t/742",[7,1.859,26,1.523,59,2.596,60,2.749,61,2.596]],["t/744",[10,1.649]],["t/746",[]],["t/748",[26,2.416,58,3.755]],["t/750",[10,1.326,11,2.009]],["t/752",[12,2.497]],["t/754",[13,2.664]],["t/759",[96,7.483]],["t/761",[81,3.514,97,4.328,98,3.95,99,4.328]],["t/763",[19,3.772,98,4.595,100,5.036]],["t/765",[19,3.772,101,5.036,102,5.036]],["t/769",[20,3.136,22,1.904,24,2.598]],["t/771",[10,1.649]],["t/773",[10,0.744,20,1.636,48,2.253,49,2.2,52,2.627,103,3.379]],["t/774",[10,1.326,11,2.009]],["t/776",[12,2.497]],["t/778",[10,0.744,20,1.636,48,2.253,49,2.2,104,2.743,105,3.379]],["t/779",[10,1.326,11,2.009]],["t/781",[12,2.497]],["t/783",[10,0.744,20,1.636,48,2.253,49,2.2,54,2.888,106,2.743]],["t/784",[10,1.326,11,2.009]],["t/786",[12,2.497]],["t/788",[10,0.671,20,1.474,23,1.764,25,1.827,33,2.367,48,2.03,49,1.983]],["t/789",[10,1.326,11,2.009]],["t/791",[12,2.497]],["t/793",[13,2.664]],["t/795",[20,2.837,22,1.67,24,2.278,25,2.278]],["t/797",[10,1.649]],["t/799",[]],["t/801",[10,1.326,11,2.009]],["t/803",[12,2.497]],["t/805",[13,2.664]],["t/807",[20,2.591,22,1.487,24,2.028,25,2.028,107,2.888]],["t/809",[10,1.649]],["t/811",[]],["t/813",[10,1.326,11,2.009]],["t/815",[12,2.497]],["t/817",[13,2.664]],["t/819",[20,2.384,22,1.34,24,1.827,25,1.827,93,2.778,108,3.045]],["t/821",[10,1.649]],["t/823",[10,1.326,11,2.009]],["t/825",[12,2.497]],["t/827",[13,2.664]],["t/829",[20,2.591,22,1.487,24,2.028,25,2.028,109,3.379]],["t/831",[10,1.649]],["t/833",[]],["t/835",[10,1.326,11,2.009]],["t/837",[12,2.497]],["t/839",[13,2.664]],["t/841",[20,2.591,22,1.487,26,1.356,27,2.066,28,2.448]],["t/843",[10,1.649]],["t/845",[26,2.416,29,2.985]],["t/847",[]],["t/849",[10,1.326,11,2.009]],["t/851",[12,2.497]],["t/853",[13,2.664]],["t/855",[20,2.837,22,1.67,30,2.596,31,2.951]],["t/857",[10,1.649]],["t/859",[29,2.985,30,4.118]],["t/861",[]],["t/863",[10,1.326,11,2.009]],["t/865",[12,2.497]],["t/867",[13,2.664]],["t/869",[20,1.838,22,1.67,26,1.523,107,3.244,110,3.795]],["t/871",[10,1.649]],["t/873",[]],["t/875",[10,1.326,11,2.009]],["t/877",[12,2.497]],["t/879",[13,2.664]],["t/881",[20,2.837,22,1.67,32,4.388]],["t/883",[10,1.649]],["t/885",[]],["t/887",[10,1.326,11,2.009]],["t/889",[12,2.497]],["t/891",[13,2.664]],["t/897",[111,7.483]],["t/899",[38,3.916,56,3.28,112,5.036]],["t/901",[46,4.491]],["t/903",[7,3.666]],["t/905",[4,3.136,5,3.7,6,2.819,7,2.121]],["t/907",[4,4.361,7,2.95]],["t/909",[6,3.921,7,2.95]],["t/911",[56,4.873]],["t/913",[56,3.28,80,4.595,113,4.595]],["t/917",[114,4.328,115,4.328,116,4.328,117,4.328]],["t/921",[4,2.007,56,1.804,118,2.771,119,2.771,120,2.771,121,2.771,122,2.771,123,2.771]],["t/923",[10,0.493,11,0.409,26,0.492,29,0.608,49,0.799,56,2.012,81,0.996,124,1.226,125,1.226,126,1.226,127,1.226,128,1.226,129,1.226,130,1.226,131,1.226,132,1.226,133,1.226,134,1.226,135,1.226]],["t/929",[136,4.681,137,4.361]],["t/931",[55,5.147,137,4.361]],["t/933",[62,4.118,64,5.147]],["t/937",[136,4.681,137,4.361]],["t/939",[7,2.467,57,3.358,84,3.772]],["t/941",[7,2.121,57,2.886,84,3.242,85,3.95]],["t/943",[7,2.121,57,2.886,84,3.242,138,4.328]],["t/946",[139,7.483]],["t/948",[11,1.68,56,3.28,140,5.036]],["t/952",[136,4.681,137,4.361]],["t/954",[4,3.136,5,3.7,6,2.819,7,2.121]],["t/956",[4,4.361,7,2.95]],["t/958",[6,3.921,7,2.95]],["t/962",[136,4.681,137,4.361]],["t/964",[6,3.28,7,2.467,22,2.216]],["t/966",[75,5.494,76,5.494]],["t/968",[141,7.483]],["t/970",[142,7.483]],["t/974",[137,3.136,143,4.328,144,4.328,145,4.328]],["t/976",[38,3.365,81,3.514,107,3.7,146,4.328]],["t/978",[20,1.838,27,2.321,37,3.463,38,2.951,39,3.244]],["t/980",[23,3.488,27,3.682]],["t/982",[23,2.508,27,2.647,39,3.7,147,4.328]],["t/984",[27,3.682,46,3.613]],["t/986",[7,2.95,27,3.682]],["t/988",[20,2.096,27,2.647,28,3.136,95,3.95]],["t/990",[46,2.028,55,2.888,59,2.311,61,2.311,148,3.083,149,2.627]],["t/992",[7,1.655,59,2.311,61,2.311,82,2.888,148,3.083,149,2.627]],["t/998",[136,4.681,137,4.361]],["t/1000",[62,4.118,64,5.147]],["t/1002",[56,3.921,82,5.147]],["t/1004",[56,3.921,113,5.494]],["t/1007",[150,7.483]],["t/1009",[38,3.916,151,5.036,152,5.036]],["t/1015",[57,2.531,58,2.367,153,3.795,154,3.081,155,3.463]],["t/1017",[58,2.367,154,3.081,156,2.951,157,3.795,158,3.081]],["t/1019",[8,3.95,154,3.514,159,3.7,160,4.328]],["t/1021",[58,2.7,149,3.365,158,3.514,161,3.7]],["t/1023",[58,2.367,155,3.463,158,3.081,162,3.463,163,3.795]],["t/1025",[58,2.7,164,4.328,165,4.328,166,4.328]],["t/1027",[58,2.367,158,3.081,167,3.795,168,3.795,169,3.795]],["t/1029",[170,4.328,171,4.328,172,4.328,173,4.328]],["t/1031",[174,7.483]],["t/1033",[175,5.036,176,5.036,177,5.036]],["t/1039",[178,4.328,179,4.328,180,4.328,181,3.7]],["t/1041",[31,2.951,71,3.244,181,3.244,182,3.795,183,3.795]],["t/1045",[184,4.509,185,6.02]],["t/1046",[149,3.365,184,3.242,186,4.328,187,2.96]],["t/1048",[149,2.951,156,2.951,184,2.842,187,2.596,188,3.795]],["t/1050",[72,3.365,159,3.7,184,3.242,187,2.96]],["t/1052",[161,3.7,184,3.242,187,2.96,189,4.328]],["t/1054",[162,4.595,184,3.772,190,5.036]],["t/1056",[104,4.888,181,5.147]],["t/1057",[104,4.089,187,3.444,191,5.036]],["t/1059",[92,3.95,104,3.514,156,3.365,187,2.96]],["t/1061",[106,4.089,192,4.595,193,5.036]],["t/1062",[106,4.089,187,3.444,192,4.595]],["t/1064",[106,3.514,156,3.365,187,2.96,194,4.328]],["t/1066",[195,2.627,196,3.379,197,3.379,198,3.379,199,3.379,200,3.379]],["t/1067",[22,1.904,58,2.7,195,3.365,201,3.7]],["t/1069",[12,1.266,22,1.67,156,2.951,195,2.951,202,3.795]],["t/1071",[58,2.108,159,2.888,195,2.627,201,2.888,203,3.379,204,3.379]],["t/1073",[154,2.25,161,2.369,187,1.895,195,2.154,205,4.559,206,2.771,207,2.771]],["t/1075",[58,2.7,201,3.7,208,4.328,209,4.328]],["t/1077",[210,6.02,211,6.02]]],"invertedIndex":[["1",{"_index":184,"t":{"1045":{"position":[[0,1]]},"1046":{"position":[[0,1]]},"1048":{"position":[[0,1]]},"1050":{"position":[[0,1]]},"1052":{"position":[[0,1]]},"1054":{"position":[[0,1]]}}}],["2",{"_index":104,"t":{"778":{"position":[[35,1]]},"1056":{"position":[[0,1]]},"1057":{"position":[[0,1]]},"1059":{"position":[[0,1]]}}}],["3",{"_index":106,"t":{"783":{"position":[[40,1]]},"1061":{"position":[[0,1]]},"1062":{"position":[[0,1]]},"1064":{"position":[[0,1]]}}}],["4",{"_index":195,"t":{"1066":{"position":[[0,1]]},"1067":{"position":[[0,1]]},"1069":{"position":[[0,1]]},"1071":{"position":[[0,1]]},"1073":{"position":[[0,1]]}}}],["5",{"_index":208,"t":{"1075":{"position":[[0,1]]}}}],["6",{"_index":210,"t":{"1077":{"position":[[0,1]]}}}],["aai",{"_index":178,"t":{"1039":{"position":[[0,3]]}}}],["accept",{"_index":87,"t":{"649":{"position":[[30,6]]}}}],["access",{"_index":149,"t":{"990":{"position":[[25,6]]},"992":{"position":[[32,6]]},"1021":{"position":[[3,6]]},"1046":{"position":[[14,6]]},"1048":{"position":[[13,6]]}}}],["ack",{"_index":79,"t":{"511":{"position":[[14,3]]},"561":{"position":[[18,3]]}}}],["acknowledg",{"_index":113,"t":{"913":{"position":[[8,15]]},"1004":{"position":[[0,11]]}}}],["acl",{"_index":59,"t":{"268":{"position":[[11,3]]},"280":{"position":[[14,3]]},"485":{"position":[[14,3]]},"726":{"position":[[11,3]]},"728":{"position":[[14,3]]},"730":{"position":[[11,3]]},"742":{"position":[[14,3]]},"990":{"position":[[13,3]]},"992":{"position":[[20,3]]}}}],["add",{"_index":43,"t":{"158":{"position":[[7,3]]}}}],["admin",{"_index":39,"t":{"131":{"position":[[31,5]]},"978":{"position":[[17,5]]},"982":{"position":[[17,5]]}}}],["architectur",{"_index":1,"t":{"5":{"position":[[0,13]]}}}],["aren",{"_index":124,"t":{"923":{"position":[[9,4]]}}}],["argo",{"_index":112,"t":{"899":{"position":[[4,4]]}}}],["aspect",{"_index":2,"t":{"5":{"position":[[14,6]]}}}],["assess",{"_index":199,"t":{"1066":{"position":[[34,10]]}}}],["associ",{"_index":120,"t":{"921":{"position":[[52,10]]}}}],["authent",{"_index":93,"t":{"720":{"position":[[5,14]]},"819":{"position":[[45,14]]}}}],["author",{"_index":72,"t":{"413":{"position":[[0,13]]},"473":{"position":[[58,10]]},"722":{"position":[[0,13]]},"724":{"position":[[13,13]]},"1050":{"position":[[5,13]]}}}],["avail",{"_index":192,"t":{"1061":{"position":[[3,12]]},"1062":{"position":[[5,12]]}}}],["b",{"_index":156,"t":{"1017":{"position":[[0,1]]},"1048":{"position":[[2,1]]},"1059":{"position":[[2,1]]},"1064":{"position":[[2,1]]},"1069":{"position":[[2,1]]}}}],["base64",{"_index":114,"t":{"917":{"position":[[0,6]]}}}],["befor",{"_index":136,"t":{"929":{"position":[[0,6]]},"937":{"position":[[0,6]]},"952":{"position":[[0,6]]},"962":{"position":[[0,6]]},"998":{"position":[[0,6]]}}}],["bodi",{"_index":29,"t":{"92":{"position":[[5,4]]},"106":{"position":[[4,4]]},"143":{"position":[[5,4]]},"152":{"position":[[5,4]]},"161":{"position":[[5,4]]},"344":{"position":[[5,4]]},"358":{"position":[[5,4]]},"384":{"position":[[5,4]]},"399":{"position":[[5,4]]},"515":{"position":[[5,4]]},"521":{"position":[[5,4]]},"531":{"position":[[5,4]]},"533":{"position":[[5,4]]},"539":{"position":[[5,4]]},"549":{"position":[[5,4]]},"555":{"position":[[5,4]]},"565":{"position":[[5,4]]},"571":{"position":[[5,4]]},"581":{"position":[[5,4]]},"587":{"position":[[5,4]]},"603":{"position":[[9,4]]},"611":{"position":[[5,4]]},"617":{"position":[[5,4]]},"641":{"position":[[5,4]]},"714":{"position":[[9,4]]},"845":{"position":[[5,4]]},"859":{"position":[[4,4]]},"923":{"position":[[197,4]]}}}],["c",{"_index":159,"t":{"1019":{"position":[[0,1]]},"1050":{"position":[[2,1]]},"1071":{"position":[[2,1]]}}}],["categori",{"_index":157,"t":{"1017":{"position":[[3,10]]}}}],["certif",{"_index":211,"t":{"1077":{"position":[[3,14]]}}}],["code",{"_index":91,"t":{"704":{"position":[[6,5]]}}}],["collect",{"_index":155,"t":{"1015":{"position":[[37,9]]},"1023":{"position":[[17,9]]}}}],["command",{"_index":101,"t":{"765":{"position":[[0,7]]}}}],["complaint",{"_index":177,"t":{"1033":{"position":[[12,9]]}}}],["confidenti",{"_index":185,"t":{"1045":{"position":[[3,15]]}}}],["config",{"_index":98,"t":{"761":{"position":[[20,6]]},"763":{"position":[[15,6]]}}}],["configur",{"_index":81,"t":{"527":{"position":[[19,13]]},"761":{"position":[[0,13]]},"923":{"position":[[161,9]]},"976":{"position":[[0,9]]}}}],["consum",{"_index":82,"t":{"545":{"position":[[42,7]]},"992":{"position":[[42,8]]},"1002":{"position":[[0,7]]}}}],["contact",{"_index":174,"t":{"1031":{"position":[[3,7]]}}}],["control",{"_index":187,"t":{"1046":{"position":[[21,7]]},"1048":{"position":[[20,7]]},"1050":{"position":[[19,7]]},"1052":{"position":[[16,7]]},"1057":{"position":[[14,7]]},"1059":{"position":[[11,7]]},"1062":{"position":[[18,7]]},"1064":{"position":[[20,7]]},"1073":{"position":[[10,7]]}}}],["creat",{"_index":27,"t":{"86":{"position":[[25,6]]},"140":{"position":[[7,6]]},"188":{"position":[[22,6]]},"334":{"position":[[24,6]]},"391":{"position":[[29,6]]},"405":{"position":[[11,6]]},"409":{"position":[[11,6]]},"841":{"position":[[22,6]]},"978":{"position":[[0,6]]},"980":{"position":[[0,6]]},"982":{"position":[[0,6]]},"984":{"position":[[0,6]]},"986":{"position":[[0,6]]},"988":{"position":[[0,6]]}}}],["d",{"_index":161,"t":{"1021":{"position":[[0,1]]},"1052":{"position":[[2,1]]},"1073":{"position":[[2,1]]}}}],["data",{"_index":58,"t":{"260":{"position":[[5,4]]},"286":{"position":[[5,4]]},"491":{"position":[[5,4]]},"748":{"position":[[5,4]]},"1015":{"position":[[32,4]]},"1017":{"position":[[26,4]]},"1021":{"position":[[22,4]]},"1023":{"position":[[36,4]]},"1025":{"position":[[13,4]]},"1027":{"position":[[12,4]]},"1067":{"position":[[5,4]]},"1071":{"position":[[4,4]]},"1075":{"position":[[20,4]]}}}],["deadlin",{"_index":80,"t":{"511":{"position":[[18,8]]},"913":{"position":[[24,8]]}}}],["declin",{"_index":88,"t":{"659":{"position":[[30,7]]}}}],["default",{"_index":204,"t":{"1071":{"position":[[37,7]]}}}],["delet",{"_index":32,"t":{"114":{"position":[[1,6],[27,6]]},"202":{"position":[[1,6],[25,6]]},"364":{"position":[[1,6],[26,6]]},"499":{"position":[[1,6],[32,6]]},"691":{"position":[[1,6],[32,6]]},"881":{"position":[[1,6],[24,6]]}}}],["design",{"_index":203,"t":{"1071":{"position":[[23,6]]}}}],["differ",{"_index":74,"t":{"415":{"position":[[0,9]]}}}],["down",{"_index":118,"t":{"921":{"position":[[12,4]]}}}],["e",{"_index":162,"t":{"1023":{"position":[[0,1]]},"1054":{"position":[[2,1]]}}}],["enabl",{"_index":67,"t":{"403":{"position":[[5,7]]},"405":{"position":[[23,7]]},"409":{"position":[[23,7]]}}}],["encod",{"_index":115,"t":{"917":{"position":[[7,7]]}}}],["endpoint",{"_index":70,"t":{"405":{"position":[[53,8]]},"419":{"position":[[57,8]]},"531":{"position":[[19,8]]}}}],["enough",{"_index":126,"t":{"923":{"position":[[16,6]]}}}],["error",{"_index":13,"t":{"21":{"position":[[0,6]]},"30":{"position":[[0,6]]},"44":{"position":[[0,6]]},"58":{"position":[[0,6]]},"72":{"position":[[0,6]]},"84":{"position":[[0,6]]},"98":{"position":[[0,6]]},"112":{"position":[[0,6]]},"124":{"position":[[0,6]]},"138":{"position":[[0,6]]},"147":{"position":[[0,6]]},"156":{"position":[[0,6]]},"165":{"position":[[0,6]]},"172":{"position":[[0,6]]},"184":{"position":[[0,6]]},"200":{"position":[[0,6]]},"212":{"position":[[0,6]]},"224":{"position":[[0,6]]},"252":{"position":[[0,6]]},"266":{"position":[[0,6]]},"278":{"position":[[0,6]]},"292":{"position":[[0,6]]},"294":{"position":[[0,6]]},"306":{"position":[[0,6]]},"320":{"position":[[0,6]]},"332":{"position":[[0,6]]},"348":{"position":[[0,6]]},"362":{"position":[[0,6]]},"374":{"position":[[0,6]]},"388":{"position":[[0,6]]},"417":{"position":[[0,6]]},"427":{"position":[[0,6]]},"437":{"position":[[0,6]]},"471":{"position":[[0,6]]},"483":{"position":[[0,6]]},"497":{"position":[[0,6]]},"509":{"position":[[0,6]]},"525":{"position":[[0,6]]},"543":{"position":[[0,6]]},"559":{"position":[[0,6]]},"575":{"position":[[0,6]]},"591":{"position":[[0,6]]},"605":{"position":[[0,6]]},"621":{"position":[[0,6]]},"633":{"position":[[0,6]]},"647":{"position":[[0,6]]},"657":{"position":[[0,6]]},"667":{"position":[[0,6]]},"677":{"position":[[0,6]]},"689":{"position":[[0,6]]},"699":{"position":[[0,6]]},"702":{"position":[[0,6]]},"704":{"position":[[0,5]]},"740":{"position":[[0,6]]},"754":{"position":[[0,6]]},"793":{"position":[[0,6]]},"805":{"position":[[0,6]]},"817":{"position":[[0,6]]},"827":{"position":[[0,6]]},"839":{"position":[[0,6]]},"853":{"position":[[0,6]]},"867":{"position":[[0,6]]},"879":{"position":[[0,6]]},"891":{"position":[[0,6]]}}}],["evalu",{"_index":200,"t":{"1066":{"position":[[49,10]]}}}],["eventu",{"_index":131,"t":{"923":{"position":[[89,10]]}}}],["exampl",{"_index":11,"t":{"17":{"position":[[0,7]]},"26":{"position":[[0,7]]},"38":{"position":[[0,7]]},"40":{"position":[[0,7]]},"52":{"position":[[0,7]]},"54":{"position":[[0,7]]},"68":{"position":[[0,7]]},"80":{"position":[[0,7]]},"94":{"position":[[0,7]]},"108":{"position":[[0,7]]},"120":{"position":[[0,7]]},"127":{"position":[[0,7]]},"134":{"position":[[0,7]]},"141":{"position":[[0,7]]},"150":{"position":[[0,7]]},"159":{"position":[[0,7]]},"168":{"position":[[0,7]]},"180":{"position":[[0,7]]},"196":{"position":[[0,7]]},"208":{"position":[[0,7]]},"220":{"position":[[0,7]]},"232":{"position":[[0,7]]},"240":{"position":[[0,7]]},"248":{"position":[[0,7]]},"262":{"position":[[0,7]]},"274":{"position":[[0,7]]},"288":{"position":[[0,7]]},"302":{"position":[[0,7]]},"316":{"position":[[0,7]]},"328":{"position":[[0,7]]},"342":{"position":[[0,7]]},"356":{"position":[[0,7]]},"370":{"position":[[0,7]]},"382":{"position":[[0,7]]},"397":{"position":[[0,7]]},"425":{"position":[[0,7]]},"435":{"position":[[0,7]]},"447":{"position":[[0,7]]},"457":{"position":[[0,7]]},"467":{"position":[[0,7]]},"479":{"position":[[0,7]]},"493":{"position":[[0,7]]},"505":{"position":[[0,7]]},"519":{"position":[[0,7]]},"537":{"position":[[0,7]]},"553":{"position":[[0,7]]},"569":{"position":[[0,7]]},"585":{"position":[[0,7]]},"599":{"position":[[0,7]]},"615":{"position":[[0,7]]},"629":{"position":[[0,7]]},"643":{"position":[[0,7]]},"653":{"position":[[0,7]]},"663":{"position":[[0,7]]},"673":{"position":[[0,7]]},"685":{"position":[[0,7]]},"695":{"position":[[0,7]]},"736":{"position":[[0,7]]},"750":{"position":[[0,7]]},"774":{"position":[[0,7]]},"779":{"position":[[0,7]]},"784":{"position":[[0,7]]},"789":{"position":[[0,7]]},"801":{"position":[[0,7]]},"813":{"position":[[0,7]]},"823":{"position":[[0,7]]},"835":{"position":[[0,7]]},"849":{"position":[[0,7]]},"863":{"position":[[0,7]]},"875":{"position":[[0,7]]},"887":{"position":[[0,7]]},"923":{"position":[[206,7]]},"948":{"position":[[18,7]]}}}],["explan",{"_index":100,"t":{"763":{"position":[[0,11]]}}}],["f",{"_index":164,"t":{"1025":{"position":[[0,1]]}}}],["featur",{"_index":0,"t":{"3":{"position":[[0,8]]}}}],["feder",{"_index":179,"t":{"1039":{"position":[[4,10]]}}}],["field",{"_index":123,"t":{"921":{"position":[[97,5]]}}}],["file",{"_index":97,"t":{"761":{"position":[[14,4]]}}}],["filter",{"_index":90,"t":{"683":{"position":[[9,7]]}}}],["first",{"_index":51,"t":{"236":{"position":[[35,5]]},"461":{"position":[[35,5]]}}}],["fundament",{"_index":3,"t":{"7":{"position":[[0,12]]}}}],["g",{"_index":167,"t":{"1027":{"position":[[0,1]]}}}],["give",{"_index":148,"t":{"990":{"position":[[20,4]]},"992":{"position":[[27,4]]}}}],["given",{"_index":60,"t":{"268":{"position":[[20,5]]},"280":{"position":[[23,5]]},"485":{"position":[[23,5]]},"726":{"position":[[20,5]]},"728":{"position":[[23,5]]},"730":{"position":[[20,5]]},"742":{"position":[[23,5]]}}}],["h",{"_index":170,"t":{"1029":{"position":[[0,1]]}}}],["header",{"_index":73,"t":{"413":{"position":[[14,7]]},"710":{"position":[[8,7]]}}}],["health",{"_index":14,"t":{"23":{"position":[[10,6]]}}}],["http",{"_index":69,"t":{"405":{"position":[[48,4]]},"531":{"position":[[14,4]]}}}],["http_endpoint",{"_index":68,"t":{"405":{"position":[[48,13]]},"531":{"position":[[14,13]]}}}],["idea",{"_index":150,"t":{"1007":{"position":[[0,5]]}}}],["incid",{"_index":202,"t":{"1069":{"position":[[4,8]]}}}],["inform",{"_index":173,"t":{"1029":{"position":[[27,11]]}}}],["input",{"_index":92,"t":{"708":{"position":[[0,5]]},"1059":{"position":[[5,5]]}}}],["integr",{"_index":181,"t":{"1039":{"position":[[24,11]]},"1041":{"position":[[36,11]]},"1056":{"position":[[3,9]]}}}],["introduct",{"_index":96,"t":{"759":{"position":[[0,12]]}}}],["invit",{"_index":44,"t":{"158":{"position":[[11,6]]}}}],["json",{"_index":99,"t":{"761":{"position":[[27,4]]}}}],["k",{"_index":175,"t":{"1033":{"position":[[0,1]]}}}],["key",{"_index":108,"t":{"819":{"position":[[60,3]]}}}],["law",{"_index":160,"t":{"1019":{"position":[[3,10]]}}}],["line",{"_index":102,"t":{"765":{"position":[[8,4]]}}}],["linear",{"_index":141,"t":{"968":{"position":[[0,6]]}}}],["list",{"_index":24,"t":{"64":{"position":[[24,4]]},"74":{"position":[[24,4]]},"126":{"position":[[6,4]]},"226":{"position":[[22,4]]},"268":{"position":[[6,4]]},"429":{"position":[[29,4]]},"439":{"position":[[29,4]]},"473":{"position":[[50,4]]},"726":{"position":[[6,4]]},"730":{"position":[[6,4]]},"769":{"position":[[21,4]]},"795":{"position":[[21,4]]},"807":{"position":[[21,4]]},"819":{"position":[[21,4]]},"829":{"position":[[21,4]]}}}],["live",{"_index":182,"t":{"1041":{"position":[[0,4]]}}}],["logic",{"_index":188,"t":{"1048":{"position":[[5,7]]}}}],["manag",{"_index":22,"t":{"64":{"position":[[6,6]]},"74":{"position":[[6,6]]},"86":{"position":[[7,6]]},"100":{"position":[[6,6]]},"114":{"position":[[9,6]]},"188":{"position":[[6,6]]},"202":{"position":[[9,6]]},"214":{"position":[[6,6]]},"226":{"position":[[6,6]]},"310":{"position":[[6,6]]},"322":{"position":[[6,6]]},"334":{"position":[[7,6]]},"350":{"position":[[6,6]]},"364":{"position":[[9,6]]},"376":{"position":[[7,6]]},"391":{"position":[[6,6]]},"419":{"position":[[7,6]]},"429":{"position":[[6,6]]},"439":{"position":[[6,6]]},"473":{"position":[[6,6]]},"499":{"position":[[9,6]]},"637":{"position":[[7,6]]},"649":{"position":[[7,6]]},"659":{"position":[[7,6]]},"669":{"position":[[6,6]]},"679":{"position":[[6,6]]},"691":{"position":[[9,6]]},"769":{"position":[[6,6]]},"795":{"position":[[6,6]]},"807":{"position":[[6,6]]},"819":{"position":[[6,6]]},"829":{"position":[[6,6]]},"841":{"position":[[7,6]]},"855":{"position":[[6,6]]},"869":{"position":[[7,6]]},"881":{"position":[[9,6]]},"964":{"position":[[0,6]]},"1067":{"position":[[21,10]]},"1069":{"position":[[22,10]]}}}],["mani",{"_index":132,"t":{"923":{"position":[[116,4]]}}}],["mattermost",{"_index":71,"t":{"409":{"position":[[48,10]]},"533":{"position":[[14,10]]},"1041":{"position":[[25,10]]}}}],["max",{"_index":129,"t":{"923":{"position":[[56,3]]}}}],["max_messag",{"_index":128,"t":{"923":{"position":[[56,12]]}}}],["member",{"_index":33,"t":{"126":{"position":[[30,7]]},"133":{"position":[[22,6]]},"140":{"position":[[20,6]]},"149":{"position":[[30,6]]},"788":{"position":[[50,7]]}}}],["messag",{"_index":56,"t":{"254":{"position":[[15,7]]},"376":{"position":[[33,7]]},"545":{"position":[[12,8]]},"899":{"position":[[9,9]]},"911":{"position":[[0,8]]},"913":{"position":[[0,7]]},"921":{"position":[[17,8]]},"923":{"position":[[23,8],[60,8],[121,8]]},"948":{"position":[[9,8]]},"1002":{"position":[[8,8]]},"1004":{"position":[[12,8]]}}}],["metric",{"_index":9,"t":{"13":{"position":[[22,7]]},"174":{"position":[[14,7]]},"296":{"position":[[12,7]]},"623":{"position":[[19,7]]}}}],["mode",{"_index":35,"t":{"131":{"position":[[13,4]]}}}],["modifi",{"_index":61,"t":{"280":{"position":[[7,6]]},"485":{"position":[[7,6]]},"511":{"position":[[7,6]]},"527":{"position":[[7,6]]},"607":{"position":[[7,6]]},"728":{"position":[[7,6]]},"742":{"position":[[7,6]]},"990":{"position":[[0,6]]},"992":{"position":[[0,6]]}}}],["move",{"_index":138,"t":{"943":{"position":[[0,4]]}}}],["new",{"_index":28,"t":{"86":{"position":[[32,3]]},"140":{"position":[[16,3]]},"188":{"position":[[29,3]]},"334":{"position":[[31,3]]},"637":{"position":[[30,3]]},"841":{"position":[[29,3]]},"988":{"position":[[21,3]]}}}],["next",{"_index":54,"t":{"244":{"position":[[35,4]]},"451":{"position":[[35,4]]},"783":{"position":[[35,4]]}}}],["non",{"_index":36,"t":{"131":{"position":[[19,3]]}}}],["number",{"_index":130,"t":{"923":{"position":[[69,6]]}}}],["offset",{"_index":84,"t":{"577":{"position":[[10,7]]},"593":{"position":[[10,6]]},"607":{"position":[[14,7]]},"939":{"position":[[19,7]]},"941":{"position":[[19,7]]},"943":{"position":[[20,7]]}}}],["on",{"_index":103,"t":{"773":{"position":[[44,3]]}}}],["oper",{"_index":8,"t":{"13":{"position":[[10,11]]},"1019":{"position":[[32,9]]}}}],["option",{"_index":89,"t":{"683":{"position":[[0,8]]}}}],["order",{"_index":205,"t":{"1073":{"position":[[4,5],[52,5]]}}}],["organ",{"_index":209,"t":{"1075":{"position":[[3,12]]}}}],["outsourc",{"_index":206,"t":{"1073":{"position":[[19,11]]}}}],["overview",{"_index":139,"t":{"946":{"position":[[0,8]]}}}],["ownership",{"_index":78,"t":{"419":{"position":[[37,9]]}}}],["page",{"_index":52,"t":{"236":{"position":[[41,4]]},"244":{"position":[[41,4]]},"451":{"position":[[40,4]]},"461":{"position":[[41,4]]},"773":{"position":[[48,4]]}}}],["pagin",{"_index":48,"t":{"228":{"position":[[0,9]]},"236":{"position":[[0,9]]},"244":{"position":[[0,9]]},"441":{"position":[[0,9]]},"451":{"position":[[0,9]]},"461":{"position":[[0,9]]},"773":{"position":[[0,9]]},"778":{"position":[[0,9]]},"783":{"position":[[0,9]]},"788":{"position":[[0,9]]}}}],["paramet",{"_index":19,"t":{"36":{"position":[[4,10]]},"40":{"position":[[25,10]]},"50":{"position":[[4,10]]},"54":{"position":[[25,10]]},"763":{"position":[[22,10]]},"765":{"position":[[13,10]]}}}],["per",{"_index":94,"t":{"724":{"position":[[0,3]]}}}],["period",{"_index":169,"t":{"1027":{"position":[[27,7]]}}}],["person",{"_index":158,"t":{"1017":{"position":[[17,8]]},"1021":{"position":[[13,8]]},"1023":{"position":[[27,8]]},"1027":{"position":[[3,8]]}}}],["physic",{"_index":186,"t":{"1046":{"position":[[5,8]]}}}],["polici",{"_index":76,"t":{"415":{"position":[[16,8]]},"966":{"position":[[6,8]]}}}],["post",{"_index":26,"t":{"86":{"position":[[1,4]]},"92":{"position":[[0,4]]},"140":{"position":[[1,4]]},"143":{"position":[[0,4]]},"152":{"position":[[0,4]]},"158":{"position":[[1,4]]},"161":{"position":[[0,4]]},"167":{"position":[[1,4]]},"254":{"position":[[1,4]]},"260":{"position":[[0,4]]},"280":{"position":[[1,4]]},"286":{"position":[[0,4]]},"334":{"position":[[1,4]]},"344":{"position":[[0,4]]},"358":{"position":[[0,4]]},"376":{"position":[[1,4]]},"384":{"position":[[0,4]]},"419":{"position":[[1,4]]},"485":{"position":[[1,4]]},"491":{"position":[[0,4]]},"511":{"position":[[1,4]]},"515":{"position":[[0,4]]},"521":{"position":[[0,4]]},"527":{"position":[[1,4]]},"531":{"position":[[0,4]]},"533":{"position":[[0,4]]},"539":{"position":[[0,4]]},"545":{"position":[[1,4]]},"549":{"position":[[0,4]]},"555":{"position":[[0,4]]},"561":{"position":[[1,4]]},"565":{"position":[[0,4]]},"571":{"position":[[0,4]]},"581":{"position":[[0,4]]},"587":{"position":[[0,4]]},"607":{"position":[[1,4]]},"611":{"position":[[0,4]]},"617":{"position":[[0,4]]},"637":{"position":[[1,4]]},"641":{"position":[[0,4]]},"649":{"position":[[1,4]]},"659":{"position":[[1,4]]},"728":{"position":[[1,4]]},"742":{"position":[[1,4]]},"748":{"position":[[0,4]]},"841":{"position":[[1,4]]},"845":{"position":[[0,4]]},"869":{"position":[[1,4]]},"923":{"position":[[192,4]]}}}],["present",{"_index":133,"t":{"923":{"position":[[134,7]]}}}],["privaci",{"_index":171,"t":{"1029":{"position":[[3,7]]}}}],["procedur",{"_index":196,"t":{"1066":{"position":[[3,10]]}}}],["process",{"_index":154,"t":{"1015":{"position":[[17,10]]},"1017":{"position":[[31,9]]},"1019":{"position":[[21,10]]},"1073":{"position":[[58,10]]}}}],["project",{"_index":23,"t":{"64":{"position":[[13,8],[33,8]]},"74":{"position":[[13,8],[40,7]]},"86":{"position":[[14,8],[36,7]]},"100":{"position":[[13,8],[33,7]]},"114":{"position":[[16,8],[34,7]]},"126":{"position":[[52,7]]},"133":{"position":[[50,7]]},"140":{"position":[[51,7]]},"149":{"position":[[61,7]]},"158":{"position":[[30,7]]},"167":{"position":[[30,7]]},"174":{"position":[[6,7]]},"228":{"position":[[62,7]]},"441":{"position":[[69,7]]},"788":{"position":[[72,7]]},"980":{"position":[[9,7]]},"982":{"position":[[9,7]]}}}],["project_admin",{"_index":147,"t":{"982":{"position":[[9,13]]}}}],["protect",{"_index":201,"t":{"1067":{"position":[[10,10]]},"1071":{"position":[[9,10]]},"1075":{"position":[[25,10]]}}}],["pseudonym",{"_index":190,"t":{"1054":{"position":[[5,16]]}}}],["publish",{"_index":55,"t":{"254":{"position":[[7,7]]},"931":{"position":[[6,10]]},"990":{"position":[[35,9]]}}}],["publishtim",{"_index":119,"t":{"921":{"position":[[40,11]]}}}],["pull",{"_index":4,"t":{"9":{"position":[[0,4]]},"545":{"position":[[7,4]]},"905":{"position":[[0,4]]},"907":{"position":[[0,4]]},"921":{"position":[[7,4]]},"954":{"position":[[0,4]]},"956":{"position":[[0,4]]}}}],["purpos",{"_index":153,"t":{"1015":{"position":[[3,7]]}}}],["push",{"_index":6,"t":{"9":{"position":[[8,4]]},"403":{"position":[[0,4]]},"405":{"position":[[18,4]]},"409":{"position":[[18,4]]},"419":{"position":[[52,4]]},"527":{"position":[[14,4]]},"905":{"position":[[8,4]]},"909":{"position":[[0,4]]},"954":{"position":[[8,4]]},"958":{"position":[[0,4]]},"964":{"position":[[9,4]]}}}],["put",{"_index":30,"t":{"100":{"position":[[1,3]]},"106":{"position":[[0,3]]},"149":{"position":[[1,3]]},"188":{"position":[[1,3]]},"350":{"position":[[1,3]]},"391":{"position":[[1,3]]},"399":{"position":[[0,3]]},"855":{"position":[[1,3]]},"859":{"position":[[0,3]]}}}],["quick",{"_index":144,"t":{"974":{"position":[[10,5]]}}}],["recent",{"_index":105,"t":{"778":{"position":[[42,6]]}}}],["recipi",{"_index":163,"t":{"1023":{"position":[[3,10]]}}}],["recours",{"_index":176,"t":{"1033":{"position":[[3,8]]}}}],["recover",{"_index":194,"t":{"1064":{"position":[[5,14]]}}}],["reformat",{"_index":140,"t":{"948":{"position":[[0,8]]}}}],["refresh",{"_index":110,"t":{"869":{"position":[[22,7]]}}}],["registr",{"_index":86,"t":{"637":{"position":[[14,13],[39,12]]},"649":{"position":[[14,13],[46,12]]},"659":{"position":[[14,13],[47,12]]},"669":{"position":[[13,13],[47,12]]},"679":{"position":[[13,13],[42,13]]},"691":{"position":[[16,13],[48,12]]}}}],["registri",{"_index":180,"t":{"1039":{"position":[[15,8]]}}}],["regular",{"_index":197,"t":{"1066":{"position":[[18,7]]}}}],["remov",{"_index":45,"t":{"167":{"position":[[7,6]]}}}],["report",{"_index":17,"t":{"32":{"position":[[15,6]]},"46":{"position":[[21,6]]}}}],["request",{"_index":10,"t":{"15":{"position":[[0,7]]},"17":{"position":[[8,7]]},"24":{"position":[[0,7]]},"26":{"position":[[8,7]]},"34":{"position":[[0,7]]},"38":{"position":[[8,7]]},"40":{"position":[[8,7]]},"48":{"position":[[0,7]]},"52":{"position":[[8,7]]},"54":{"position":[[8,7]]},"66":{"position":[[0,7]]},"68":{"position":[[8,7]]},"76":{"position":[[0,7]]},"80":{"position":[[8,7]]},"88":{"position":[[0,7]]},"94":{"position":[[8,7]]},"102":{"position":[[0,7]]},"108":{"position":[[8,7]]},"116":{"position":[[0,7]]},"120":{"position":[[8,7]]},"127":{"position":[[8,7]]},"134":{"position":[[8,7]]},"141":{"position":[[8,7]]},"150":{"position":[[8,7]]},"159":{"position":[[8,7]]},"168":{"position":[[8,7]]},"176":{"position":[[0,7]]},"180":{"position":[[8,7]]},"190":{"position":[[0,7]]},"196":{"position":[[8,7]]},"204":{"position":[[0,7]]},"208":{"position":[[8,7]]},"216":{"position":[[0,7]]},"220":{"position":[[8,7]]},"228":{"position":[[10,7]]},"232":{"position":[[8,7]]},"236":{"position":[[10,7]]},"240":{"position":[[8,7]]},"244":{"position":[[10,7]]},"248":{"position":[[8,7]]},"256":{"position":[[0,7]]},"262":{"position":[[8,7]]},"270":{"position":[[0,7]]},"274":{"position":[[8,7]]},"282":{"position":[[0,7]]},"288":{"position":[[8,7]]},"298":{"position":[[0,7]]},"302":{"position":[[8,7]]},"312":{"position":[[0,7]]},"316":{"position":[[8,7]]},"324":{"position":[[0,7]]},"328":{"position":[[8,7]]},"338":{"position":[[0,7]]},"342":{"position":[[8,7]]},"352":{"position":[[0,7]]},"356":{"position":[[8,7]]},"366":{"position":[[0,7]]},"370":{"position":[[8,7]]},"378":{"position":[[0,7]]},"382":{"position":[[8,7]]},"393":{"position":[[0,7]]},"397":{"position":[[8,7]]},"405":{"position":[[0,7]]},"409":{"position":[[0,7]]},"421":{"position":[[0,7]]},"425":{"position":[[8,7]]},"431":{"position":[[0,7]]},"435":{"position":[[8,7]]},"441":{"position":[[10,7]]},"443":{"position":[[0,7]]},"447":{"position":[[8,7]]},"451":{"position":[[10,7]]},"453":{"position":[[0,7]]},"457":{"position":[[8,7]]},"461":{"position":[[10,7]]},"463":{"position":[[0,7]]},"467":{"position":[[8,7]]},"475":{"position":[[0,7]]},"479":{"position":[[8,7]]},"487":{"position":[[0,7]]},"493":{"position":[[8,7]]},"501":{"position":[[0,7]]},"505":{"position":[[8,7]]},"513":{"position":[[0,7]]},"519":{"position":[[8,7]]},"529":{"position":[[0,7]]},"537":{"position":[[8,7]]},"547":{"position":[[0,7]]},"553":{"position":[[8,7]]},"563":{"position":[[0,7]]},"569":{"position":[[8,7]]},"579":{"position":[[0,7]]},"585":{"position":[[8,7]]},"595":{"position":[[0,7]]},"599":{"position":[[8,7]]},"609":{"position":[[0,7]]},"615":{"position":[[8,7]]},"625":{"position":[[0,7]]},"629":{"position":[[8,7]]},"639":{"position":[[0,7]]},"643":{"position":[[8,7]]},"651":{"position":[[0,7]]},"653":{"position":[[8,7]]},"661":{"position":[[0,7]]},"663":{"position":[[8,7]]},"671":{"position":[[0,7]]},"673":{"position":[[8,7]]},"681":{"position":[[0,7]]},"685":{"position":[[8,7]]},"693":{"position":[[0,7]]},"695":{"position":[[8,7]]},"710":{"position":[[0,7]]},"732":{"position":[[0,7]]},"736":{"position":[[8,7]]},"744":{"position":[[0,7]]},"750":{"position":[[8,7]]},"771":{"position":[[0,7]]},"773":{"position":[[10,7]]},"774":{"position":[[8,7]]},"778":{"position":[[10,7]]},"779":{"position":[[8,7]]},"783":{"position":[[10,7]]},"784":{"position":[[8,7]]},"788":{"position":[[10,7]]},"789":{"position":[[8,7]]},"797":{"position":[[0,7]]},"801":{"position":[[8,7]]},"809":{"position":[[0,7]]},"813":{"position":[[8,7]]},"821":{"position":[[0,7]]},"823":{"position":[[8,7]]},"831":{"position":[[0,7]]},"835":{"position":[[8,7]]},"843":{"position":[[0,7]]},"849":{"position":[[8,7]]},"857":{"position":[[0,7]]},"863":{"position":[[8,7]]},"871":{"position":[[0,7]]},"875":{"position":[[8,7]]},"883":{"position":[[0,7]]},"887":{"position":[[8,7]]},"923":{"position":[[46,9],[81,7]]}}}],["requestbodi",{"_index":47,"t":{"192":{"position":[[0,11]]}}}],["resili",{"_index":193,"t":{"1061":{"position":[[20,10]]}}}],["resourc",{"_index":95,"t":{"724":{"position":[[4,8]]},"988":{"position":[[25,9]]}}}],["respons",{"_index":12,"t":{"19":{"position":[[0,9]]},"28":{"position":[[0,9]]},"42":{"position":[[0,9]]},"56":{"position":[[0,9]]},"70":{"position":[[0,9]]},"82":{"position":[[0,9]]},"96":{"position":[[0,9]]},"110":{"position":[[0,9]]},"122":{"position":[[0,9]]},"129":{"position":[[0,9]]},"136":{"position":[[0,9]]},"145":{"position":[[0,9]]},"154":{"position":[[0,9]]},"163":{"position":[[0,9]]},"170":{"position":[[0,9]]},"182":{"position":[[0,9]]},"198":{"position":[[0,9]]},"210":{"position":[[0,9]]},"222":{"position":[[0,9]]},"234":{"position":[[0,9]]},"242":{"position":[[0,9]]},"250":{"position":[[0,9]]},"264":{"position":[[0,9]]},"276":{"position":[[0,9]]},"290":{"position":[[0,9]]},"304":{"position":[[0,9]]},"318":{"position":[[0,9]]},"330":{"position":[[0,9]]},"346":{"position":[[0,9]]},"360":{"position":[[0,9]]},"372":{"position":[[0,9]]},"386":{"position":[[0,9]]},"401":{"position":[[0,9]]},"407":{"position":[[0,8]]},"411":{"position":[[0,8]]},"449":{"position":[[0,9]]},"459":{"position":[[0,9]]},"469":{"position":[[0,9]]},"481":{"position":[[0,9]]},"495":{"position":[[0,9]]},"507":{"position":[[0,9]]},"523":{"position":[[0,9]]},"541":{"position":[[0,9]]},"557":{"position":[[0,9]]},"573":{"position":[[0,9]]},"589":{"position":[[0,9]]},"601":{"position":[[0,9]]},"603":{"position":[[0,8]]},"619":{"position":[[0,9]]},"631":{"position":[[0,9]]},"645":{"position":[[0,9]]},"655":{"position":[[0,9]]},"665":{"position":[[0,9]]},"675":{"position":[[0,9]]},"687":{"position":[[0,9]]},"697":{"position":[[0,9]]},"712":{"position":[[0,8]]},"714":{"position":[[0,8]]},"738":{"position":[[0,9]]},"752":{"position":[[0,9]]},"776":{"position":[[0,9]]},"781":{"position":[[0,9]]},"786":{"position":[[0,9]]},"791":{"position":[[0,9]]},"803":{"position":[[0,9]]},"815":{"position":[[0,9]]},"825":{"position":[[0,9]]},"837":{"position":[[0,9]]},"851":{"position":[[0,9]]},"865":{"position":[[0,9]]},"877":{"position":[[0,9]]},"889":{"position":[[0,9]]},"1069":{"position":[[13,8]]}}}],["retent",{"_index":168,"t":{"1027":{"position":[[17,9]]}}}],["retri",{"_index":75,"t":{"415":{"position":[[10,5]]},"966":{"position":[[0,5]]}}}],["retriev",{"_index":63,"t":{"310":{"position":[[23,8]]},"322":{"position":[[23,8]]},"669":{"position":[[29,8]]},"679":{"position":[[29,8]]}}}],["return",{"_index":49,"t":{"228":{"position":[[23,7]]},"236":{"position":[[23,7]]},"244":{"position":[[23,7]]},"441":{"position":[[23,7]]},"451":{"position":[[23,7]]},"461":{"position":[[23,7]]},"773":{"position":[[23,7]]},"778":{"position":[[23,7]]},"783":{"position":[[23,7]]},"788":{"position":[[23,7]]},"923":{"position":[[100,7]]}}}],["review",{"_index":198,"t":{"1066":{"position":[[26,6]]}}}],["right",{"_index":165,"t":{"1025":{"position":[[3,6]]}}}],["role",{"_index":42,"t":{"149":{"position":[[18,5]]}}}],["rubi",{"_index":117,"t":{"917":{"position":[[25,4]]}}}],["s",{"_index":57,"t":{"254":{"position":[[23,1]]},"473":{"position":[[48,1]]},"649":{"position":[[44,1]]},"659":{"position":[[45,1]]},"669":{"position":[[45,1]]},"691":{"position":[[46,1]]},"939":{"position":[[17,1]]},"941":{"position":[[17,1]]},"943":{"position":[[18,1]]},"1015":{"position":[[11,1]]}}}],["scenario",{"_index":145,"t":{"974":{"position":[[22,8]]}}}],["schema",{"_index":62,"t":{"310":{"position":[[13,7],[34,6]]},"322":{"position":[[13,7],[36,7]]},"334":{"position":[[14,7],[35,6]]},"336":{"position":[[10,6]]},"350":{"position":[[13,7],[30,6]]},"364":{"position":[[16,7],[33,6]]},"376":{"position":[[14,7]]},"933":{"position":[[0,6]]},"1000":{"position":[[0,6]]}}}],["secur",{"_index":172,"t":{"1029":{"position":[[15,8]]}}}],["send",{"_index":83,"t":{"561":{"position":[[7,7]]}}}],["separ",{"_index":189,"t":{"1052":{"position":[[5,10]]}}}],["servic",{"_index":38,"t":{"131":{"position":[[23,7]]},"899":{"position":[[19,7]]},"976":{"position":[[10,7]]},"978":{"position":[[9,7]]},"1009":{"position":[[18,7]]}}}],["service_admin",{"_index":37,"t":{"131":{"position":[[23,13]]},"978":{"position":[[9,13]]}}}],["service_token",{"_index":146,"t":{"976":{"position":[[10,13]]}}}],["show",{"_index":40,"t":{"133":{"position":[[6,4]]}}}],["size",{"_index":53,"t":{"236":{"position":[[60,4]]},"244":{"position":[[60,4]]},"451":{"position":[[59,4]]},"461":{"position":[[60,4]]}}}],["slowstart",{"_index":142,"t":{"970":{"position":[[0,9]]}}}],["specif",{"_index":25,"t":{"74":{"position":[[31,8]]},"126":{"position":[[43,8]]},"133":{"position":[[13,8],[41,8]]},"140":{"position":[[42,8]]},"149":{"position":[[52,8]]},"236":{"position":[[51,8]]},"244":{"position":[[51,8]]},"429":{"position":[[60,8]]},"451":{"position":[[50,8]]},"461":{"position":[[51,8]]},"788":{"position":[[63,8]]},"795":{"position":[[28,8]]},"807":{"position":[[28,8]]},"819":{"position":[[28,8]]},"829":{"position":[[28,8]]}}}],["specifi",{"_index":50,"t":{"228":{"position":[[52,9]]},"441":{"position":[[59,9]]}}}],["start",{"_index":137,"t":{"929":{"position":[[11,5]]},"931":{"position":[[0,5]]},"937":{"position":[[11,5]]},"952":{"position":[[11,5]]},"962":{"position":[[11,5]]},"974":{"position":[[16,5]]},"998":{"position":[[11,5]]}}}],["statu",{"_index":15,"t":{"23":{"position":[[17,6]]}}}],["string",{"_index":116,"t":{"917":{"position":[[15,6]]}}}],["subcontractor",{"_index":207,"t":{"1073":{"position":[[32,14]]}}}],["subject",{"_index":166,"t":{"1025":{"position":[[18,8]]}}}],["subscript",{"_index":7,"t":{"9":{"position":[[13,13]]},"391":{"position":[[13,13],[36,13]]},"403":{"position":[[13,13]]},"405":{"position":[[31,12]]},"409":{"position":[[31,12]]},"419":{"position":[[14,13]]},"429":{"position":[[13,13],[38,13]]},"439":{"position":[[13,13],[38,13]]},"441":{"position":[[35,13]]},"473":{"position":[[13,13],[35,12]]},"485":{"position":[[29,12]]},"499":{"position":[[16,13],[39,13]]},"545":{"position":[[28,12]]},"623":{"position":[[6,12]]},"730":{"position":[[26,12]]},"742":{"position":[[29,12]]},"903":{"position":[[0,13]]},"905":{"position":[[13,13]]},"907":{"position":[[5,13]]},"909":{"position":[[5,13]]},"939":{"position":[[4,12]]},"941":{"position":[[4,12]]},"943":{"position":[[5,12]]},"954":{"position":[[13,13]]},"956":{"position":[[5,13]]},"958":{"position":[[5,13]]},"964":{"position":[[14,12]]},"986":{"position":[[9,12]]},"992":{"position":[[7,12]]}}}],["suppli",{"_index":127,"t":{"923":{"position":[[35,6]]}}}],["support",{"_index":64,"t":{"336":{"position":[[0,9]]},"933":{"position":[[7,7]]},"1000":{"position":[[7,7]]}}}],["t",{"_index":125,"t":{"923":{"position":[[14,1]]}}}],["terminolog",{"_index":111,"t":{"897":{"position":[[0,11]]}}}],["through",{"_index":183,"t":{"1041":{"position":[[13,7]]}}}],["time",{"_index":121,"t":{"921":{"position":[[79,4]]}}}],["timeout",{"_index":135,"t":{"923":{"position":[[176,7]]}}}],["timestamp",{"_index":85,"t":{"593":{"position":[[20,9]]},"941":{"position":[[30,9]]}}}],["token",{"_index":107,"t":{"807":{"position":[[45,5]]},"869":{"position":[[30,5]]},"976":{"position":[[18,5]]}}}],["topic",{"_index":46,"t":{"188":{"position":[[13,6],[33,5]]},"202":{"position":[[16,6],[32,5]]},"214":{"position":[[13,6],[28,5]]},"226":{"position":[[13,6],[27,6]]},"228":{"position":[[35,6]]},"254":{"position":[[30,5]]},"268":{"position":[[26,5]]},"280":{"position":[[29,5]]},"296":{"position":[[6,5]]},"429":{"position":[[69,5]]},"726":{"position":[[26,5]]},"728":{"position":[[29,5]]},"901":{"position":[[0,6]]},"984":{"position":[[9,5]]},"990":{"position":[[7,5]]}}}],["transfer",{"_index":191,"t":{"1057":{"position":[[5,8]]}}}],["type",{"_index":65,"t":{"336":{"position":[[17,5]]}}}],["typic",{"_index":143,"t":{"974":{"position":[[2,7]]}}}],["under",{"_index":41,"t":{"140":{"position":[[32,5]]},"149":{"position":[[42,5]]},"228":{"position":[[42,5]]},"429":{"position":[[52,5]]},"441":{"position":[[49,5]]}}}],["unprivileg",{"_index":34,"t":{"131":{"position":[[0,12]]}}}],["updat",{"_index":31,"t":{"100":{"position":[[24,6]]},"149":{"position":[[6,7]]},"350":{"position":[[23,6]]},"855":{"position":[[21,6]]},"1041":{"position":[[5,7]]}}}],["url",{"_index":18,"t":{"36":{"position":[[0,3]]},"40":{"position":[[21,3]]},"50":{"position":[[0,3]]},"54":{"position":[[21,3]]}}}],["us",{"_index":152,"t":{"1009":{"position":[[10,3]]}}}],["usag",{"_index":21,"t":{"46":{"position":[[15,5]]}}}],["user",{"_index":20,"t":{"46":{"position":[[10,4]]},"126":{"position":[[15,5]]},"131":{"position":[[37,4]]},"133":{"position":[[29,4]]},"140":{"position":[[27,4]]},"149":{"position":[[37,4]]},"158":{"position":[[20,4]]},"167":{"position":[[16,4]]},"473":{"position":[[69,5]]},"637":{"position":[[34,4]]},"649":{"position":[[39,4]]},"659":{"position":[[40,4]]},"669":{"position":[[40,4]]},"691":{"position":[[41,4]]},"720":{"position":[[0,4]]},"769":{"position":[[13,5],[30,5]]},"773":{"position":[[35,5]]},"778":{"position":[[49,5]]},"783":{"position":[[42,5]]},"788":{"position":[[35,5]]},"795":{"position":[[13,5],[37,4]]},"807":{"position":[[13,5],[37,4]]},"819":{"position":[[13,5],[37,4]]},"829":{"position":[[13,5],[37,4]]},"841":{"position":[[14,5],[33,4]]},"855":{"position":[[13,5],[30,4]]},"869":{"position":[[14,5]]},"881":{"position":[[16,5],[31,4]]},"978":{"position":[[23,4]]},"988":{"position":[[7,5]]}}}],["uuid",{"_index":109,"t":{"829":{"position":[[45,4]]}}}],["va",{"_index":16,"t":{"32":{"position":[[12,2]]}}}],["valid",{"_index":66,"t":{"376":{"position":[[24,8]]}}}],["verifi",{"_index":77,"t":{"419":{"position":[[30,6]]}}}],["vs",{"_index":5,"t":{"9":{"position":[[5,2]]},"905":{"position":[[5,2]]},"954":{"position":[[5,2]]}}}],["want",{"_index":151,"t":{"1009":{"position":[[2,4]]}}}],["way",{"_index":134,"t":{"923":{"position":[[154,3]]}}}],["zone",{"_index":122,"t":{"921":{"position":[[84,4]]}}}]],"pipeline":["stemmer"]}},{"documents":[{"i":2,"t":"The ARGO Messaging Service (AMS) is a Publish/Subscribe Service, which implements the Google PubSub protocol. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service. It provides an HTTP API that enables Users/Systems to implement message oriented service using the Publish/Subscribe Model over plain HTTP. The ARGO Messaging Service is a real-time messaging service that allows the user to send and receive messages between independent applications. It is implemented as a Publish/Subscribe Service. Instead of focusing on a single Messaging service specification for handling the logic of publishing/subscribing to the broker network the service focuses on creating nodes of Publishers and Subscribers as a Service. In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages.","s":"AMS - The Service","u":"/argo-messaging/docs/","h":"","p":1},{"i":4,"t":"Ease of use: It supports an HTTP API and a python library so as to easily integrate with the AMS. Push Delivery: ΑΜS instantly pushes asynchronous event notifications when messages are published to the message topic. Subscribers are notified when a message is available. Replay messages: replay messages that have been acknowledged by seeking to a timestamp. Schema Support: on demand mechanism that enables a) the definition of the expected payload schema, b) the definition of the expected set of attributes and values and c) the validation for each message if the requirements are met and immediately notify client Replicate messages on multiple topics: Republisher script that consumes and publishes messages for specific topics (ex. SITES) The AMS supports “Schema Validation per topic”. It allows the user to define a schema for each topic and validate messages as they are published. It can protect topics from garbage, incomplete messages especially when a topic has multiple remote publishers to ensure data integrity on the client side. The “Replay messages” feature is an offset manipulation mechanism that allows the client on demand to replay or skip messages. When creating a subscription (or editing an existing one), there is an internal option to retain acknowledged messages (by default up to 7 days, or more on request). To replay and reprocess these messages (ex. testing, error in manipulation etc) , the client has the ability to go back and use the same messages just by seeking a previous timestamp. If the user needs to skip messages, he just has to seek an offset in the future. The implementation for the “push server” is one of the features used. The push server(s) are an optional set of worker-machines - deployed on demand - that are needed when the AMS wants to support push enabled subscriptions. The latest implementation provides a gRPC interface in order to communicate with AMS api. A new security approach was also introduced to enable a secure handshake.","s":"Features","u":"/argo-messaging/docs/","h":"#features","p":1},{"i":6,"t":"Durability: provide very high durability, and at-least-once delivery, by storing copies of the same message on multiple servers. Scalability: It can handle increases in load without noticeable degradation of latency or availability Latency: A high performance service that can serve more than 1 billion messages per year Availability: it deals with different types of issues, gracefully failing over in a way that is unnoticeable to end users. Failures can occur in hardware, in software, and due to load.","s":"Architectural aspect","u":"/argo-messaging/docs/","h":"#architectural-aspect","p":1},{"i":8,"t":"In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages. Topics: Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic) Subscriptions: In order for a user to be able to consume messages, he must first create a subscription. Subscriptions are resources that can be created by users on demand and are attached to specific topics. Each topic can have multiple subscriptions but each subscription can be attached to just one topic. Subscriptions allows Subscribers to incrementally consume messages, at their own pace, while the progress is automatically tracked for each subscription. Message: The combination of data and (optional) attributes that a publisher sends to a topic and is eventually delivered to subscribers. Message attribute: A key-value pair that a publisher can define for a message.","s":"Fundamentals","u":"/argo-messaging/docs/","h":"#fundamentals","p":1},{"i":10,"t":"AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. Pull subscriptions​ Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt. Push subscriptions**​ In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status Apart from all these the Messaging Service supports: Argo-ams-library: A simple library to interact with the ARGO Messaging Service. Argo-AuthN: Argo-authn is a new Authentication Service. This service provides the ability to different services to use alternative authentication mechanisms without having to store additional user info or implement new functionalities. The AUTH service holds various information about a service’s users, hosts, API urls, etc, and leverages them to provide its functionality. AMS Metrics: Metrics about the service and the usage.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/","h":"#pull-vs-push-subscriptions","p":1},{"i":12,"t":"Operational Metrics include metrics related to the CPU or memory usage of the ams nodes","s":"API Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"","p":11},{"i":14,"t":"This request gets a list of operational metrics for the specific ams service","s":"[GET] Get Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-operational-metrics","p":11},{"i":16,"t":"GET \"/v1/metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request","p":11},{"i":18,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request","p":11},{"i":20,"t":"If successful, the response returns a list of related operational metrics Success Response 200 OK { \"metrics\": [ { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"host.foo\", \"timeseries\": [ { \"timestamp\": \"2017-07-04T10:18:07Z\", \"value\": 0.2 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"host.foo\", \"timeseries\": [ { \"timestamp\": \"2017-07-04T10:18:07Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses","p":11},{"i":22,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors","p":11},{"i":25,"t":"GET \"/v1/status\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-1","p":11},{"i":27,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/status\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-1","p":11},{"i":29,"t":"If successful, the response returns the health status of the service Success Response 200 OK { \"status\": \"ok\", \"push_servers\": [ { \"endpoint\": \"localhost:5555\", \"status\": \"Success: SERVING\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-1","p":11},{"i":31,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-1","p":11},{"i":33,"t":"This request returns the total amount of messages per project for the given time window. The number of messages is calculated using the daily message count for each one of the project's topics.","s":"[GET] Get a VA Report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-a-va-report","p":11},{"i":35,"t":"GET \"/v1/metrics/daily-message-average\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-2","p":11},{"i":37,"t":"start_date: start date for querying projects topics daily message count(optional), default value is the start unix time end_date: start date for querying projects topics daily message count(optional), default is the time of the api call projects: which projects to include to the query(optional), default is all registered projects","s":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters","p":11},{"i":39,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics/va_metrics\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-2","p":11},{"i":41,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics/va_metrics?start_date=2019-03-01&end_date=2019-07-24&projects=ARGO,ARGO-2\"","s":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters","p":11},{"i":43,"t":"If successful, the response returns the total amount of messages per project for the given time window Success Response 200 OK { \"projects\": [ { \"project\": \"ARGO-2\", \"message_count\": 8, \"average_daily_messages\": 2 }, { \"project\": \"ARGO\", \"message_count\": 25669, \"average_daily_messages\": 120 } ], \"total_message_count\": 25677, \"average_daily_messages\": 122 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-2","p":11},{"i":45,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-2","p":11},{"i":47,"t":"This is a combination of the va_metrics and the operational_metrics api calls.The user will receive data for all of the projects that has the project_admin role alongisde the operational metrics of the service.","s":"[GET] Get User usage report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-user-usage-report","p":11},{"i":49,"t":"GET \"/v1/users/usageReport\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-3","p":11},{"i":51,"t":"start_date: start date for querying projects topics daily message count(optional), default value is the start unix time end_date: start date for querying projects topics daily message count(optional), default is the time of the api call projects: which projects to include to the query(optional), default is all registered projects","s":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters-1","p":11},{"i":53,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/users/usageReport\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-3","p":11},{"i":55,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/users/usageReport?start_date=2019-03-01&end_date=2019-07-24&projects=ARGO,ARGO-2\"","s":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters-1","p":11},{"i":57,"t":"Success Response 200 OK { \"va_metrics\": { \"projects_metrics\": { \"projects\": [ { \"project\": \"e2epush\", \"message_count\": 27, \"average_daily_messages\": 0.03, \"topics_count\": 3, \"subscriptions_count\": 6, \"users_count\": 0 } ], \"total_message_count\": 27, \"average_daily_messages\": 0.03 }, \"total_users_count\": 0, \"total_topics_count\": 3, \"total_subscriptions_count\": 6 }, \"operational_metrics\": { \"metrics\": [ { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"test-MBP\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"test-MBP\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" }, { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"4\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"4\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" } ] } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-3","p":11},{"i":59,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-3","p":11},{"i":61,"t":"Each user is authenticated by adding the url parameter ?key=T0K3N in each API request If a user does not provide a valid token the following response is returned: { \"error\": { \"code\": 401, \"message\": \"Unauthenticated\", \"status\": \"UNAUTHENTICATED\" } } The ARGO Messaging Service supports authorization. If a user is unauthorized the following response is returned: { \"error\": { \"code\": 403, \"message\": \"Access to this resource is forbidden\", \"status\": \"FORBIDDEN\" } }","s":"Authentication","u":"/argo-messaging/docs/api_advanced/api_auth","h":"","p":60},{"i":63,"t":"ARGO Messaging Service supports project entities as a basis of organizing and isolating groups of users & resources","s":"Projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"","p":62},{"i":65,"t":"This request lists all available projects in the service","s":"[GET] Manage Projects - List all projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-all-projects","p":62},{"i":67,"t":"GET \"/v1/projects\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request","p":62},{"i":69,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request","p":62},{"i":71,"t":"If successful, the response contains a list of all available projects Success Response 200 OK { \"projects\": [ { \"name\": \"PROJECT_1\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"simple project\" }, { \"name\": \"PROJECT_2\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"simple project\" }, { \"name\": \"BRAND_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses","p":62},{"i":73,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors","p":62},{"i":75,"t":"This request lists information about a specific project","s":"[GET] Manage Projects - List a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-a-specific-project","p":62},{"i":77,"t":"GET \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-1","p":62},{"i":79,"t":"Project_name: Name of the project to get information on","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where","p":62},{"i":81,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-1","p":62},{"i":83,"t":"If successful, the response contains information about the specific project Success Response 200 OK { \"name\": \"BRAND_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-1","p":62},{"i":85,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-1","p":62},{"i":87,"t":"This request creates a new project with the given project_name with a POST request","s":"[POST] Manage Projects - Create new project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-manage-projects---create-new-project","p":62},{"i":89,"t":"POST \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-2","p":62},{"i":91,"t":"Project_name: Name of the project to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-1","p":62},{"i":93,"t":"{ \"description\" : \"a simple description\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body","p":62},{"i":95,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/PROJECT_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-2","p":62},{"i":97,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"name\": \"PROJET_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-2","p":62},{"i":99,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-2","p":62},{"i":101,"t":"This request updates information (such as name,description) on an existing project (PUT)","s":"[PUT] Manage Projects - Update a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-manage-projects---update-a-project","p":62},{"i":103,"t":"PUT \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-3","p":62},{"i":105,"t":"Project_name: Name of the project to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-2","p":62},{"i":107,"t":"{ \"name\":\"new project name\", \"description\" : \"a simple description\" }","s":"PUT body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-body","p":62},{"i":109,"t":"curl -X PUT -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/PROJECT_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-3","p":62},{"i":111,"t":"If successful, the response contains the newly updated Success Response 200 OK { \"name\": \"PROJET_NEW_UPDATED\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-13T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"description project updated\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-3","p":62},{"i":113,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-3","p":62},{"i":115,"t":"This request deletes a specific project","s":"[DELETE] Manage Projects - Delete Project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#delete-manage-projects---delete-project","p":62},{"i":117,"t":"DELETE \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-4","p":62},{"i":119,"t":"Project_name: Name of the project to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-3","p":62},{"i":121,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-4","p":62},{"i":123,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-4","p":62},{"i":125,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-4","p":62},{"i":128,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-5","p":62},{"i":130,"t":"If successful, the response contains a list of all available users in the specific project Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-5","p":62},{"i":132,"t":"When a user is project_admin instead of service_admin and lists a project's users the results returned remove user information such as token, service_roles and created_by For example: { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Unprivileged mode (non service_admin user)","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#unprivileged-mode-non-service_admin-user","p":62},{"i":135,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members/Test?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-6","p":62},{"i":137,"t":"If successful, the response contains information of the specific user Test Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-6","p":62},{"i":139,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-5","p":62},{"i":142,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-7","p":62},{"i":144,"t":"{ \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [\"consumer\"] } ], \"email\": \"email@test.com\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-1","p":62},{"i":146,"t":"If successful, the response contains information about the newly created user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-7","p":62},{"i":148,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-6","p":62},{"i":151,"t":"curl -X PUT -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-8","p":62},{"i":153,"t":"{ \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [\"consumer\"] } ] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-2","p":62},{"i":155,"t":"If successful, the response contains information about the updated user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-8","p":62},{"i":157,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-7","p":62},{"i":160,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser:add?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-9","p":62},{"i":162,"t":"{ \"roles\": [\"consumer\"], \"topics\": [\"topic1\"], \"subscriptions\": [\"sub1\"] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-3","p":62},{"i":164,"t":"If successful, the response contains information about the added user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [ \"topic1\" ], \"subscriptions\": [ \"sub1\" ] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-9","p":62},{"i":166,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-8","p":62},{"i":169,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members/NewUser:remove?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-10","p":62},{"i":171,"t":"Empty response on success 200 OK {}","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-10","p":62},{"i":173,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-9","p":62},{"i":175,"t":"The following request returns related metrics for the specific project: e.g.. the number of topics","s":"[GET] Project Metrics","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-project-metrics","p":62},{"i":177,"t":"GET \"/v1/projects/{project_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-5","p":62},{"i":179,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-4","p":62},{"i":181,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-11","p":62},{"i":183,"t":"If successful it returns projects related metrics (number of topics, number of subscriptions). Success Response 200 OK { \"metrics\": [ { \"metric\": \"project.number_of_topics\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of topics belonging to the specific project\" }, { \"metric\": \"project.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 4 } ], \"description\": \"Counter that displays the number of subscriptions belonging to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserA\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserB\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserX\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 1 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserZ\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 2 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.number_of_daily_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2018-10-02\", \"value\": 30 }, { \"timestamp\": \"2018-10-01\", \"value\": 110 } ], \"description\": \"A collection of counters that represents the total number of messages published each day to all of the project's topics\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-11","p":62},{"i":185,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-10","p":62},{"i":187,"t":"Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic). A topic name must be scoped to a project.","s":"Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"","p":186},{"i":189,"t":"This request creates a new topic with the given topic_name in a project with a PUT request","s":"[PUT] Manage Topics - Create new topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#create-topic","p":186},{"i":191,"t":"PUT \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request","p":186},{"i":193,"t":"If you need to link a schema with the topic you need to provide its name. { \"schema\": \"schema-1\" }","s":"RequestBody","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#requestbody","p":186},{"i":195,"t":"Project_name: Name of the project to create Topic_name: The topic name to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where","p":186},{"i":197,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request","p":186},{"i":199,"t":"If successful, the response contains the newly created topic. Success Response 200 OK { \"name\": \"projects/BRAND_NEW/topics/monitoring\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses","p":186},{"i":201,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors","p":186},{"i":203,"t":"This request deletes the defined topic in a project with a DELETE request","s":"[DELETE] Manage Topics - Delete topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#delete-manage-topics---delete-topic","p":186},{"i":205,"t":"DELETE \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-1","p":186},{"i":207,"t":"Project_name: Name of the project to delete Topic_name: The topic name to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-1","p":186},{"i":209,"t":"curl -X DELETE -H \"Content-Type: application/json\" -d '' \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-1","p":186},{"i":211,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-1","p":186},{"i":213,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-1","p":186},{"i":215,"t":"This request gets the details of a topic in a project with a GET request","s":"[GET] Manage Topics - Get a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---get-a-topic","p":186},{"i":217,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-2","p":186},{"i":219,"t":"Project_name: Name of the project to get Topic_name: The topic name to get","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-2","p":186},{"i":221,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-2","p":186},{"i":223,"t":"If successful, the response returns the details of the defined topic. Success Response 200 OK { \"name\": \"projects/BRAND_NEW/topics/monitoring\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-2","p":186},{"i":225,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-2","p":186},{"i":227,"t":"This request lists all available topics under a specific project in the service using pagination. If the USER making the request has only publisher role for the respective project, it will load only the topics that he has access to(being present in a topic's acl). It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"users\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Topics - List Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---list-topics","p":186},{"i":229,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns all topics under the specified project","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-all-topics-under-the-specified-project","p":186},{"i":231,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-3","p":186},{"i":233,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-3","p":186},{"i":235,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/monitoring\" }, { \"name\":\"/project/BRAND_NEW/topics/accounting\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-3","p":186},{"i":237,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":186},{"i":239,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-4","p":186},{"i":241,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T&pageSize=1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-4","p":186},{"i":243,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/monitoring\" } ], \"nextPageToken\": \"some_token\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-4","p":186},{"i":245,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-next--page-of-a-specific-size","p":186},{"i":247,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-5","p":186},{"i":249,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T&pageSize=1&pageToken=some_token\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-5","p":186},{"i":251,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/accounting\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-5","p":186},{"i":253,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-3","p":186},{"i":255,"t":"The topic:publish endpoint publishes a message, or a list of messages to a specific topic with a POST request","s":"[POST] Publish message/s to a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#publish","p":186},{"i":257,"t":"POST \"/v1/projects/{project_name}/topics/{topic_name}:publish\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-3","p":186},{"i":259,"t":"Project_name: Name of the project to post the messages topic_name: to post the messages","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-6","p":186},{"i":261,"t":"{ \"messages\": [ { \"attributes\": { \"attr1\":\"test1\", \"attr2\":\"test2\" } , \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" } ] } The value of the data property must be always encoded in base64 format. AVRO Schema Use case​ Whenever a topic has an AVRO Schema attached to it, all messages need to have their schema encoded alongside them in order for the validation to work properly.","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data","p":186},{"i":263,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:publish?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-6","p":186},{"i":265,"t":"If successful, the response contains the messageIds of the messages published. Success Response 200 OK { \"messageIds\": [ \"100309303\" ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-6","p":186},{"i":267,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-4","p":186},{"i":269,"t":"The following request returns a list of authorized users (publishers) of a given topic.","s":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-list-acl-of-a-given-topic","p":186},{"i":271,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}:acl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-4","p":186},{"i":273,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-7","p":186},{"i":275,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:acl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-7","p":186},{"i":277,"t":"If successful it returns the authorized users of the topic. Success Response 200 OK { \"authorized_users\": [ \"UserA\",\"UserB\" ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-7","p":186},{"i":279,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-5","p":186},{"i":281,"t":"The following request Modifies the authorized users list of a given topic","s":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-modify-acl-of-a-given-topic","p":186},{"i":283,"t":"POST \"/v1/projects/{project_name}/topics/{topic_name}:modifyAcl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-5","p":186},{"i":285,"t":"Project_name: Name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-8","p":186},{"i":287,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data-1","p":186},{"i":289,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:modifyAcl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-8","p":186},{"i":291,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-8","p":186},{"i":293,"t":"If the to-be updated ACL contains users that are non-existent in the project the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } }","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-6","p":186},{"i":295,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-7","p":186},{"i":297,"t":"The following request returns related metrics for the specific topic: for e.g. the number of published messages","s":"[GET] Topic Metrics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-topic-metrics","p":186},{"i":299,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-6","p":186},{"i":301,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-9","p":186},{"i":303,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-9","p":186},{"i":305,"t":"If successful it returns topic's related metrics (number of messages published and total bytes). Success Response 200 OK { \"metrics\": [ { \"metric\": \"topic.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 1 } ], \"description\": \"Counter that displays the number of subscriptions belonging to a specific topic\" }, { \"metric\": \"topic.number_of_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 0 } ], \"description\": \"Counter that displays the number number of messages published to the specific topic\" }, { \"metric\": \"topic.number_of_bytes\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 0 } ], \"description\": \"Counter that displays the total size of data (in bytes) published to the specific topic\" }, { \"metric\": \"topic.number_of_daily_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2018-10-02\", \"value\": 30 }, { \"timestamp\": \"2018-10-01\", \"value\": 40 } ], \"description\": \"A collection of counters that represents the total number of messages published each day to a specific topic\" }, { \"metric\": \"topic.publishing_rate\", \"metric_type\": \"rate\", \"value_type\": \"float64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2019-05-06T00:00:00Z\", \"value\": 10 } ], \"description\": \"A rate that displays how many messages were published per second between the last two publish events\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-9","p":186},{"i":307,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-8","p":186},{"i":309,"t":"Schemas is a resource that works with topics by validating the published messages.","s":"Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"","p":308},{"i":311,"t":"This request retrieves a specific schema under the given project","s":"[GET] Manage Schemas - Retrieve a Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-a-schema","p":308},{"i":313,"t":"GET \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request","p":308},{"i":315,"t":"project_name: Name of the project in which the schema will belong schema_name: Name of the schema to be created","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where","p":308},{"i":317,"t":"curl -X GET -H \"Content-Type: application/json\" \" https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request","p":308},{"i":319,"t":"If successful, the response contains the requested schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses","p":308},{"i":321,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors","p":308},{"i":323,"t":"This request retrieves all schemas under the given project.","s":"[GET] Manage Schemas - Retrieve All Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-all-schemas","p":308},{"i":325,"t":"GET \"/v1/projects/{project_name}/schemas\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-1","p":308},{"i":327,"t":"project_name: Name of the project in which the schema will belong","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-1","p":308},{"i":329,"t":"curl -X GET -H \"Content-Type: application/json\" \" https://{URL}/v1/projects/project-1/schemas?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-1","p":308},{"i":331,"t":"If successful, the response contains all the schemas of the given project. Success Response 200 OK { \"schemas\": [ { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }, { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b55\", \"name\": \"projects/project-1/schemas/schema-2\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-1","p":308},{"i":333,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-1","p":308},{"i":335,"t":"This request creates a new schema","s":"[POST] Manage Schemas - Create new Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#create-schema","p":308},{"i":337,"t":"JSON, AVRO","s":"Supported Schema Types","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#supported-schema-types","p":308},{"i":339,"t":"POST \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-2","p":308},{"i":341,"t":"project_name: Name of the project in which the schema will belong schema_name: Name of the schema to be created","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-2","p":308},{"i":343,"t":"curl -X POST -H \"Content-Type: application/json -d $POSTDATA\" \" https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-2","p":308},{"i":345,"t":"{ \"type\": \"json\", \"schema\":{ \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"address\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [\"name\", \"email\"] } }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body","p":308},{"i":347,"t":"If successful, the response contains the newly created schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-2","p":308},{"i":349,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-2","p":308},{"i":351,"t":"This request updates the contents of a schema. You can update one or all of the fields at a time.","s":"[PUT] Manage Schemas - Update Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#put-manage-schemas---update-schema","p":308},{"i":353,"t":"PUT \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-3","p":308},{"i":355,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be updated","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-3","p":308},{"i":357,"t":"curl -X PUT -H \"Content-Type: application/json -d $POSTDATA\" \"https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-3","p":308},{"i":359,"t":"{ \"type\": \"json\", \"name\": \"projects/project-1/schemas/new-name\", \"schema\":{ \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"address\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [\"name\", \"email\", \"address\"] } }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-1","p":308},{"i":361,"t":"If successful, the response contains the updated schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/new-name\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\", \"address\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-3","p":308},{"i":363,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-3","p":308},{"i":365,"t":"This request deletes a schema.","s":"[DELETE] Manage Schemas - Delete Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#delete-manage-schemas---delete-schema","p":308},{"i":367,"t":"DELETE \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-4","p":308},{"i":369,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be deleted","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-4","p":308},{"i":371,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-4","p":308},{"i":373,"t":"If successful, the response is empty. Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-4","p":308},{"i":375,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-4","p":308},{"i":377,"t":"This request is used whenever we want to test a message against a schema. The process to check that your schema and messages are working as expected is to create a new topic that needs to be associated with the schema, then create the message in base64 encoding and publish it to the topic. Instead of creating all this pipeline in order to check your schema and messages we can explicitly do it on this API call.","s":"[POST] Manage Schemas - Validate Message","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#validate","p":308},{"i":379,"t":"POST \"/v1/projects/{project_name}/schemas/{schema_name}:validate\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-5","p":308},{"i":381,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be updated","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-5","p":308},{"i":383,"t":"curl -X POST -H \"Content-Type: application/json -d $POSTDATA\" \"https://{URL}/v1/projects/project-1/schemas/schema-1:validate?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-5","p":308},{"i":385,"t":"JSON Schema​ { \"name\": \"name1\", \"email\": \"e1@example.com\", \"address\": \"address1\", \"telephone\": \"6980574421\" } AVRO Schema​ When dealing with an AVRO Schema, the binary message needs to be encoded to base64 alongside its schema and sent via the data field which is required. { \"data\": \"DGFnZWxvc8T8Cg==\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-2","p":308},{"i":387,"t":"Success Response 200 OK { \"message\": \"Message validated successfully\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-5","p":308},{"i":389,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-5","p":308},{"i":392,"t":"This request creates a new subscription in a project with a PUT request","s":"[PUT] Manage Subscriptions - Create subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#create-subs","p":390},{"i":394,"t":"PUT /v1/projects/{project_name}/subscriptions/{subscription_name}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request","p":390},{"i":396,"t":"Project_name: Name of the project to create subscription_name: The subscription name to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where","p":390},{"i":398,"t":"curl -X PUT -H \"Content-Type: application/json\" -d 'PUTBODY' \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine ?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request","p":390},{"i":400,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10 }","s":"PUT BODY","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#put--body","p":390},{"i":402,"t":"Success Response 200 OK { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10 , \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses","p":390},{"i":404,"t":"Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. The type field specifies what kind of push subscription the service will handle. The http_endpoint type is about subscriptions that will forward their messages to remote http endpoints. The mattermost type is about subscriptions that will forward their messages to mattermost channels through a mattermost webhook. The maxMessages field declares the number of messages that should be sent per push action. The default value is 1. If maxMessages holds a value of 1 your push endpoint should expect a request body with the following schema: The base64Decode field indicates that the push mechanism should decode each message before sending it to the remote destination. { \"message\": { \"attributes\": { \"key\": \"value\" }, \"data\": \"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\": \"136969346945\" }, \"subscription\": \"projects/myproject/subscriptions/mysubscription\" } If the maxMessages field holds a value of greater than 1 your push endpoint should expect a request body with the following schema: { \"messages\":[ { \"message\":{ \"attributes\":{ \"key\":\"value\" }, \"data\":\"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\":\"136969346945\" }, \"subscription\":\"projects/myproject/subscriptions/mysubscription\" }, { \"message\":{ \"attributes\":{ \"key\":\"value\" }, \"data\":\"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\":\"136969346945\" }, \"subscription\":\"projects/myproject/subscriptions/mysubscription\" } ] }","s":"Push Enabled Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push","p":390},{"i":406,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10, \"pushConfig\": { \"type\": \"http_endpoint\", \"pushEndpoint\": \"https://127.0.0.1:5000/receive_here\", \"maxMessages\": 3, \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 } } }","s":"Request to create Push Enabled Subscription for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-http_endpoint","p":390},{"i":408,"t":"{ \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10, \"pushConfig\": { \"pushEndpoint\": \"https://127.0.0.1:5000/receive_here\", \"maxMessages\": 3, \"authorizationHeader\": { \"type\": \"autogen\", \"value\": \"4551h9j7f7dde380a5f8bc4fdb4fe980c565b67b\" } , \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 }, \"verificationHash\": \"9d5189f7f758e380a5f8bc4fdb4fe980c565b67b\", \"verified\": false, \"mattermostUrl\": \"\", \"mattermostUsername\": \"\", \"mattermostChannel\": \"\" }, \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response","p":390},{"i":410,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10, \"pushConfig\": { \"type\": \"mattermost\", \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"mattermost\", \"mattermostChannel\": \"channel\", \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 } } }","s":"Request to create Push Enabled Subscription for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-mattermost","p":390},{"i":412,"t":"{ \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10, \"pushConfig\": { \"pushEndpoint\": \"\", \"maxMessages\": 1, \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 }, \"verificationHash\": \"\", \"verified\": true, \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"mattermost\", \"mattermostChannel\": \"channel\" }, \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-1","p":390},{"i":414,"t":"Specify an authorization header value and how it is going to be generated, to be included in the outgoing push request with each message, to the remote push endpoint. autogen(default): The authorization header value will be automatically generated by the service itself. disabled: No authorization header will be provided with the outgoing push requests.","s":"Authorization headers","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#authorization-headers","p":390},{"i":416,"t":"Creating a push enabled subscription with a linear retry policy and a period of 3000 means that you will be receiving message(s) every 3000ms. If you decide to choose a retry policy of slowstart, you will be receiving messages with dynamic internals. The slowstart retry policy starts by pushing the first message(s) and then deciding the time that should elapse before the next push action. IF the message(s) are delivered successfully the elapsed time until the next push request will be halved, until it reaches the lower limit of 300ms. IF the message(s) are not delivered successfully the elapsed time until the next push request will be doubled, until it reached the upper limit of 1day. So for example, the first push action will have by default a 1 second interval. If it successful the next push re request will happen in 0.5 seconds. If it is unsuccessful the next push request will happen in 2 seconds.","s":"Different Retry Policies","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#different-retry-policies","p":390},{"i":418,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors","p":390},{"i":420,"t":"This request triggers the process of verifying the ownership of a registered push endpoint","s":"[POST] Manage Subscriptions - Verify ownership of a push endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-verify","p":390},{"i":422,"t":"PUT /v1/projects/{project_name}/subscriptions/{subscription_name}:verifyPushEndpoint","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-1","p":390},{"i":424,"t":"Project_name: Name of the project subscription_name: The subscription name","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-1","p":390},{"i":426,"t":"curl -X POST \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:verifyPushEndpoint?key=S3CR3T\"` Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. The owner of the push endpoint needs to execute the following steps in order to verify the ownership of the registered endpoint. Open an api call with a path of /ams_verificationHash. The service will try to access this path using the host:port of the push endpoint. For example, if the push endpoint is https://example.com:8443/receive_here, the push endpoint should also support the api route of https://example.com:8443/ams_verificationHash. The api route of https://example.com:8443/ams_verificationHash should support the http GET method. A GET request to https://example.com:8443/ams_verificationHash should return a response body with only the verificationHash that is found inside the subscriptions push configuration, a status code of 200 and the header Content-type: plain/text.","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-1","p":390},{"i":428,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-1","p":390},{"i":430,"t":"This request lists all available subscriptions under a specific topic in the service.","s":"[GET] Manage Subscriptions - List All Subscriptions under a specific Topic","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions-under-a-specific-topic","p":390},{"i":432,"t":"GET /v1/projects/{project_name}/topics/{topic_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-2","p":390},{"i":434,"t":"Project_name: Name of the project the topic belongs to Topic_name: Name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-2","p":390},{"i":436,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/p1/topics/t1/subscriptions?key=S3CR3T\" Success Response 200 OK { \"subscriptions\": [ \"/projects/p1/subscriptions/sub1\", \"/projects/p1/subscriptions/sub2\" ] }","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-2","p":390},{"i":438,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-2","p":390},{"i":440,"t":"This request lists all available subscriptions under a specific project in the service using pagination If the USER making the request has only consumer role for the respective project, it will load only the subscriptions that he has access to(being present in a subscriptions's acl). It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"subscriptions\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Subscriptions - List All Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions","p":390},{"i":442,"t":"This request lists all subscriptions in a project with a GET request","s":"Paginated Request that returns all subscriptions under the specified project","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-all-subscriptions-under-the-specified-project","p":390},{"i":444,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-3","p":390},{"i":446,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-3","p":390},{"i":448,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-3","p":390},{"i":450,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" }, { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine2\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" }], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-1","p":390},{"i":452,"t":"This request lists subscriptions in a project with a GET request","s":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-next-page-of-a-specific-size","p":390},{"i":454,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-4","p":390},{"i":456,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-4","p":390},{"i":458,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T&pageSize=1&pageToken=some_token\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-4","p":390},{"i":460,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-2","p":390},{"i":462,"t":"This request lists subscriptions in a project with a GET request","s":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":390},{"i":464,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-5","p":390},{"i":466,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-5","p":390},{"i":468,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T&pageSize=1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-5","p":390},{"i":470,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine2\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" } ], \"nextPageToken\": \"some_token\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-3","p":390},{"i":472,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-3","p":390},{"i":474,"t":"This request returns a list of authorized users to consume from the subscription","s":"[GET] Manage Subscriptions - Get a subscription's list of authorized users","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---get-a-subscriptions-list-of-authorized-users","p":390},{"i":476,"t":"GET /v1/projects/{project_name}/subscriptions/{sub_name}:acl","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-6","p":390},{"i":478,"t":"Project_name: Name of the project to get Sub_name: The subscription name","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-6","p":390},{"i":480,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/subscription:acl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-6","p":390},{"i":482,"t":"Success Response 200 OK { \"authorized_users\": [\"userC\",\"userD\"] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-4","p":390},{"i":484,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-4","p":390},{"i":486,"t":"The following request Modifies the authorized users list of a given subscription","s":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-acl-of-a-given-subscription","p":390},{"i":488,"t":"POST \"/v1/projects/{project_name}/subscriptions/{sub_name}:modifyAcl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-7","p":390},{"i":490,"t":"project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-7","p":390},{"i":492,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-data","p":390},{"i":494,"t":"curl -X POST -H \"Content-Type: application/json\" -d { POSTDATA } \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/subscription:modifyAcl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-7","p":390},{"i":496,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-5","p":390},{"i":498,"t":"If the to-be updated ACL contains users that are non-existent in the project, the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } } Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-5","p":390},{"i":500,"t":"This request deletes a subscription in a project with a DELETE request","s":"[DELETE] Manage Subscriptions - Delete Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#delete-manage-subscriptions---delete-subscriptions","p":390},{"i":502,"t":"DELETE /v1/projects/{project_name}/subscriptions/{subscription_name}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-8","p":390},{"i":504,"t":"Project_name: Name of the project subscription_name: The subscription name to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-8","p":390},{"i":506,"t":"curl -X DELETE -H \"Content-Type: application/json\" http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-8","p":390},{"i":508,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-6","p":390},{"i":510,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-6","p":390},{"i":512,"t":"This request modifies the acknowledgement deadline for the subscription. The ack deadline value is measured in seconds. The minimum ack deadline value allowed is 0sec and the maximum 600sec.","s":"[POST] Modify Ack Deadline","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-ack-deadline","p":390},{"i":514,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyAckDeadline","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-9","p":390},{"i":516,"t":"{ \"ackDeadlineSeconds\": 20 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body","p":390},{"i":518,"t":"Project_name: Name of the project subscription_name: The subscription name to consume ackDeadlineSeconds: integer representing seconds for the acknowledgement deadline (min=0sec, max=600sec).","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-9","p":390},{"i":520,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyAckDeadline?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-9","p":390},{"i":522,"t":"{ \"ackDeadlineSeconds\": 30 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-1","p":390},{"i":524,"t":"Success Response Code: 200 OK, Empty response if successful. The deadline will change to 30seconds","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-7","p":390},{"i":526,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-7","p":390},{"i":528,"t":"This request modifies the push configuration of a subscription","s":"[POST] Modify Push Configuration","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-modify","p":390},{"i":530,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyPushConfig","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-10","p":390},{"i":532,"t":"{ \"pushConfig\":{ \"type\": \"http_endpoint\", \"pushEndpoint\":\"example.com\", \"maxMessages\": 5, \"authorizationHeader\": { \"type\": \"autogen\" }, \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 }, \"base64Decode\": false } }","s":"Post body for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-http_endpoint","p":390},{"i":534,"t":"{ \"pushConfig\":{ \"type\": \"mattermost\", \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 }, \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"willy\", \"mattermostChannel\": \"ops\", \"base64Decode\": true } }","s":"Post body for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-mattermost","p":390},{"i":536,"t":"Project_name: Name of the project subscription_name: The subscription name to consume pushConfig: configuration including pushEndpoint for the remote endpoint to receive the messages. Also includes retryPolicy (type of retryPolicy and period parameters) autogen(default when modyfing a sub from pull to push): The authorization header value will be automatically generated by the service itself. disabled: No authorization header will be provided with the outgoing push requests. NOTE that if you updated a push configuration with autogen the service will generate a new value every time the update request happens. For example, if you want to update your authorization header value, you can use the update request with the autogen type.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-10","p":390},{"i":538,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyPushConfig?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-10","p":390},{"i":540,"t":"{ \"pushConfig\":{ \"type\": \"http_endpoint\", \"pushEndpoint\":\"host:example.com:8080/path/to/hook\", \"maxMessages\": 3, \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 } } }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-2","p":390},{"i":542,"t":"Success Response Code: 200 OK, Empty response if successful. Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. NOTE Changing the push endpoint of a push enabled subscription, or removing the push configuration and then re-applying will mark the subscription as unverified and a new verification process should take place.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-8","p":390},{"i":544,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-8","p":390},{"i":546,"t":"This request consumes messages from a subscription in a project with a POST request. It's important to note that the subscription's topic must exist in order for the user to pull messages.","s":"[POST] Pull messages from a subscription (Consume)","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-pull-messages-from-a-subscription-consume","p":390},{"i":548,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:pull","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-11","p":390},{"i":550,"t":"{ \"maxMessages\": \"1\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-3","p":390},{"i":552,"t":"Project_name: Name of the project subscription_name: The subscription name to consume maxMessages: the max number of messages to consume returnImmediately: (true or false) to prevent the subscriber from waiting if the queue is currently empty. If not specified the default value is true. You can specify the max number of messages returned by one call by setting maxMessages field. By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-11","p":390},{"i":554,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:pull?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-11","p":390},{"i":556,"t":"{ \"maxMessages\": \"1\" }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-4","p":390},{"i":558,"t":"200 OK { \"receivedMessages\": [ { \"ackId\": \"dQNNHlAbEGEIBE...\", \"message\": { \"attributes\": [ { \"key\": \"whatever\", \"value\": \"foo\" } ], \"data\": \"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\", \"messageId\": \"100309303\" } } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-9","p":390},{"i":560,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-9","p":390},{"i":562,"t":"Messages retrieved from a pull subscription can be acknowledged by sending message with an array of ackIDs.","s":"[POST] Sending an ACK","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-sending-an-ack","p":390},{"i":564,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:acknowledge","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-12","p":390},{"i":566,"t":"{ \"ackIds\": [ \"dQNNHlAbEGEIBE...\" ] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-5","p":390},{"i":568,"t":"Project_name: Name of the project subscription_name: The subscription name to consume ackIds: the ids of the messages","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-12","p":390},{"i":570,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:acknowledge?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-12","p":390},{"i":572,"t":"{ \"ackIds\": [ \"dQNNHlAbEGEIBE...\" ] }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-6","p":390},{"i":574,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-10","p":390},{"i":576,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-10","p":390},{"i":578,"t":"This request returns the min, max and current offset of a subscription","s":"[GET] Get Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offsets","p":390},{"i":580,"t":"GET /v1/projects/{project_name}/subscriptions/{subscription_name}:offsets","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-13","p":390},{"i":582,"t":"{ \"max\": 14, \"min\": 0, \"current\": 4 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-7","p":390},{"i":584,"t":"Project_name: Name of the project subscription_name: The subscription name to consume","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-13","p":390},{"i":586,"t":"curl -X GET -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:offsets?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-13","p":390},{"i":588,"t":"{ \"max\": 14, \"min\": 0, \"current\": 4 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-8","p":390},{"i":590,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-11","p":390},{"i":592,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-11","p":390},{"i":594,"t":"This request returns the offset of the first message with a timestamp equal or greater than the time given.","s":"[GET] Get Offset by Timestamp","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offset-timestamp","p":390},{"i":596,"t":"GET /v1/projects/{project_name}/subscriptions/{subscription_name}:timeToOffset?time={{timestamp}}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-14","p":390},{"i":598,"t":"Project_name: Name of the project subscription_name: The subscription name to consume timestamp: timestamp in Zulu format - (2006-11-02T13:39:11.000Z)","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-14","p":390},{"i":600,"t":"curl -X GET -H \"Content-Type: application/json\" \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:timeToOffset?key=S3CR3T&time=2019-09-02T13:39:11.100Z\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-14","p":390},{"i":602,"t":"Success Response Code: 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-12","p":390},{"i":604,"t":"{ \"offset\": 640 }","s":"Response body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-body","p":390},{"i":606,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-12","p":390},{"i":608,"t":"This request modifies the current offset of a subscription","s":"[POST] Modify Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#modify-offsets","p":390},{"i":610,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyOFfset","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-15","p":390},{"i":612,"t":"{ \"offset\":3 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-9","p":390},{"i":614,"t":"Project_name: Name of the project subscription_name: The subscription name to consume offset_config: an offset number in int64","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-15","p":390},{"i":616,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyOffset?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-15","p":390},{"i":618,"t":"{ \"offset\":14 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-10","p":390},{"i":620,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-13","p":390},{"i":622,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-13","p":390},{"i":624,"t":"The following request returns related metrics for the specific subscription: for e.g. the number of consumed messages","s":"[GET] Subscription Metrics","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-subscription-metrics","p":390},{"i":626,"t":"GET \"/v1/projects/{project_name}/subscriptions/{sub_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-16","p":390},{"i":628,"t":"Project_name: name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-16","p":390},{"i":630,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/monitoring:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-16","p":390},{"i":632,"t":"If successful it returns the number of messages consumed in the specific subscription Success Response 200 OK { \"metrics\": [ { \"metric\": \"subscription.number_of_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"subscription\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T14:20:38Z\", \"value\": 0 } ], \"description\": \"Counter that displays the number number of messages published to the specific topic\" }, { \"metric\": \"topic.number_of_bytes\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T14:20:38Z\", \"value\": 0 } ], \"description\": \"Counter that displays the total size of data (in bytes) published to the specific topic\" }, { \"metric\": \"subscription.consumption_rate\", \"metric_type\": \"rate\", \"value_type\": \"float64\", \"resource_type\": \"subscription\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2019-05-06T00:00:00Z\", \"value\": 10 } ], \"description\": \"A rate that displays how many messages were consumed per second between the last two consume events\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-14","p":390},{"i":634,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-14","p":390},{"i":636,"t":"ARGO Messaging Service supports calls for registering users","s":"User Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"","p":635},{"i":638,"t":"This request creates a new registration for a future user","s":"[POST] Manage Registrations - New user registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---new-user-registration","p":635},{"i":640,"t":"POST \"/v1/registrations","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request","p":635},{"i":642,"t":"{ \"name\": \"new-register-user\", \"first_name\": \"first-name\", \"last_name\": \"last-name\", \"email\": \"test@example.com\", \"organization\": \"org1\", \"description\": \"desc1\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-body","p":635},{"i":644,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request","p":635},{"i":646,"t":"If successful, the response contains the newly registered user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11p0-9c2d-fa7ae01bbebc\", \"name\": \"new-register-user\", \"first_name\": \"first-name\", \"last_name\": \"last-name\", \"organization\": \"org1\", \"description\": \"desc1\", \"email\": \"test@example.com\", \"activation_token\": \"a-token\", \"status\": \"pending\", \"registered_at\": \"2009-11-10T23:00:00Z\", \"modified_at\": \"2009-11-10T23:00:00Z\", \"modified_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses","p":635},{"i":648,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors","p":635},{"i":650,"t":"This request accepts a user's registration and as a result it creates a new user with the provided information.","s":"[POST] Manage Registrations - Accept a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---accept-a-users-registration","p":635},{"i":652,"t":"POST \"/v1/registrations/{uuid}:accept\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-1","p":635},{"i":654,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/uuid1:accept\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-1","p":635},{"i":656,"t":"If successful, the response contains the newly created user Success Response 200 OK { \"uuid\": \"1d0aa54e-44b8-4d2a-8cf7-d4cb2e350c61\", \"projects\": [], \"name\": \"user-acc-344\", \"first_name\": \"fname\", \"last_name\": \"lname\", \"organization\": \"grnet\", \"description\": \"simple user\", \"token\": \"bb0ad3da48f69372e38e55e423324b7366e32804\", \"email\": \"test@example.com\", \"service_roles\": [], \"created_on\": \"2020-05-17T22:27:09Z\", \"modified_on\": \"2020-05-17T22:27:09Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-1","p":635},{"i":658,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-1","p":635},{"i":660,"t":"This request declines a user's registration","s":"[POST] Manage Registrations - Decline a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---decline-a-users-registration","p":635},{"i":662,"t":"POST \"/v1/registrations/{uuid}:decline\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-2","p":635},{"i":664,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/uuid1:decline\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-2","p":635},{"i":666,"t":"If successful, the response contains the newly created user Success Response 200 OK {}","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-2","p":635},{"i":668,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-2","p":635},{"i":670,"t":"This request retrieves a user's registration","s":"[GET] Manage Registrations - Retrieve a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-a-users-registration","p":635},{"i":672,"t":"GET \"/v1/registrations/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-3","p":635},{"i":674,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/ur-uuid1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-3","p":635},{"i":676,"t":"If successful, the response contains user's registration Success Response 200 OK { \"uuid\": \"ur-uuid1\", \"name\": \"urname\", \"first_name\": \"urfname\", \"last_name\": \"urlname\", \"organization\": \"urorg\", \"description\": \"urdesc\", \"email\": \"uremail\", \"status\": \"pending\", \"activation_token\": \"uratkn-1\", \"registered_at\": \"2019-05-12T22:26:58Z\", \"modified_by\": \"UserA\", \"modified_at\": \"2020-05-15T22:26:58Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-3","p":635},{"i":678,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-3","p":635},{"i":680,"t":"This request retrieves all registration in the service","s":"[GET] Manage Registrations - Retrieve all registrations","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-all-registrations","p":635},{"i":682,"t":"GET \"/v1/registrations\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-4","p":635},{"i":684,"t":"status activation_token email organization name","s":"Optional Filters","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#optional-filters","p":635},{"i":686,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-4","p":635},{"i":688,"t":"If successful, the response contains all registrations Success Response 200 OK { \"user_registrations\": [ { \"uuid\": \"ur-uuid1\", \"name\": \"urname\", \"first_name\": \"urfname\", \"last_name\": \"urlname\", \"organization\": \"urorg\", \"description\": \"urdesc\", \"email\": \"uremail\", \"status\": \"pending\", \"activation_token\": \"uratkn-1\", \"registered_at\": \"2019-05-12T22:26:58Z\", \"modified_by\": \"UserA\", \"modified_at\": \"2020-05-15T22:26:58Z\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-4","p":635},{"i":690,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-4","p":635},{"i":692,"t":"This request deletes a user's registration","s":"[DELETE] Manage Registrations - Delete a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#delete-manage-registrations---delete-a-users-registration","p":635},{"i":694,"t":"DELETE \"/v1/registrations/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-5","p":635},{"i":696,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/ur-uuid1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-5","p":635},{"i":698,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-5","p":635},{"i":700,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-5","p":635},{"i":703,"t":"In case of Error during handling user’s request the API responds using the following schema: { \"error\": { \"code\": 500, \"message\": \"Something bad happened\", \"status\": \"INTERNAL\" } }","s":"Errors","u":"/argo-messaging/docs/api_basic/api_errors","h":"#errors","p":701},{"i":705,"t":"The following error codes are the possible errors of all methods Error Code Status Related Requests Ack Timeout 408 TIMEOUT Acknowledge Message (POST) - more info Topic already exists 409 ALREADY_EXISTS Create Topic (PUT) Subscription already exists 409 ALREADY_EXISTS Create Subscription (PUT) Invalid Topics Name 400 INVALID_ARGUMENT Create Subscription (PUT) Topic Doesn't Exist 404 NOT_FOUND Show specific Topic (GET) Invalid Topic ACL arguments 400 INVALID_ARGUMENT Modify Topic ACL (POST) Subscription Doesn't Exist 404 NOT_FOUND Show specific Subscription (GET) Message size to large 413 INVALID_ARGUMENT Topic Publish (POST) Invalid Subscription Arguments 400 INVALID_ARGUMENT Create Subscription (POST), Modify Push Configuration (POST) Invalid Subscription ACL arguments 400 INVALID_ARGUMENT Modify Subscription ACL (POST) Invalid ACK Parameter 400 INVALID_ARGUMENT Subscription Acknowledge (POST) Invalid ACK id 400 INVALID_ARGUMENT Subscription Acknowledge (POST) Invalid pull parameters 400 INVALID_ARGUMENT Subscription Pull (POST) Unauthorized 401 UNAUTHORIZED All requests (if a user is not authenticated) Forbidden Access to Resource 403 FORBIDDEN All requests (if a user is forbidden to access the resource)","s":"Error Codes","u":"/argo-messaging/docs/api_basic/api_errors","h":"#error-codes","p":701},{"i":707,"t":"This method can be used to retrieve api version information","s":"Get API Version information","u":"/argo-messaging/docs/api_advanced/api_version","h":"","p":706},{"i":709,"t":"GET /v1/version","s":"Input","u":"/argo-messaging/docs/api_advanced/api_version","h":"#input","p":706},{"i":711,"t":"Accept: application/json","s":"Request headers","u":"/argo-messaging/docs/api_advanced/api_version","h":"#request-headers","p":706},{"i":713,"t":"Headers: Status: 200 OK","s":"Response","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response","p":706},{"i":715,"t":"Json Response { \"release\": \"1.0.5\", \"commit\": \"f9f2e8c5f02lbcc94fe76b0d3cfa5d20d9365444\", \"build_time\": \"2019-11-01T12:51:04Z\", \"golang\": \"go1.11.5\", \"compiler\": \"gc\", \"os\": \"linux\", \"architecture\": \"amd64\" }","s":"Response Body","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response-body","p":706},{"i":717,"t":"There are two ways you can initiate communication with the team behind the Argo Messaging Service. If you are coming through EOSC, you should use the official EOSC Helpdesk portal. Otherwise, you can reach out through argo at grnet.gr","s":"Communication Channels","u":"/argo-messaging/docs/communication/","h":"","p":716},{"i":719,"t":"Authentication is the process of determining the identity of a client, which is typically a user account. Authorization is the process of determining what permissions an authenticated identity has on a set of specified resources. In the Messaging API, there can be no authorization without authentication. This is an initial implementation of the user authentication and authorization. In the next versions of the ARGO Messaging service we are going to provide support for both bear and OpenID Connect tokens for the API access and it will be possible to apply ACLs at each (resource) subscriptions and topics.","s":"Security and privacy considerations","u":"/argo-messaging/docs/concepts/auth","h":"","p":718},{"i":721,"t":"Authentication requires the presence of a populated “users” collection in the datastore in the adhering to the following schema: { \"name\" : \"john\", \"email\" : \"john@doe.com\", \"project\" : \"ARGO\", \"token\" : \"S3CR3T\", \"roles\" : [ \"admin\", \"member\" ] } Parameter Description name username email User’s email project Project that the user belongs to token Secret token for authentication roles List of roles that user has. Each role definition is used in authorization (explained later) Each user is authenticated by adding the url parameter ?key=T0K3N in each API request","s":"User Authentication","u":"/argo-messaging/docs/concepts/auth","h":"#user-authentication","p":718},{"i":723,"t":"Authorization requires the presence of a populated “roles” collection in the datastore in the adhering to the following schema: { \"resource\" : \"resource_name:action\", \"roles\" : [ \"admin\", \"member\" ] } Parameter Description resource Holds the name of the resource and the action on that resource in the following format: resource_name:action roles A list of roles allowed on this resource:action Resource_name:action must be the same with the default routes supported in the api currently and those are: Action Description topics:list Allow user to list all topics in a project when using GET /projects/PROJECT_A/topics topics:show Allow user to get information on a specific topic when using GET /projects/PROJECT_A/topics/TOPIC_A topics:create Allow user to create a new topic when using PUT /projects/PROJECT_A/topics/TOPIC_NEW topics:delete Allow user to delete an existing topic when using DELETE /projects/PROJECT_A/topics/TOPIC_A topics:publish Allow user to publish messages in a topic when using POST /projects/PROJECT_A/topics/TOPIC_A:publish subscriptions:list Allow user to list all subscriptions in a project when using GET /projects/PROJECT_A/subscriptions subscriptions:show Allow user to get information on a specific subscription when using GET /projects/PROJECT_A/subscriptions/SUB_A subscriptions:create Allow user to create a new subscription when using PUT /projects/PROJECT_A/subscriptions/SUB_NEW subscriptions:delete Allow user to delete an existing subscription when using DELETE /projects/PROJECT_A/subscriptions/SUB_A subscriptions:pull Allow user to pull messages from a subscription when using POST /projects/PROJECT_A/subscriptions/SUB_A:pull subscriptions:acknowledge Allow user to acknowledge messages that has pulled when using POST /projects/PROJECT_A/subscriptions/SUB_A:acknowledge","s":"Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#authorization","p":718},{"i":725,"t":"Messaging API provides the option to control in finer detail access on resources such as topics and subscriptions for users(clients) that are producers or subscribers. Each resource (topic/subscription) comes with an access list (ACL) that contains producers or subscribers that are eligible to use that resource (when publishing or pulling messages respectively). Users with the admin role are able to modify Access lists for topics and subscriptions on the project they belong. In order for the feature to be available Messaging API should have the config parameter per_resource_auth set to true","s":"Per Resource Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#per-resource-authorization","p":718},{"i":727,"t":"Please refer to section Topics:List ACL of a given topic .","s":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-topic","p":718},{"i":729,"t":"Please refer to section Topics:Modify ACL of a given topic .","s":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-topic","p":718},{"i":731,"t":"The following request returns a list of authorized users for a given subscription","s":"[GET] List ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-subscription","p":718},{"i":733,"t":"GET /v1/projects/{project_name}/subscriptions/{sub_name}:acl","s":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request","p":718},{"i":735,"t":"Project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where","p":718},{"i":737,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA https://{URL}/v1/projects/EGI/subscriptions/monitoring:acl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request","p":718},{"i":739,"t":"Success Response 200 OK { \"authorized_users\": [ \"UserA\",\"UserB\" ] }","s":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses","p":718},{"i":741,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors","p":718},{"i":743,"t":"The following request Modifies the authorized users list of a given subscription","s":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-subscription","p":718},{"i":745,"t":"POST /v1/projects/{project_name}/subscriptions/{sub_name}:modifyAcl","s":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request-1","p":718},{"i":747,"t":"Project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where-1","p":718},{"i":749,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/concepts/auth","h":"#post-data","p":718},{"i":751,"t":"curl -H \"Content-Type: application/json\" https://{URL}/v1/projects/EGI/subscriptions/monitoring:modifyAcl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request-1","p":718},{"i":753,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses-1","p":718},{"i":755,"t":"If the to-be updated ACL contains users that are non-existent in the project the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } } Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors-1","p":718},{"i":757,"t":"The main steps of the messaging API: A user creates a Topic Users that want to consume a message set up subscriptions. Each subscription is set on one Topic A Topic can have multiple Subscriptions Each subscription sets up a sync point in time. Messages that are published after that sync point can be pull by or push to the subscribers. Messages that have been published to the Topic that the Subscription was configured for before the creation of the Subscription, will not be delivered to the Subscribers. Each Topic has a TTL values for each messages published to it. Older messages are purged. Message deliveries can be out-of-order and might have duplicate messages. Each Subscriber should be idempotent A Subscription is configured either as in PULL or on PUSH mode. PUSH mode receives a client URI in order to POST messages there A Topic might have multiple subscriptions and each subscription has it’s own tracked offset on the topic. Above: A single Topic holding multiple Subscriptions","s":"Data flow in Argo Messaging","u":"/argo-messaging/docs/concepts/msg_flow","h":"","p":756},{"i":760,"t":"The ARGO Messaging Service API implements the Google PubSub specification and thus supports HTTP RPC-style methods in the form of: https://messaging.argo.grnet.gr/api/projects/METHOD All methods must be called using HTTPS. Arguments can be passed as GET or POST params, or a mix. The response contains a 200 OK for a successful request and a JSON object in case of an error. For failure results, the error property will contain a short machine-readable error code. In the case of problematic calls, during handling user’s request the API responds using a predefined schema (described in chapter Errors), that contains a short machine-readable warning code, an error code and an error description (or list of them, in the case of multiple errors). Each user is authenticated by adding the url parameter ?key=T0K3N in each API request","s":"Introduction","u":"/argo-messaging/docs/api_basic/api_intro","h":"#introduction","p":758},{"i":762,"t":"The first step for using the messaging API is to edit the main configuration file. The ARGO Messaging Service main configuration file is config.json. An example configuration is listed below: { \"bind_ip\":\"\", \"port\":8080, \"zookeeper_hosts\":[\"localhost\"], \"kafka_znode\":\"\", \"store_host\":\"localhost\", \"store_db\":\"argo_msg\", \"certificate\":\"/etc/pki/tls/certs/localhost.crt\", \"certificate_key\":\"/etc/pki/tls/private/localhost.key\", \"per_resource_auth\":true, \"service_token\":\"S0M3T0K3N\", \"log_level\":\"INFO\", \"log_facilities\": [\"syslog\", \"console\"] }","s":"Configuration file: config.json","u":"/argo-messaging/docs/api_basic/api_intro","h":"#configuration-file-configjson","p":758},{"i":764,"t":"Parameter Description bind_ip the ip address to listen to. port The port where the API will listen to zookeeper_hosts List of zookeeper instances that are used to sync kafka kafka_znode The znode under which Kafka writes its data on Zookeeper. Default is \"\" meaning the root node store_host Address:port of the datastore server store_db Database name used on the datastore server certificate path to the node's TLS certificate file certificate_key path to the certificate's private key per_resource_auth enable authorization per resource (topic/subscription) service_token (optional) If set, enables full service-wide access to the api to initialize projects,users and resources log_level set the desired log level (defaults to \"INFO\") log_facilities logging output, if left empty, it defaults to console) Location of config.json: API will look first for config.json locally in the folder where the executable runs and then in the /etc/argo-messaging/ location.","s":"Explanation of config parameters:","u":"/argo-messaging/docs/api_basic/api_intro","h":"#explanation-of-config-parameters","p":758},{"i":766,"t":"Apart from configuration file, argo-messaging service accepts configuration parameters in the command line. The list of the available command line parameters is displayed if the user issues ./argo-messaging-service --help The available command line parameters are listed as follows: --bind-ip string ip address to listen to (default \"localhost\") --certificate string certificate file *.crt (default \"/etc/pki/tls/certs/localhost.crt\") --certificate-key string certificate key file *.key (default \"/etc/pki/tls/private/localhost.key\") --config-dir string directory path to an alternative json config file --kafka-znode string kafka zookeeper node name --log-level string set the desired log level --per-resource-auth enable per resource authentication (default true) --port int port number to listen to (default 8080) --service-key string service token definition for immediate full api access --store-db string datastore (mongodb) database name (default \"argo_msg\") --store-host string datastore (mongodb) host (default \"localhost\") --zookeeper-hosts value list of zookeeper hosts to connect to (default [localhost]) User can optionally specify an alternative configuration file directory with the use of the --config-dir parameter For example: ./argo-messaging-service --config-dir=/root/alternative/config/ The /root/alternative/config/config.json must exist","s":"Command line parameters","u":"/argo-messaging/docs/api_basic/api_intro","h":"#command-line-parameters","p":758},{"i":768,"t":"ARGO Messaging Service supports calls for creating and modifying users","s":"User Management","u":"/argo-messaging/docs/api_advanced/api_users","h":"","p":767},{"i":770,"t":"This request lists all available users in the service using pagination It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"users\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Users - List all users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-all-users","p":767},{"i":772,"t":"GET \"/v1/users\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request","p":767},{"i":775,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request","p":767},{"i":777,"t":"If successful, the response contains a list of all available users in the service Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"94bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub3\", \"sub4\" ] } ], \"name\": \"UserB\", \"token\": \"S3CR3T2\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bberr\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic3\" ], \"subscriptions\": [ \"sub2\" ] } ], \"name\": \"UserX\", \"token\": \"S3CR3T3\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbfrt\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic2\" ], \"subscriptions\": [ \"sub3\", \"sub4\" ] } ], \"name\": \"UserZ\", \"token\": \"S3CR3T4\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" } ], \"nextPageToken\": \"\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses","p":767},{"i":780,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&pageSize=2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-1","p":767},{"i":782,"t":"If successful, the response contains a list of the 2 most recently added users Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"some_token2\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-1","p":767},{"i":785,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&pageSize=3&pageToken=some_token2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-2","p":767},{"i":787,"t":"If successful, the response contains a list of the next 3 users Success Response 200 OK { \"users\": [ { \"uuid\": \"94bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub3\", \"sub4\" ] } ], \"name\": \"UserB\", \"token\": \"S3CR3T2\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bberr\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic3\" ], \"subscriptions\": [ \"sub2\" ] } ], \"name\": \"UserX\", \"token\": \"S3CR3T3\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbfrt\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic2\" ], \"subscriptions\": [ \"sub3\", \"sub4\" ] } ], \"name\": \"UserZ\", \"token\": \"S3CR3T4\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" } ], \"nextPageToken\": \"some_token3\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-2","p":767},{"i":790,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&project=ARGO2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-3","p":767},{"i":792,"t":"If successful, the response contains a list of all available users that are members in the project ARGO2 Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-3","p":767},{"i":794,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors","p":767},{"i":796,"t":"This request lists information about a specific user in the service","s":"[GET] Manage Users - List a specific user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user","p":767},{"i":798,"t":"GET \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-1","p":767},{"i":800,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where","p":767},{"i":802,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users/UserA?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-4","p":767},{"i":804,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4rte-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-4","p":767},{"i":806,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-1","p":767},{"i":808,"t":"This request lists information about a specific user using user's token as input","s":"[GET] Manage Users - List a specific user by token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-token","p":767},{"i":810,"t":"GET \"/v1/users:byToken/{token}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-2","p":767},{"i":812,"t":"token: the token of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-1","p":767},{"i":814,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users:byToken/S3CR3T1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-5","p":767},{"i":816,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-5","p":767},{"i":818,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-2","p":767},{"i":820,"t":"This request lists information about a specific user based on the authentication key provided as a url parameter","s":"[GET] Manage Users - List a specific user by authentication key","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-authentication-key","p":767},{"i":822,"t":"GET \"/v1/users/profile\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-3","p":767},{"i":824,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users/profile?key=S3CR3T1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-6","p":767},{"i":826,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-6","p":767},{"i":828,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-3","p":767},{"i":830,"t":"This request lists information about a specific user using user's UUID as input","s":"[GET] Manage Users - List a specific user by UUID","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-uuid","p":767},{"i":832,"t":"GET \"/v1/users:byUUID/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-4","p":767},{"i":834,"t":"uuid: the uuid of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-2","p":767},{"i":836,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users:byUUID/99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-7","p":767},{"i":838,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-7","p":767},{"i":840,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-4","p":767},{"i":842,"t":"This request creates a new user in a project","s":"[POST] Manage Users - Create new user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---create-new-user","p":767},{"i":844,"t":"POST \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-5","p":767},{"i":846,"t":"{ \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ] } ], \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-body","p":767},{"i":848,"t":"user_name: Name of the user projects: A list of Projects & associated roles that the user has on those projects email: User's email service_roles: A list of service-wide roles. An example of service-wide role is service_admin which can manage projects or other users Available Roles​ ARGO Messaging Service has the following predefined project roles: Role Description project_admin Users that have the project_admin have, by default, all capabilities in their project. They can also manage resources such as topics and subscriptions (CRUD) and also manage ACLs (users) on those resources as well consumer Users that have the consumer role are only able to pull messages from subscriptions that are authorized to use (based on ACLs) publisher Users that have the publisher role are only able to publish messages on topics that are authorized to use (based on ACLs) and the following service-wide role: Role Description service_admin Users with service_admin role operate service wide. They are able to create, modify and delete projects. Also they are able to create, modify and delete users and assign them to projects.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-3","p":767},{"i":850,"t":"json curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO/users/USERNEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-8","p":767},{"i":852,"t":"If successful, the response contains the newly created user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2a-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"USERNEW\", \"token\": \"R4ND0MT0K3N\", \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-8","p":767},{"i":854,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-5","p":767},{"i":856,"t":"This request updates an existing user's information","s":"[PUT] Manage Users - Update a user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-manage-users---update-a-user","p":767},{"i":858,"t":"PUT \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-6","p":767},{"i":860,"t":"{ \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebz\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"project_admin\" ] } ], \"name\": \"CHANGED_NAME\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"email\": \"foo-email\", \"service_roles\":[] }","s":"Put body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-body","p":767},{"i":862,"t":"user_name: Name of the user projects: A list of Projects & associated roles that the user has on those projects email: User's email service_roles: A list of service-wide roles. An example of service-wide role is service_admin which can manage projects or other users","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-4","p":767},{"i":864,"t":"json curl -X POST -H \"Content-Type: application/json\" -d PUTDATA \"https://{URL}/v1/projects/ARGO/users/USERNEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-9","p":767},{"i":866,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"uuid\": \"99bfd740-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"CHANGED_NAME\", \"token\": \"R4ND0MT0K3N\", \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-11T10:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-9","p":767},{"i":868,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-6","p":767},{"i":870,"t":"This request refreshes an existing user's token","s":"[POST] Manage Users - Refresh token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---refresh-token","p":767},{"i":872,"t":"POST \"/v1/users/{user_name}:refreshToken\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-7","p":767},{"i":874,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-5","p":767},{"i":876,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO/users/USER2:refreshToken?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-10","p":767},{"i":878,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11p0-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"USER2\", \"token\": \"NEWRANDOMTOKEN\", \"email\": \"foo-email\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-11T12:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-10","p":767},{"i":880,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-7","p":767},{"i":882,"t":"This request deletes an existing user","s":"[DELETE] Manage Users - Delete User","u":"/argo-messaging/docs/api_advanced/api_users","h":"#delete-manage-users---delete-user","p":767},{"i":884,"t":"DELETE \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-8","p":767},{"i":886,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-6","p":767},{"i":888,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO/users/USER2?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-11","p":767},{"i":890,"t":"If successful, the response returns empty Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-11","p":767},{"i":892,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-8","p":767},{"i":894,"t":"The ARGO Messaging API has been designed to rely on a generic Message Back-end Interface and use specific implementation of that interface for supporting different systems. Right now the first implementation for the messaging back-end relies on Apache Kafka as a distributed messaging system. A big advantage of the ARGO Messaging API is that provides a mechanism to easily support namespacing and different tenants on a Kafka Back-end (Apache Kafka doesn’t support natively namespacing yet). ARGO Messaging API uses the notion of ‘projects’ for each tenant and can support multiple projects each one containing multiple topics/subscriptions and users on the same Kafka back-end.","s":"Using Apache Kafka as a Backend Message system","u":"/argo-messaging/docs/concepts/msg_backend","h":"","p":893},{"i":896,"t":"The Messaging Services is implemented as a Publish/Subscribe Service. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service.","s":"Overview & Introduction","u":"/argo-messaging/docs/concepts/overview","h":"","p":895},{"i":898,"t":"Term Description Project ARGO Messaging Service uses the notion of ‘projects’ for each tenant and can support multiple projects each one containing multiple topics/subscriptions and users on the same Kafka back-end. topic A named resource to which messages are sent by publishers. A topic name must be scoped to a project. subscription A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. A subscription name must be scoped to a project. ackDeadlineSeconds Time window in seconds during which client can send an acknowledgement to notify the Service that a message has been successfully received ack Acknowledgement issued by the client that the message has been received pushConfig Contains information about the push endpoint pushEndpoint Webhook URL which will receive the messages Message The combination of data and (optional) attributes that a publisher sends to a topic and is eventually delivered to subscribers. Messages - messageId Id of the message - GENERATED by the api Messages - data Data payload ALWAYS encoded in Base64 Messages - attributes Dictionary with key/value metadata - OPTIONAL Messages - publishTime Timestamp when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API (UTC+2 at devel infrastructure) AMS ARGO Messaging Service maxMessages the max number of messages returned by one call by setting maxMessages field (when a client pull messages from a subscription). returnImmediately By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty. (when a client pull messages from a subscription).","s":"Terminology","u":"/argo-messaging/docs/concepts/overview","h":"#terminology","p":895},{"i":900,"t":"The ARGO Messaging Service is a Publish/Subscribe Service, which implements the Google PubSub protocol. It provides an HTTP API that enables Users/Systems to implement message oriented service using the Publish/Subscribe Model over plain HTTP. In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages.","s":"The ARGO Messaging Service","u":"/argo-messaging/docs/concepts/overview","h":"#the-argo-messaging-service","p":895},{"i":902,"t":"Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic)","s":"Topics","u":"/argo-messaging/docs/concepts/overview","h":"#topics","p":895},{"i":904,"t":"In order for a user to be able to consume messages, he must first create a subscription. Subscriptions are resources that can be created by users on demand and are attached to specific topics. Each topic can have multiple subscriptions but each subscription can be attached to just one topic. Subscriptions allows Subscribers to incrementally consume messages, at their own pace, while the progress is automatically tracked for each subscription.","s":"Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#subscriptions","p":895},{"i":906,"t":"Pub/Sub supports both push and pull message delivery. In push delivery, the Pub/Sub initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-vs-push-subscriptions","p":895},{"i":908,"t":"Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt.","s":"Pull subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-subscriptions","p":895},{"i":910,"t":"In a push subscription, the Pub/Sub server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. In the current implementation of the AMS there is support only for pull subscriptions. Support for push subscriptions will be available in a later version.","s":"Push subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#push-subscriptions","p":895},{"i":912,"t":"In the ARGO Messaging Service each message has an identifier, data (payload) and metadata (optional). The metadata are stored in a attribute dictionary as key/value pairs. The message is represented in json format as follows: { \"messageId\": \"12\", \"data\": \"YmFzZTY0\", \"attributes\": [ { \"key\": \"attribute1\", \"value\": \"value1\" }, { \"key\": \"attribute2\", \"value\": \"value2\" } ], \"publishTime\":\"2016-03-15T17:11:34.035345612Z\" } Field Description messageId Id of the message - GENERATED by the ARGO Messaging Service. Judging from interaction with the service emulator locally and with the service itself online, yes the messages were identified with sequential numbers. data Data payload ALWAYS encoded in Base64 attributes Dictionary with key/value metadata - OPTIONAL publishTime Timestamp when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API","s":"Messages","u":"/argo-messaging/docs/concepts/overview","h":"#messages","p":895},{"i":914,"t":"The ack deadline is the number of seconds after delivery, during which the subscriber must acknowledge the receipt of a pull or push message. If a subscriber does not respond with an explicit acknowledge (for a pull subscriber) or with a success response code (for a push subscriber) by this deadline, the server will attempt to resend the message. By default this deadline is 10 seconds. If a client tries to acknowledge a message while the Ack period has passed it will receive a 408 ERROR in the following format: { \"error\": { \"code\": 408, \"message\": \"ack timeout\", \"status\": \"TIMEOUT\" } } The Ack deadline can be set-up to a higher number during subscription creation by assigning a value to ackDeadlineSeconds json field. More on subscription creation here","s":"Message acknowledgement deadline","u":"/argo-messaging/docs/concepts/overview","h":"#message-acknowledgement-deadline","p":895},{"i":916,"t":"Questions and answers based on problems encountered during implementation.","s":"Q & A - Ruby specifics","u":"/argo-messaging/docs/faq/qa_ruby","h":"","p":915},{"i":918,"t":"The inbuilt Base64 library in Ruby is adding some '\\n's. We advice you to use Base64.strict_encode64(), which does not add newlines. The Ruby docs are somewhat confusing, the b64encode method is supposed to add a newline for every 60th character, and the example for the encode64 method is actually using the b64encode method. It seems the pack(\"m\") method for the Array class used by encode64 also adds the newlines. I would consider it a design bug that this is not optional. You could either remove the newlines yourself, or if you're using rails, there's ActiveSupport::CoreExtensions::Base64::Encoding with the encode64s method. Solution at Stackoverflow","s":"Base64 encoded string in Ruby","u":"/argo-messaging/docs/faq/qa_ruby","h":"#base64-encoded-string-in-ruby","p":915},{"i":920,"t":"Questions and answers based on problems encountered during implementation.","s":"Q & A - General Questions","u":"/argo-messaging/docs/faq/qa","h":"","p":919},{"i":922,"t":"The publishTime is the Timestamp associated with the message when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API (UTC+2 at devel infrastructure)","s":"When I pull down messages, they have an publishTime associated with them. What time zone is this field in?","u":"/argo-messaging/docs/faq/qa","h":"#when-i-pull-down-messages-they-have-an-publishtime-associated-with-them-what-time-zone-is-this-field-in","p":919},{"i":924,"t":"The current timeout is set to 5mins. But the user - client cannot change it. You can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty.","s":"if there aren’t enough messages to supply the requested max_messages number, the request eventually returns however many messages are present. Is there a way to configure this timeout, in the post body for example?","u":"/argo-messaging/docs/faq/qa","h":"#if-there-arent-enough-messages-to-supply-the-requested-max_messages-number-the-request-eventually-returns-however-many-messages-are-present-is-there-a-way-to-configure-this-timeout-in-the-post-body-for-example","p":919},{"i":926,"t":"Project metrics: If you want to see the specific project metrics please visit this page Project Metrics number of topics number of subscriptions per project user number of subscriptions number of daily messages* Subscriptions metrics: Subscription Metrics number of messages total bytes consumed consumption rate(A rate that displays how many messages were consumed per second between the last two consume events) Topic metrics: Topics Metrics number of messages number of subscriptions number of messages total bytes published number of daily messages publishing rate(A rate that displays how many messages were published per second between the last two publish events) Operational metrics: Operational Metrics per ams node cpu usage per ams node memory usage Generic Metrics of usage: per project total users,topics,subscriptions,messages and average daily messages total users total topics total subscriptions total messages average daily messages","s":"Metrics Guide","u":"/argo-messaging/docs/guides/guide_metrics","h":"","p":925},{"i":928,"t":"Publishers can send messages to named-channels called Topics.","s":"Publisher Guide","u":"/argo-messaging/docs/guides/publisher","h":"","p":927},{"i":930,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/publisher","h":"#before-you-start","p":927},{"i":932,"t":"When everything is set up you can start by following the general flow for a publisher: Step 1: Create a topic For more details visit section Topics: Create a topic Step 2: Create a subscription A Topic without at least one Subscription act like black holes. Publishers can send messages to those topics, but the messages will not be retrievable. In order to be able to publish and consume messages, at least one Subscription must created to the Topic that you are publishing messages to. By default, a Subscription is created in pull mode, meaning that consumers can query the Messaging API and retrieve the messages that are published to the Topic that the Subscription is configured for. More information about how create a Subscription, visit section Subscriptions: Create a subscription Step 3: Start publishing messages The ARGO Messaging Service accepts JSON over HTTP. In order to publish messages you have to represent them using the following schema: { \"$schema\": \"http://json-schema.org/draft-04/schema#\", \"type\": \"object\", \"properties\": { \"messages\": { \"type\": \"array\", \"items\": { \"type\": \"object\", \"anyOf\": [{ \"properties\": { \"data\": { \"type\": \"string\", \"contentEncoding\": \"base64\", \"minLength\": 1 }, }, \"required\": [\"data\"] },{ \"properties\": { \"attributes\": { \"type\": \"object\", \"minProperties\": 1, \"properties\": {} } }, \"required\": [\"attributes\"] }] } } }, \"required\": [ \"messages\" ] } The JSON body send to the ARGO Messaging Service may contain one or more messages. Each message can have: attributes: optional key value pair of metadata you desire data: the data of the message. The data must be base64-encoded, and can not exceed 10MB after encoding. Note that the message payload must not be empty; it must contain either a non-empty data field, or at least one attribute. Below you can find an example, in which a user publishes two messages in one call: { \"messages\": [ { \"attributes\": { \"station\":\"NW32ZC\", \"status\":\"PROD\" }, \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" }, { \"attributes\": { \"station\":\"GHJ32\", \"status\":\"TEST\" }, \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" } ] } You can publish and consume any kind of data through the ARGO Messaging Service (as long as the base64 encoded payload is not larger than the maximum acceptable size). For more details visit section Topics: Publish message/s to a topic","s":"Start publishing","u":"/argo-messaging/docs/guides/publisher","h":"#start-publishing","p":927},{"i":934,"t":"The AMS supports “Schema Validation per topic”. When a user want to support a predefined format for messages exchanged then a topic should be created with a schema defined for it. A schema is a format that messages from a topic must follow. It is actually a contract between publisher and subscriber. The Messaging Service allows the user to define a schema for each topic and validate messages as they are published. It can protect topics from garbage, incomplete messages especially when a topic has multiple remote publishers to ensure data integrity on the client side. The Schema Support is on demand mechanism that enables a) the definition of the expected payload schema, b) the definition of the expected set of attributes and values and c) the validation for each message if the requirements are met and immediately notify client The steps that you should follow for a schema support Step 1: Create a new schema in your project The Supported Schema Types are JSON and AVRO For more details visit section Create new schema Step 2: Create a topic with this schema attached If you need to link a schema with your topic you need to provide its name, to the api call during the creation of the topic.. For more details visit section Create new topic Step 3: Assign this schema to your topic If you need to link a schema with your topic you need to provide its name, to the api call For more details visit section Update the topic Step 4: Validate the message This is used whenever we want to test a message against a schema. The process to check that your schema and messages are working as expected is to create a new topic that needs to be associated with the schema, then create the message in base64 encoding and publish it to the topic. Instead of creating all this pipeline in order to check your schema and messages we can explicitly do it on this API call. For more details visit section Validate the message Step 5: Publish messages to your topic You may now start publishing messages to your topic. For more details visit section publish-messages-to-a-topic","s":"Schema Support","u":"/argo-messaging/docs/guides/publisher","h":"#schema-support","p":927},{"i":936,"t":"Subscriptions’ messages can still be accessed despite the fact that a Subscriber might have acknowledged them. This functionality is possible through the subscription’s offset modification. Each subscriptions holds three indices(offsets) that describe the messages that is providing (max:300, min:220, current: 288). Whenever a message is acknowledged the current offset is incremented, indicating to the subscriber that the next message is available for consumption. In addition AMS provides the subscriber with the ability to seek offsets for a specific timestamp,the API will provide the closest possible offset it can find for the provided timestamp. Now that the subscriber has managed to retrieve the subscription’s offset, we can use the modifyOffset api call to move the indices around and re-consume/replay a subscription’s messages. For example, if we have the offsets(max:300, min:220, current: 288), moving the current offset to 285, will allow the subscriber to again consume the messages [286,287,288]. Last but not least, it is important to note that a message is being kept available through the AMS api for 7 days. After that time period has passed, it is no longer available and no offset can access it.","s":"Replaying Messages","u":"/argo-messaging/docs/guides/replaying_guide","h":"","p":935},{"i":938,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/replaying_guide","h":"#before-you-start","p":935},{"i":940,"t":"A subscription’s offsets can be accessed through the API using the following http call Get Subscription's offsets.","s":"Get Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets","p":935},{"i":942,"t":"The following http call gives access to the aforementioned functionality Get Subscription's offsets by timestamp.","s":"Get Subscription's offsets by timestamp","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets-by-timestamp","p":935},{"i":944,"t":"The following http call gives access to the modifyOffset api call Move Subscription's offsets to move the indices around and re-consume/replay a subscription’s messages.","s":"Move Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#move-subscriptions-offsets","p":935},{"i":947,"t":"Push enabled subscriptions provide us with the functionality to forward messages to mattermost channels via mattermost webhooks. Mattermost Configuration​ Refer to this guide on how to set up your mattermost webhook. https://mattermost.com/blog/mattermost-integrations-incoming-webhooks/ Subscription Configuration​ { \"topic\": \"projects/example/topics/alarms-reformat-mattermost-topic\", \"pushConfig\": { \"type\": \"mattermost\", \"maxMessages\": 1, \"retryPolicy\": { \"type\": \"linear\", \"period\": 3000 }, \"mattermostUrl\": \"https://example.com/hooks/z5xjq7hzn7yobnjhthrh4q6oxw\", \"mattermostUsername\": \"bot argo\", \"mattermostChannel\": \"monitoring-alarms\", \"base64Decode\": true } } mattermostUrl: Is the webhook url that will be generated through the integrations tab of the mattermost UI. mattermostUsername: Is the username that will be displayed alongside the forwarded messages. mattermostChannel: Is the channel that the messages will be forwarded to. base64Decode: Messages in AMS should be base64 encoded.This flag allows a subscription to know if the the messages should be first decoded before being pushed to the remote destination. Refer to the following guides to better understand push enabled subscriptions and how to use them. Swagger Create Subscription Push Enabled Subscriptions","s":"Overview","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#overview","p":945},{"i":949,"t":"In some cases, a topic that has some raw messages, but we first want to process them and reformat them, before pushing to mattermost, or reusing them for any other activity. In order to achieve this we need to consume from the topic's subscription and republish them to another topic after the messages have been processes. We then attach a push enabled subscription to the topic with the reformatted messages. The following snipper shows this kind of functionality. NOTE: Implement your own format_message() function to transform messages to the desired format. The function accepts the original message decoded as input, and returns the formatted string. # set up the ams client ams_host = \"{0}:{1}\".format(args.host, str(args.port)) LOGGER.info(\"Setting up AMS client for host {0} and project: {1}\".format(ams_host, args.project)) ams = ArgoMessagingService(endpoint=ams_host, project=args.project, token=args.token) while True: try: # consume alerts consumed_messages = ams.pull_sub(sub=args.sub, return_immediately=True, verify=args.verify) if len(consumed_messages) == 0: time.sleep(args.interval) continue payload = consumed_messages[0][1].get_data() ack_id = consumed_messages[0][0] # if we can't parse the message body we should ack the message and move to the next try: payload = json.loads(payload) LOGGER.info(\"Examining new message {0} . . .\".format(ack_id)) # skip messages that don't have a type of 'endpoint' or 'group' if \"type\" not in payload or (payload[\"type\"] != 'endpoint' and payload[\"type\"] != 'group'): LOGGER.info(\"Skipping message {0} with wrong payload . . .\".format(ack_id)) try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) continue except AmsException as e: LOGGER.error(\"Could not skip message {0}.{1}\".format(ack_id, str(e))) continue except Exception as e: LOGGER.error(\"Cannot parse payload for message {0}.{1}.Skipping . . .\".format(ack_id, str(e))) try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) continue except AmsException as e: LOGGER.error(\"Could not skip message {0}.{1}\".format(ack_id, str(e))) continue # format and publish the new message formatted_message = format_message(payload) try: ams.publish(topic=args.topic, msg=[AmsMessage(data=formatted_message)], verify=args.verify) except AmsException as e: LOGGER.error(\"Could not publish to topic.{0}\".format(str(e))) continue # ack the original alert try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) except AmsException as e: LOGGER.error(\"Could not ack original alert {0}.{1}\".format(ack_id, str(e))) except AmsException as e: LOGGER.error(\"Cannot pull from subscription.{0}\".format(str(e))) time.sleep(args.interval)","s":"Reformat Messages Example","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#reformat-messages-example","p":945},{"i":951,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications.","s":"Subscriber Guide","u":"/argo-messaging/docs/guides/subscriber_guide","h":"","p":950},{"i":953,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#before-you-start","p":950},{"i":955,"t":"AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-vs-push-subscriptions","p":950},{"i":957,"t":"Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt. GUIDE Receiving Messages via Pull","s":"Pull subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-subscriptions","p":950},{"i":959,"t":"In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status GUIDE Receiving Messages via Push","s":"Push subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#push-subscriptions","p":950},{"i":961,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications. AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status","s":"Receiving messages using Push","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"","p":960},{"i":963,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#before-you-start","p":960},{"i":965,"t":"Step 1: Create a Push Enabled Subscription This request creates a new subscription in a project with a PUT request. Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. You may find more information from here Push Enabled Subscription Step 2 : Verify ownership of a push endpoint The owner of the push endpoint in order to start the communication with the AMS should verify the ownership of it. This is a simple step. Whenever a subscription is created with a valid push configuration, the AMS service also generates a unique hash. This hash should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as verified. You may find more information from here Verify ownership of a push endpoint Step 3 : Modify Push Configuration Sometimes the owner of the push endpoint needs to update the configuration of the push endpoint. The owner could update either the subscription_name or the pushConfig. The pushConfig configuration includes the pushEndpoint for the remote endpoint to receive the messages and the includes retryPolicy (type of retryPolicy and period parameters) NOTE: Changing the push endpoint of a push enabled subscription, or removing the push configuration and then re-applying will mark the subscription as unverified and a new verification process should take place. You may find more information from here Modify Push Configuration","s":"Manage a push Subscription","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#manage-a-push-subscription","p":960},{"i":967,"t":"AMS Supports the following retry policies in PUSH endpoints.","s":"Retry Policies","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#retry-policies","p":960},{"i":969,"t":"In case of a linear retry policy, the consumption of the messages is repeated periodically with same period. For example, if the retry interval is set for 5 seconds, first retry operation is performed 5 seconds after the first response and then the next retry operation is performed 5 seconds after the second response and so on. Creating a push enabled subscription with a linear retry policy and a period of 3000 means that you will be receiving message(s) every 3000ms.","s":"Linear","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#linear","p":960},{"i":971,"t":"If you decide to choose a retry policy of slowstart, you will be receiving messages with dynamic internals. The slowstart retry policy starts by pushing the first message(s) and then deciding the time that should elapse before the next push action. IF the message(s) are delivered successfully the elapsed time until the next push request will be halved, until it reaches the lower limit of 300ms. IF the message(s) are not delivered successfully the elapsed time until the next push request will be doubled, until it reached the upper limit of 1day. So for example, the first push action will have by default a 1 second interval. If it successful the next push re request will happen in 0.5 seconds. If it is unsuccessful the next push request will happen in 2 seconds.","s":"Slowstart","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#slowstart","p":960},{"i":973,"t":"This document describes some of the more advanced setup you may need to do while configuring and deploying the ARGO Messaging Service.","s":"Initial Project & User Management","u":"/argo-messaging/docs/concepts/projects_users","h":"","p":972},{"i":975,"t":"After a fresh install of the ARGO Messaging Service, the steps you need to follow are: Configure service_token: to enable the service. Create a service_admin user: to start managing the service. Create a project: Project entities is used as a basis of organizing and isolating groups of users & resources Create a project_admin user: Users that have the project_admin have, by default, all capabilities in their project. They can also manage resources such as topics and subscriptions (CRUD) and also manage ACLs (users) on those resources as well. Create a topic: The main resource that is scoped in a project, and can hold messages. Create a subscription: A subscription is the main resource from which users consume messages. Create users for the new resources: Usually a project has publisher and consumer accounts for clients that either are authorized to publish or consume messages.","s":"A typical quick-start scenario","u":"/argo-messaging/docs/concepts/projects_users","h":"#a-typical-quick-start-scenario","p":972},{"i":977,"t":"ARGO Messaging Service configuration includes the service_token parameter. This service_token configuration parameter can be used to create the first service_admin user of the service First a service token must be defined in the config.json as such: { \"bind_ip\":\"\", \"port\":8080, \"zookeeper_hosts\":[\"localhost\"], \"kafka_znode\":\"\", \"store_host\":\"localhost\", \"store_db\":\"argo_msg\", \"certificate\":\"/etc/pki/tls/certs/localhost.crt\", \"certificate_key\":\"/etc/pki/tls/private/localhost.key\", \"per_resource_auth\":\"true\", \"service_token\":\"S3CR3T\", \"push_enabled\": false } The service token in this example has the value: S3CR3T This service_token is authorized for all available actions (projects,users,topics,subscriptions). In order to enable the use of this service_token you must restart the service. service argo-messaging restart","s":"Configure service_token","u":"/argo-messaging/docs/concepts/projects_users","h":"#configure-service_token","p":972},{"i":979,"t":"The service_token is intended to be used for the first initialization of the API. The first thing the service needs is a user with all possible capabilities, which is a service_admin. Now even though no user has been initialized in the service, the administrator can use the ARGO Messaging API Call with service_token S3CR3T to create the user. The service_admin will be able to further define projects and other users. Using the service_token an admin can create a new service_admin user with the username demo_service_admin by calling: POST https://{URL}/v1/users/demo_service_admin?key=S3CR3T with the following POST BODY: { \"email\":\"sadmin@mail.example.foo\", \"service_roles\":[\"service_admin\"] } It is important to mention that the user has the \"service_admin\" role defined in the service_roles list in order to be a service_admin. The response: { \"projects\": [], \"name\": \"demo_service_admin\", \"token\": \"904c56cc6e2b1955dbd98ace80a45be8238432fc\", \"email\": \"sadmin@mail.example.foo\", \"service_roles\": [ \"service_admin\" ], \"created_on\": \"2016-10-13T11:19:07Z\", \"modified_on\": \"2016-10-13T11:19:07Z\" } The generated token 904c56cc6e2b1955dbd98ace80a45be8238432fc can be used to authenticate the new user. For more details visit the API Users to see all possible actions for users.","s":"Create a service_admin user","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-service_admin-user","p":972},{"i":981,"t":"Using the demo_service_admin account, the user can create the first project (ex named 'DEMO') by issuing: POST https://{URL}/v1/projects/DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with the following POST BODY: { \"description\":\"my first demo project\" } and the response: { \"name\": \"DEMO\", \"created_on\": \"2016-10-13T12:19:07Z\", \"modified_on\": \"2016-10-13T12:19:07Z\", \"created_by\": \"demo_service_admin\", \"description\": \"my first demo project\" } Response informs that the project has been indeed created_by the demo_service_admin user. For more details visit the API Projects to see all possible actions for projects.","s":"Create a project","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project","p":972},{"i":983,"t":"Service_admin users are not attached to specific projects. Instead each project should have a project_admin user that will manage topics, subscriptions and ACLs on those resources. To create a project_admin user in project DEMO, the user demo_service_admin will issue: POST https://{URL}/v1/users/admin_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with the following POST BODY: { \"email\":\"demoadmin@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"project_admin\"]}] } The user definition (in POST body) should have the field projects defined. The field accepts a list of tuple items (project,roles) which describe each project that the user participates to and under which roles. A user can have multiple roles in a project and also participate in multiple projects as well. In this example, the user must participate in project DEMO and under the role of project_admin. The response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"project_admin\" ] } ], \"name\": \"admin_DEMO\", \"token\": \"6311196665befcc1523b8e013979347b8780254c\", \"email\": \"demoadmin@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:29:07Z\", \"modified_on\": \"2016-10-13T12:29:07Z\", \"created_by\": \"demo_service_admin\" } For more details visit the API Users to see all possible actions for users.","s":"Create a project_admin","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project_admin","p":972},{"i":985,"t":"Service_admin users don't manage resources such as topics/subscriptions. Instead in each project the project_admin is eligible for creating (and managing) topics and subscriptions. To create a new topic (named topic101) as admin_DEMO user in project DEMO the user issues: PUT https://{URL}/v1/projects/DEMO/topics/topic101?key=6311196665befcc1523b8e013979347b8780254c with response: { \"name\": \"/projects/DEMO/topics/topic101\" } Notice that the token used in api key changes to that of the admin_DEMO user For more details visit the API Topics to see all possible actions for topics.","s":"Create a topic","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-topic","p":972},{"i":987,"t":"To create a new subscription (named sub101) to topic topic101 of project DEMO the admin_DEMO user issues: PUT https://{URL}/v1/projects/DEMO/subscriptions/subs101?key=6311196665befcc1523b8e013979347b8780254c with POST Body: { \"topic\":\"projects/DEMO/topic/topic101\" } and response: { \"name\": \"/projects/DEMO/subscriptions/sub101\", \"topic\": \"/projects/DEMO/topics/topic101\", \"pushConfig\": { \"pushEndpoint\": \"\", \"retryPolicy\": {} }, \"ackDeadlineSeconds\": 10 } For more details visit the API Subscriptions to see all possible actions for Subscriptions.","s":"Create a subscription","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-subscription","p":972},{"i":989,"t":"Usually a project will have also publisher and consumer accounts for clients that either are authorized to publish or consume messages. The user demo_service_admin can create a publisher_DEMO and consumer_DEMO for project DEMO as such: To create the publisher_DEMO user: POST https://{URL}/v1/users/publisher_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with POST Body: { \"email\":\"demopublisher@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"publisher\"]}] } resulting in response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"publisher\" ] } ], \"name\": \"publisher_DEMO\", \"token\": \"915dff62846dd1d790b4296c034c184fa3a859b6\", \"email\": \"demopublisher@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:39:07Z\", \"modified_on\": \"2016-10-13T12:39:07Z\", \"created_by\" : \"demo_service_admin\" } To create the consumer_DEMO user: POST https://{URL}/v1/users/consumer_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with POST Body: { \"email\":\"democonsumer@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"consumer\"]}] } resulting in response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"consumer\" ] } ], \"name\": \"consumer_DEMO\", \"token\": \"dba38fd1a45337a617a59e7278c756f23642e9e7\", \"email\": \"democonsumer@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:40:07Z\", \"modified_on\": \"2016-10-13T12:40:07Z\", \"created_by\" : \"demo_service_admin\" } For more details visit the API Users to see all possible actions for users.","s":"Create users for the new resources","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-users-for-the-new-resources","p":972},{"i":991,"t":"In order to give access to user publisher_DEMO to topic topic101, the user admin_DEMO must modify the topic's ACL as such: POST https://{URL}/v1/projects/DEMO/topics/topic101:modifyAcl?key=6311196665befcc1523b8e013979347b8780254c with POST body: { \"authorized_users\":[\"publisher_DEMO\"] } and empty response with 200 OK Now the user publisher_DEMO will be authorized to call action topic:publish on topic101 and send messages","s":"Modify topic ACL to give access to publisher","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-topic-acl-to-give-access-to-publisher","p":972},{"i":993,"t":"In order to give access to user consumer_DEMO to subscription sub101, the user admin_DEMO must modify the subscription's ACL as such: POST https://{URL}/v1/projects/DEMO/subscriptions/sub101:modifyAcl?key=6311196665befcc1523b8e013979347b8780254c with POST body: { \"authorized_users\":[\"consumer_DEMO\"] } and empty response with 200 OK Now the user consumer_DEMO will be authorized to call action subscription:pull on sub101 and consume messages","s":"Modify subscription ACL to give access to consumer","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-subscription-acl-to-give-access-to-consumer","p":972},{"i":995,"t":"By registering as a user you declare that you have read, understood and will abide by the following conditions of use: You shall only use the resources/services to perform work, or transmit or store data consistent with the stated goals, policies and conditions of use as defined by the body or bodies granting you access. You shall provide appropriate acknowledgement of support or citation for your use of the resources/services provided as required by the body or bodies granting you access. You shall not use the resources/services for any purpose that is unlawful and not (attempt to) breach or circumvent any administrative or security controls. You shall respect intellectual property and confidentiality agreements. You shall protect your access credentials (e.g. private keys, tokens or passwords). You shall keep all your registered information correct and up to date. You shall immediately report any known or suspected security breach or misuse of the resources/services or access credentials to the specified incident reporting locations and to the relevant credential issuing authorities. You use the resources/services at your own risk. There is no guarantee that the resources/services will be available at any time or that their integrity or confidentiality will be preserved or that they will suit any purpose. You agree that logged information, including personal data provided by you for registration purposes, may be used for administrative, operational, accounting, monitoring and security purposes. You agree that this logged information may be disclosed to other authorised participants via secured mechanisms, only for the same purposes and only as far as necessary to provide the services. You agree that the body or bodies granting you access and resource/service providers are entitled to regulate, suspend or terminate your access without prior notice and without compensation, within their domain of authority, and you shall immediately comply with their instructions. You are liable for the consequences of your violation of any of these conditions of use, which may include but are not limited to the reporting of your violation to your home institute and, if the activities are thought to be illegal, to appropriate law enforcement agencies.","s":"Terms of Use","u":"/argo-messaging/docs/policies/terms","h":"","p":994},{"i":997,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt.","s":"Receiving messages using Pull","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"","p":996},{"i":999,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service registration form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#before-you-start","p":996},{"i":1001,"t":"As already mentioned, the AMS supports “Schema Validation per topic”. The subscription consumes the messages from the topic with the defined schema. For more information visit Schemas","s":"Schema Support","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#schema-support","p":996},{"i":1003,"t":"AMS Service supports a request that consumes messages from a subscription in a project. It's important to note that the subscription's topic must exist in order for the user to pull messages. At the same time Only messages published to the topic after the subscription is created are available to subscriber applications. In AMS the request supports the following parameters maxMessages: the max number of messages to consume returnImmediately: (true or false) to prevent the subscriber from waiting if the queue is currently empty. If not specified the default value is true. The user may specify the max number of messages returned by one call by setting maxMessages field. By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty. For more information visit Consume messages","s":"Consume Messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#consume-messages","p":996},{"i":1005,"t":"The messages are stored in the queue. In order to remove the messages from the queue they should be Acknowledged. Messages retrieved from a pull subscription can be acknowledged by sending message with an array of ackIDs. For more information visit Sending an ack","s":"Acknowledge messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#acknowledge-messages","p":996},{"i":1008,"t":"Some ideas about how to use the service Balancing workloads in network clusters: For example, a large queue of tasks can be efficiently distributed among multiple workers (e.g. Fedcloud instances). Implementing asynchronous workflows: For example, an order processing application can place an order on a topic, from which it can be processed by one or more workers. Publishing of monitoring results: Monitoring Engines can push monitoring results through the ARGO Monitoring Service Publishing of accounting data: Act as the transport layer for the secure exchange of accounting information Log aggregation: Log aggregation from different services in your infrastructure","s":"Ideas","u":"/argo-messaging/docs/howto/how_to_use","h":"#ideas","p":1006},{"i":1010,"t":"Follow the steps: You may either fill in the form Register or Send an email to Messaging Support with: Small description of the integration - use of Messaging service (pull, push option) An email to associate the new Messaging user The messaging team will create an new project/topic/subscription to the devel infrastructure for testing. The messaging team will close the ticket and will respond to the user email by providing User token Service endpoint URL to the detailed documentation and some examples ready to use When the user is ready we will apply the appropriate configuration to the production infrastructure","s":"I want to use the service","u":"/argo-messaging/docs/howto/how_to_use","h":"#i-want-to-use-the-service","p":1006},{"i":1012,"t":"AMS Push worker (ver 0.1.0) is a command line utility that let’s you simulate AMS push functionality by pulling messages from an actual AMS project/subscription and pushing them to an endpoint in your local development environment. It’s written in go and it’s packaged as a single binary with no dependencies. Github repo: https://github.com/ARGOeu/ams-push-worker Readme: https://github.com/ARGOeu/ams-push-worker#readme Linux Binary: https://github.com/ARGOeu/ams-push-worker/releases/download/0.1.0/ams-push-worker_linux_x86_64.zip If you are developing an endpoint that will receive messages from AMS service you can take a look at a simple working python example at the following link: https://github.com/ARGOeu/argo-messaging/blob/devel/examples/flask_receive_endpoint/receiver.py Some more useful links: AMS docs: https://argoeu.github.io/argo-messaging Push enabled subscriptions: Click here","s":"AMS Push Worker","u":"/argo-messaging/docs/howto/ams_push_worker","h":"","p":1011},{"i":1014,"t":"Controller details Α public limited company (societe anonyme) under the corporate name \"National Infrastructures for Technology and Research S.A.\" and the distinctive title \"GRNET S.A.\" Controller's Contact Details dpo at grnet.gr Processor Details ARGO Support Team Processor's Contact Details argo at grnet.gr Scope of this Privacy Statement The National Infrastructures for research and technology SA (GRNET) is bound by the European Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data (General Data Protection Regulation – GDPR). This Privacy Statement describes the policies and procedures in place by GRNET to protect the privacy of Messaging Service in particular the ARGO MESSAGING Users. This Privacy Statement sets out the criteria and the conditions under which GRNET collects, processes, uses, stores and transfers the personal data of the service Users, how the confidentiality of such information is ensured as well as any law and/or regulation implemented or enacted in accordance with the GDPR and the legislation on the protection of electronic privacy, or any law which modifies, replaces, adopts or codifies any of the above laws, as well as any other applicable national laws on the processing of personal data and privacy, as they may exist under applicable law GRNET reserves the right to modify and update the present Policy whenever deemed necessary, whereas any changes shall become effective after they are posted on the https://argoeu.github.io/argo-messaging/ For the purposes of this Privacy Statement, the terms \"data controller\", \"data processor\", \"third party\", \"supervisory authority\", \"personal data\", \"processing\", \"data subject\" shall have the meaning ascribed to them by the applicable law on the protection of personal data. Moreover, for the purposes of the present, the following terms shall also apply: \"Website\" – the website accessible through the domain names https://argoeu.github.io/argo-messaging/, including all of the web pages thereof. \"User\" - the internet user of the \"Website\", whom the data refer to and whose identity is known or who may be, directly or indirectly, identified.","s":"AMS Privacy Policy","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"","p":1013},{"i":1016,"t":"GRNET collects and processes the personal data of its Clients-Users, referred to herebelow, for the following purposes: Technical capability for a smooth and uninterrupted operation of the \"Website\". Troubleshooting messaging connection problems Metric Collection Service Provisioning Creating statistics reports and graphics. Information contained in statistics reports and graphics statistics do not comprise any Users personal data. GRNET collects and processes Users-clients’ personal data solely and exclusively for the purposes mentioned above and only to the extent strictly necessary to effectively satisfy such purposes. These data are always relevant, reasonable and not more than those required to meet the purposes set out above. Moreover they are accurate and, where appropriate, subject to updates. Furthermore, such data are retained only during the period required for collection and processing purposes as aforementioned, and are deleted at the end of that period..","s":"A. Purpose/s for processing the data collected:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#a-purposes-for-processing-the-data-collected","p":1013},{"i":1018,"t":"(a) When entering and using the Website, either through a user account or anonymously IP address Navigation data within the Website through the installation of cookies (see Cookies policy) (b) When creating a personal account for ARGO MESSAGING E-mail address Name Surname Organization Token GRNET does not collect or have access in any way, to sensitive User-client data (racial or ethnic origin, religion, etc.).","s":"B. Categories of personal data processed:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#b-categories-of-personal-data-processed","p":1013},{"i":1020,"t":"The personal data of \"Users\" are processed in the context of the provision of ARGO MESSAGING Services and for the purposes described in this Privacy Statement, in line with the need (technical and organizational) to best perform ARGO MESSAGING Services as well as to respond to \"Users\" requests concerning the ARGO MESSAGING Service.","s":"C. Lawfulness of the processing operation","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#c-lawfulness-of-the-processing-operation","p":1013},{"i":1022,"t":"GRNET may provide access to, or provide data related to, or necessary for supporting the Website, to the following natural persons or legal entities: The ARGO MESSAGING Support Team, personnel under an employment relationship with GRNET The processing of the Users personal data by the aforementioned natural persons and/or legal entities, in their capacity as GRNET’s partners, may be conducted only under the control and upon authorization issued by GRNET. Finally, such partners should comply with the same privacy requirements as GRNET in accordance with the present Privacy Statement.","s":"D. Access to personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#d-access-to-personal-data","p":1013},{"i":1024,"t":"GRNET SA does not, in any way, transfer/transmit or disclose the personal data of the \"Users\" to any third party business organizations, natural persons or legal entities, public authorities or agencies or any other organizations, other than those specifically referred to herein. The personal data of the\"Users\" may be communicated or transferred to government authorities and/or law enforcement officers, if that is required for the above purposes, or within the scope of enforcing a court decision or order, or for complying with a provision of law, or if so required in order to serve the legitimate interests of GRNET as Data Controller, in accordance with applicable law.","s":"E. Recipients of collected personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#e-recipients-of-collected-personal-data","p":1013},{"i":1026,"t":"GRNET performs all necessary actions both during collection and at each subsequent processing stage of the ARGO MESSAGING Users personal data, so that each User is fully enabled to exercise the rights guaranteed by applicable data protection laws, namely the rights to access, rectify, erase and restrict processing, as well as the right to data portability, which are described below: Right of Access: The data subject has the right to request and obtain from the Controller, within a time-period of one (1) month, confirmation as to whether or not personal data concerning him or her, are being processed, and, where that is the case, access to the personal data and to certain information, as laid out by applicable law. It may also request a copy of the personal data undergoing processing as described herein by sending an email message to the address: argo@grnet.gr Right to rectification: The data subject has the right to require the Controller to rectify inaccurate personal data concerning him/her. Taking into account the purposes of the processing, the data subject is entitled to have incomplete personal data completed, including by means of providing a supplementary statement in accordance with the applicable law. Right to erasure: The data subject has the right to obtain from the Controller the erasure of all personal data collected and processed within the scope of the ARGO MESSAGING Service, in accordance with the applicable law. Right to restriction of processing: The data subject is entitled to obtain from the Controller the restriction of processing of his/her data where the accuracy of the data is questioned or where any of the other conditions set out by the applicable law, is met. Right to data portability: The data subject shall have the right to receive any personal data relating to him/her and which he/she has provided to the Controller in a structured, commonly used and machine readable format, as well as the right to transmit such data to another controller without objection by the controller to whom such personal data were provided in accordance with the law. These rights are subject to various restrictions pursuant to applicable law, including for example if the fulfillment of the data subject's request may disclose personal data of another person or in the event that GRNET is required by law to retain such data. To exercise any of the aforementioned rights, the \"User\" may contact the ARGO MESSAGING Support Team at the email address referred to hereinabove.","s":"F. Rights of Data Subjects:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#f-rights-of-data-subjects","p":1013},{"i":1028,"t":"The personal data of ARGO MESSAGING \"Users\" shall not be retained for a period of time longer than is necessary for the operations of the Service and the audits that it undergoes to that effect. Categories of personal data collected Time and place of retention of personal data IP address Data from website navigation through Cookies 18 months (log retention) User Name Name Surname e-mail address User Name, Name, Surname, Organization, e-mail address, will be deleted on user request Email, Name will deleted from db on user request","s":"G. Personal data retention periods","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#g-personal-data-retention-periods","p":1013},{"i":1030,"t":"The processing of personal data by GRNET SA is performed in a manner that ensures both confidentiality and security thereof. All appropriate organisational and technical measures shall be taken to safeguard data against any accidental or unlawful destruction, accidental loss, alteration, prohibited dissemination or access or any other form of unfair processing. The services provided by GRNET SA are constantly evaluated to be in line with the safety requirements of international standards. GRNET's Information Security Management System (ISMS) has been certified by the accredited certification body, EUROCERT SA In particular: Access to technical log data is restricted and can only be accessed in a secure way by the Argo Messaging Service service staff. When accessing the Argo Messaging service adequate security controls are in place to keep your personal data safe in accordance with the classification of the personal data we have collected from you. We use encryption (HTTPS) to keep data private while in transit. Data sent using HTTPS is secured via Transport Layer Security protocol (TLS), which provides: Encryption---encrypting the exchanged data to keep it secure from droppers. Data integrity---data cannot be modified or corrupted during transfer, intentionally or otherwise, without being detected. Authentication---proves that your users communicate with the intended website. We review our information collection, storage, and processing practices, including physical security measures, to prevent unauthorized access to our systems Although we follow best security practices to ensure your personal data remains secure, there is no absolute guarantee of security when using services online. While we strive to protect your personal data, you acknowledge that: There are security and privacy limitations on the internet which are beyond our control and can have a negative impact on the confidentiality, integrity and availability of the information. We cannot be held accountable for activity that results from your own neglect to safeguard the security of your login credentials and equipment which results in a loss of your personal data. If you feel this not enough, then please do not provide any personal data. Your personal data will be protected according to the Code of Conduct for Service Providers , a common standard for the research and higher education sector to protect your privacy.","s":"H. Privacy and Security of Information:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#h-privacy-and-security-of-information","p":1013},{"i":1032,"t":"For any questions or clarifications regarding this Privacy Statement and as well as in the event of any issues related to violation of personal data, \"Users\" may contact the ARGO MESSAGING Support team at the e-mail address mentioned above. They may also contact the GRNET Data Protection Officer (DPO), Vasiliki Konstantinopoulou, at the e-mail address: gdprteam@grnet.gr","s":"I. Contact:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#i-contact","p":1013},{"i":1034,"t":"In case a request of an ARGO MESSAGING \"User\" is not satisfied by the Data Controller or by the Data Protection Officer, the User may at any time file a complaint with the Competent Supervisory Authority, namely the Data Protection Authority http://www.dpa.gr.","s":"K. Recourse/Complaint:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#k-recoursecomplaint","p":1013},{"i":1036,"t":"We have compiled a list of resources that will assist any newcomer who wants to understand the messaging service and integrate with it. The list includes in general presentations of how AMS is being used while also presenting detailed guides on its core features. Getting started with the Argo Messaging Service Argo Messaging Quick Intro AMS Hackathon Active Data 2021/11/03 - EOSC-FUTURE-T5.4 - AMS Publisher Guide - How to send data Consumer guide - How to pull data Live updates through Mattermost Integration","s":"Training Resources","u":"/argo-messaging/docs/training_material/","h":"","p":1035},{"i":1038,"t":"The integration between different core services using the ARGO Messaging Service (AMS) as transport layer was one of our main goals. The main services are: EOSC Marketplace (beta): It uses the AMS Service to exchange information about the orders. AAI Federation Registry (beta): It uses the AMS Service to exchange information with the different deployers (ex, SimpleSamlPhp, Mitre Id, Keycloak). Operations Portal: Reads the alarms from predefined topics, stores them in a database and displays them in the operations portal. Accounting: Use of AMS as a transport layer for collecting accounting data from the Sites. The accounting information is gathered from different collectors into a central accounting repository where it is processed to generate statistical summaries that are available through the EGI Accounting Portal. FedCloud: Use of AMS as a transport layer of the cloud information system. It makes use of the ams-authN. The entry point for users, topics and subscriptions is GOCDB. ARGO Availability and Reliability Monitoring Service: It uses the AMS service to send the messages from the monitoring engine to other components.","s":"Use cases for the Argo Messaging Service","u":"/argo-messaging/docs/use_cases/","h":"","p":1037},{"i":1040,"t":"The Federation Registry is a portal designed to manage service providers (SPs). It enables service owners to configure federated access for their services using the OIDC and SAML protocols by providing a centralized location for managing the service configuration. Access management is handled by a different component which can differ based on the installation (Keycloak, SSP, MitreID). Service configurations have to be updated on the Access Managment component every time a change is made using the Federation Registry Portal. Argo messaging is the message-oriented middleware technology that is used for this communication between the two parties. The use of Argo Messaging Service allows for: Flexibility: It enables interoperability and integration between different components and systems, regardless of their underlying technologies or platforms. Asynchronous communication: Messages can be sent and received at different times and speeds, without blocking or waiting for a response. This improves the responsiveness throughout the system. Security: It provides built-in security features, such as authentication, authorization, encryption, and digital signatures, which help protect the confidentiality, integrity, and authenticity of the messages exchanged between the Federation Registry and the given Component. Federation Registry has multiple instances and with the integration of the Argo Messaging Service we have managed to organise and monitor communication between our components. Configuring Argo Messaging and managing topics and subscription was made easy through the use of AMS Admin Ui app and through the API.","s":"AAI Federation Registry Integration","u":"/argo-messaging/docs/use_cases/","h":"#aai-federation-registry-integration","p":1037},{"i":1042,"t":"While the Argo Messaging Service is primarily used for scenarios where data is being published by one entity and consumed by another, in order for systems to achieve async event based workflows,the existence of push enabled subscriptions, gives the ability to the system itself, to forward messages to remote destination when they arrive, without having clients constantly asking for new data. One use case of this flow, is the ability to deliver data to a specific mattermost channel. We have an mattermost example that mirrors a real use case where we needed to filter and reformat specific messages that were actual alerts, that also needed to be delivered to a mattermost channel in order for issues to be handled as fast as possible.","s":"Live Updates through our Mattermost integration","u":"/argo-messaging/docs/use_cases/","h":"#live-updates-through-our-mattermost-integration","p":1037},{"i":1044,"t":"This document describes the technical and organisational measures established by National Infrastructures for Research and Technology S.A. (GRNET S.A.) to meet legal and contractual requirements when processing personal data, conducting a higher level of security and protection. The definitions in Article 32 of the GDPR apply.","s":"Technical and organisational measures (TOM)","u":"/argo-messaging/docs/policies/tom","h":"","p":1043},{"i":1047,"t":"Actions suitable for providing physical and environmental security of data centers, server room facilities, and working areas are adapted, while precautions against environmental threats and power disruptions are also granted. Access is limited by job role and subject to authorised approval. Technical and organisational measures that are taken into account involve security guard personnel, reception, doorbell systems, manual locking systems, and video surveillance of entrances. Entrance to the building is only possible with keycards and keys provided to authorised employees or by visitors accompanied by employees, preventing unauthorised persons from accessing secured areas. Additionally, Information on security policy, work instructions for operational safety, and access control are provided.","s":"1.a. Physical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1a-physical-access-control","p":1043},{"i":1049,"t":"Operations sufficient for preventing data processing systems from being used by unauthorised persons are applied. Logical access controls are designed based on authority levels and job functions. Granting access is gained on a need-to-know and least privilege basis, where it is restricted to authorised employees responsible for the job. The use of unique IDs -identified through Active Directory- and passwords for all users is adapted, including a periodic review and revoking access when employment terminates or changes in job functions occur. Technical and organisational measures that are taken into account involve; username and password protected systems, intrusion detection facilities, use of Virtual Private Networks (VPNs) for remote access, firewalls, intrusion Detection System (IDS), user permission management, information security policy, work instruction of IT user regulations, operation security and access control.","s":"1.b. Logical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1b-logical-access-control","p":1043},{"i":1051,"t":"Actions to ensure that those authorized to use a data processing system can only access the data subject to their access authorization -based on their rule- and that personal data cannot be read, copied, modified, or removed without authorization during processing, use and after storage. Technical operations incorporate physical deletion of data carriers, logging of accesses to applications, specifically when entering, changing, and deleting data, SSH encrypted access, and certified SSL encryption. At the organisational level, a minimum number of administrators is applied, management of user rights are controlled by administrators, work instruction communication security and handling of information and values are also claimed.","s":"1.c. Authorization Control","u":"/argo-messaging/docs/policies/tom","h":"#1c-authorization-control","p":1043},{"i":1053,"t":"It is ensured that personal data collected for different purposes can be processed separately. Multi-tenancy of relevant applications is performed, or systems are physically or logically separated. The development sheet is separated for each product, and the services have their own line of environments. All environments, documents and other data are shared for the members of that project/product, while operational, information and data protection securities and policies are applied.","s":"1.d. Separation Control","u":"/argo-messaging/docs/policies/tom","h":"#1d-separation-control","p":1043},{"i":1055,"t":"Operations for pseudonymization or anonymization of personal data are implemented to the extent necessary. Internal instruction to pseudonymize or anonymize personal data as far as possible in the event of disclosure or even after the statutory deletion period has expired. Specific internal regulations on cryptography, while operational, information and data protection securities and policies are applied.","s":"1.e. Pseudonymization","u":"/argo-messaging/docs/policies/tom","h":"#1e-pseudonymization","p":1043},{"i":1058,"t":"Measures are taken into account to ensure that personal data cannot be read, copied, altered or removed by unauthorized persons during electronic transmission or while being transported or stored on data media. As technical and organizational actions are the use of Virtual Private Networks (VPNs) and firewalls, the provision via encrypted connections and techniques such as SSH, SFTP, HTTPS and secure cloudstores, the logging of accesses and retrievals, while operational, information and data protection securities and policies are also applied.","s":"2.a. Transfer Control","u":"/argo-messaging/docs/policies/tom","h":"#2a-transfer-control","p":1043},{"i":1060,"t":"Operations that ensure that it is possible to check and establish retrospectively whether and by whom personal data has been entered into, modified or removed from data processing systems are implemented to the extent necessary. Input control is achieved through logging, which can take place at various levels (e.g., operating system, network, firewall, database, application). Traceability of data entry, modification and deletion through individual user names, assignment of rights to enter, change and delete data on the basis of an authorisation concept, while information security policy and work instruction of IT user regulations are engaged.","s":"2.b. Input Control","u":"/argo-messaging/docs/policies/tom","h":"#2b-input-control","p":1043},{"i":1063,"t":"Actions to ensure that personal data is protected against accidental destruction or loss have been implemented to the required extent. Measures comprise fire and smoke detection systems, fire extinguishers, air-conditioning, temperature and humidity monitoring and video surveillance in server rooms, UPS system and emergency diesel generators deployment, RAID system and hard disk mirroring for data backup, information security policy and work instruction operational security.","s":"3.a. Availability Control","u":"/argo-messaging/docs/policies/tom","h":"#3a-availability-control","p":1043},{"i":1065,"t":"Data backups of databases and operating system images are taken to the extent required and with the aim of preventing the loss of personal data in the event of physical or technical incident. Backups are performed for network drives and servers in productive operation, where the process is being recorded (logged). The backup concept is applied according to criticality and customer specifications. When applicable storage of backup media obtained in a safe place outside the server room. Information security policy and work instruction of IT user regulations are also engaged.","s":"3.b. Recoverability Control","u":"/argo-messaging/docs/policies/tom","h":"#3b-recoverability-control","p":1043},{"i":1068,"t":"Technical and organizational measures that are taken into account are; central documentation of all data protection regulations with access for employees, security certification according to ISO 27001. Updates and reviews of the effectiveness of the TOMs are carried out periodically. Data protection checkpoints are consistently implemented, while data processing systems (IT systems) are checked regularly to the extent required and after changes to ensure that they are functioning properly. A Data Protection Officer (DPO) group is appointed and notified of physical or technical incidents, and staff is trained and obliged to confidentiality and data secrecy. Data Protection Impact Assessment (DPIA) is carried out as required, whereas processes regarding information obligations according to Art. 13 and 14 GDPR are established.","s":"4.a. Data Protection Management","u":"/argo-messaging/docs/policies/tom","h":"#4a-data-protection-management","p":1043},{"i":1070,"t":"Technical and organizational actions have been established to the extent required for security breach response and data breach process. The use and the regular updating of firewall, spam filters, virus scanning, Intrusion Detection System (IDS), and Intrusion Prevention System (IPS) for customer systems on order, are served. The process for detecting and reporting security incidents and data breaches is being documented via ticket system, with regard to reporting obligation to the supervisory authority. Formalized procedure for handling security incidents, including the involvement of DPO and ISO in security incidents and data breaches is available, while operational, information, data protection and IT user regulations, securities and policies are also applied.","s":"4.b Incident Response Management","u":"/argo-messaging/docs/policies/tom","h":"#4b-incident-response-management","p":1043},{"i":1072,"t":"Measures pursuant to Art 25 GDPR comply with the principles of data protection by design and by default. No more personal data is collected than is necessary for the respective purpose. Data Protection Policy (includes principles \"privacy by design and by default\").","s":"4.c Data Protection by Design and by Default","u":"/argo-messaging/docs/policies/tom","h":"#4c-data-protection-by-design-and-by-default","p":1043},{"i":1074,"t":"Actions to ensure that personal data processed on behalf of the client can only be processed in accordance with the client's instructions. Technical and organizational measures have been established to the required extent. Measures involve monitoring of remote access by external parties, in the context of remote support and work instruction supplier management and supplier evaluation. Moreover, a prior review of the security measures taken by the contractor and their documentation is applied. Selection of the contractor under due diligence aspects (especially with regard to data protection and data security) is achieved. Conclusion of the necessary data processing agreement on commissioned processing or EU standard contractual clauses and a framework agreement on contractual data processing within the group of companies, where written instructions to the contractor and obligation of the contractor's employees to maintain data secrecy. Additionally, an agreement on effective control rights over the contractor and regulations on the use of further subcontractors is maintained, ensuring also the destruction of data after termination of the contract or in the case of longer collaboration, ongoing review of the contractor and its level of protection.","s":"4.d Order Control (outsourcing, subcontractors, and order processing)","u":"/argo-messaging/docs/policies/tom","h":"#4d-order-control-outsourcing-subcontractors-and-order-processing","p":1043},{"i":1076,"t":"The National Infrastructures for Research and Technology S.A. (GRNET S.A.), based on Its Quality and Information Security Policies has set itself the goal of providing products and services to be delivered at the highest possible level of information security in compliance with the law. In this context GRNET S.A. has established, the roles of Information Security Officer (ISO), Data Protection Officer (DPO), Quality Officer (QO), and Legal Compliance Officer (LCO) as well as a Corporate Binding Rules (a set of internal guidelines and regulations) on information security and data protection, that are contractually binding for all employees, that defines secure information and data handling formed in secrecy and confidentiality. Employees are continuously informed and trained in the area of data protection, while third parties who may come into contact with personal data in the course of their work for GRNET S.A. are obligated to comply with data protection and data secrecy by means of a so-called NDA (Non-Disclosure Agreement) before they begin their work. Any subcontractors entrusted with further processing are only used after approval by the clients and after the conclusion of a Data Processing Agreement (DPA) in accordance with Art 28 GDPR, with which they are fully bound by all data protection obligations to which GRNET S.A. itself is subject. Current high technical security standards at GRNET S.A. are periodically reviewed and confirmed for adequacy and effectiveness in the course of ongoing internal audits and annually by Independent, External, Accredited Certification Bodies.","s":"5. Organization and Data Protection","u":"/argo-messaging/docs/policies/tom","h":"#5-organization-and-data-protection","p":1043},{"i":1078,"t":"The Quality Management System (QMS) as well as the Information Security Management System (ISMS) of GRNET S.A. are both certified by Independent Accredited Certification Bodies according to ISO 9001 and ISO 27001.","s":"6. Certifications","u":"/argo-messaging/docs/policies/tom","h":"#6-certifications","p":1043}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/2",[0,1.781,1,2.471,2,2.91,3,1.54,4,3.697,5,4.892,6,3.526,7,2.58,8,2.58,9,2.451,10,3.548,11,6.475,12,3.444,13,2.45,14,2.492,15,2.943,16,3.974,17,4.464,18,3.548,19,2.034,20,3.192,21,1.521,22,1.369,23,1.647,24,1.554,25,3.231,26,2.58,27,1.075,28,2.753,29,2.348,30,2.58,31,2.753,32,1.56,33,1.886,34,2.671,35,2.379,36,2.189,37,2.58,38,0.897,39,2.58,40,0.565,41,1.926,42,1.451,43,1.181,44,0.634]],["t/4",[1,2.492,3,2.734,4,2.093,5,1.005,6,1.932,13,1.342,14,0.785,19,0.641,21,0.98,22,0.544,23,2.448,24,0.74,27,1.597,33,2.113,43,1.726,44,0.71,45,1.943,46,2.668,47,1.774,48,1.663,49,1.774,50,2.316,51,2.918,52,1.269,53,1.32,54,1.943,55,1.663,56,1.332,57,1.943,58,2.746,59,0.968,60,5.189,61,1.845,62,4.091,63,2.072,64,2.282,65,3.361,66,2.534,67,2.534,68,2.746,69,1.458,70,1.663,71,1.794,72,1.332,73,0.946,74,1.774,75,2.803,76,1.704,77,0.968,78,1.663,79,1.513,80,3.167,81,1.943,82,2.034,83,1.774,84,1.943,85,0.785,86,2.89,87,1.774,88,1.17,89,1.269,90,1.077,91,1.774,92,1.663,93,1.663,94,1.299,95,1.17,96,0.806,97,1.774,98,2.746,99,2.034,100,3.378,101,3.084,102,1.774,103,1.17,104,2.034,105,1.41,106,1.932,107,1.58,108,1.046,109,1.369,110,1.774,111,1.58,112,1.062,113,0.589,114,1.943,115,1.077,116,0.654,117,1.41,118,1.58,119,1.58,120,1.663,121,1.216,122,1.943,123,1.932,124,1.663,125,1.873,126,1.458,127,1.458,128,1.58,129,1.943,130,1.58,131,1.513,132,0.925,133,1.299,134,0.62,135,1.873,136,1.943,137,1.943,138,1.943]],["t/6",[1,1.806,2,1.414,15,2.842,21,2.381,24,1.035,29,3.676,52,3.083,59,3.444,82,2.842,88,2.842,112,2.579,121,2.953,125,2.617,139,6.914,140,4.722,141,6.312,142,4.722,143,3.015,144,3.838,145,4.722,146,4.722,147,5.62,148,3.156,149,4.04,150,4.722,151,6.914,152,3.083,153,3.326,154,1.924,155,4.722,156,4.722,157,4.311,158,3.426,159,1.362,160,3.083,161,4.722,162,4.722,163,3.676,164,4.722,165,3.326,166,4.311,167,4.311,168,4.722,169,4.722,170,4.311]],["t/8",[1,2.517,4,3.132,5,3.785,14,2.064,19,2.414,24,1.756,25,3.351,33,1.991,34,2.789,35,1.549,39,2.723,40,1.198,41,2.033,42,1.531,43,2.388,44,1.962,65,3.831,72,3.5,73,1.549,76,3.225,82,1.916,85,2.064,89,2.078,96,1.32,104,1.916,106,1.82,132,1.514,171,2.575,172,2.182,173,2.478,174,2.388,175,2.723,176,2.723,177,2.587,178,3.132,179,1.586,180,3.831,181,2.723,182,2.906,183,2.388,184,2.587,185,2.723,186,2.723,187,2.906,188,0.996,189,2.723]],["t/10",[0,1.681,1,2.227,2,2.148,3,2.704,5,3.293,6,0.901,13,1.834,15,0.949,20,1.029,21,2.327,22,0.441,23,1.535,24,0.616,25,0.826,27,1.354,33,0.986,34,2.076,38,1.373,42,1.352,44,1.746,46,1.894,48,2.404,51,3.613,52,3.457,53,1.486,59,0.785,61,3.208,66,1.182,71,0.837,77,0.785,85,0.637,95,0.949,106,0.901,113,1.605,116,0.531,117,1.144,118,1.281,121,0.986,123,0.901,125,2.935,126,1.182,127,1.182,130,1.281,131,1.227,132,0.75,133,1.054,134,0.897,143,1.007,148,1.054,152,1.029,153,1.11,158,1.144,172,1.081,178,1.723,183,2.108,190,1.11,191,2.926,192,1.926,193,3.63,194,2.851,195,0.949,196,0.861,197,2.188,198,1.281,199,1.029,200,1.281,201,1.029,202,2.108,203,1.926,204,1.878,205,1.081,206,0.849,207,2.427,208,1.794,209,0.726,210,1.227,211,1.281,212,0.861,213,1.138,214,2.284,215,0.915,216,2.039,217,1.11,218,0.758,219,0.742,220,1.081,221,1.227,222,1.281,223,2.108,224,1.182,225,1.281,226,1.281,227,1.144,228,1.054,229,1.11,230,1.349,231,2.947,232,1.349,233,0.874,234,1.439,235,1.144,236,1.439,237,2.565,238,1.834,239,1.439,240,1.439,241,1.439,242,1.227,243,1.182,244,1.349,245,0.611,246,1.081,247,0.484,248,1.576,249,1.453,250,1.227]],["t/12",[3,4.168,20,5.33,249,5.172,250,6.356,251,4.396,252,4.914,253,5.33,254,6.635,255,6.635]],["t/14",[2,2.534,3,4.322,14,3.42,113,2.566,249,4.377,251,4.558,256,7.243,257,3.45]],["t/16",[249,4.922,258,2.154]],["t/18",[22,2.208,38,2.345,159,2.275,188,2.467,247,2.42,249,4.077,258,1.784,259,2.691,260,2.71,261,2.673,262,2.375,263,2.71]],["t/20",[2,1.479,3,4.287,14,1.997,20,5.482,40,0.926,63,3.031,73,4.086,154,1.245,159,2.423,171,3.604,209,1.408,213,1.479,215,1.609,246,3.387,249,4.342,250,5.565,251,1.646,253,1.995,254,4.017,255,4.017,257,1.245,264,1.008,265,1.015,266,6.525,267,2.79,268,3.848,269,6.525,270,3.848,271,4.017,272,3.848,273,3.707,274,2.873,275,3.848,276,4.017,277,4.228,278,4.942,279,4.512,280,3.848,281,2.922,282,1.646,283,2.277,284,3.387,285,2.79]],["t/22",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/25",[233,5.276,258,2.154]],["t/27",[22,2.286,38,2.429,159,2.356,233,4.525,247,2.506,258,1.847,259,2.787,260,2.807,261,2.768,262,2.459]],["t/29",[2,2.044,51,3.285,125,3.785,153,4.81,209,3.146,212,3.73,213,2.674,215,3.24,233,5.518,264,2.253,265,2.967,291,6.828,292,6.828,293,5.55,294,6.828]],["t/31",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/33",[1,2.581,27,2.398,32,3.479,43,1.625,53,2.63,76,3.393,88,4.05,104,4.05,113,2.04,209,3.1,295,4.883,296,6.142,297,1.148,298,3.979,299,5.757,300,3.911,301,6.728,302,4.612,303,5.238]],["t/35",[1,2.34,249,4.634,258,2.028,302,6.142,304,7.283]],["t/37",[1,1.953,13,2.091,32,3.867,42,2.532,43,1.806,73,2.561,106,4.973,108,4.683,165,3.707,252,3.168,297,1.298,302,5.125,303,5.821,305,4.277,306,6.182,307,7.372,308,7.441,309,4.805,310,4.277,311,3.228]],["t/39",[22,2.17,38,2.306,159,2.236,247,2.379,249,5.009,258,1.754,259,2.646,260,2.665,261,2.628,262,2.335,312,6.299,313,6.299]],["t/41",[0,3.019,22,1.709,38,1.816,159,1.761,165,4.298,247,1.873,249,4.285,258,1.381,259,2.083,260,2.098,261,2.069,262,1.838,277,5.221,282,3.286,297,0.792,305,4.96,306,3.984,307,6.452,310,4.96,312,4.96,313,4.96,314,5.837,315,4.751,316,4.96,317,5.571]],["t/43",[0,2.558,1,2.719,32,2.493,88,2.902,209,2.221,213,2.102,215,2.285,264,1.59,265,1.601,282,3.78,295,5.094,296,4.401,297,1.18,298,2.851,299,4.125,302,5.674,303,6.445,304,6.729,318,6.409,319,4.821,320,7.558,321,4.821,322,4.821,323,4.401,324,4.821,325,4.821]],["t/45",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/47",[2,2.044,13,2.713,24,1.496,35,3.323,42,3.285,96,2.832,186,5.842,249,5.147,251,4.809,297,1.159,312,5.55,313,5.55,326,6.234,327,4.458,328,3.626,329,3.114,330,6.828]],["t/49",[24,2.043,258,2.11,331,7.978]],["t/51",[1,1.953,13,2.091,32,3.867,42,2.532,43,1.806,73,2.561,106,4.973,108,4.683,165,3.707,252,3.168,297,1.298,302,5.125,303,5.821,305,4.277,306,6.182,307,7.372,308,7.441,309,4.805,310,4.277,311,3.228]],["t/53",[22,2.246,24,1.758,38,2.386,159,2.315,247,2.462,258,1.815,259,2.739,260,2.758,261,2.72,262,2.416,331,6.863]],["t/55",[0,3.075,22,1.755,24,1.374,38,1.865,159,1.809,165,4.416,247,1.924,258,1.419,259,2.14,260,2.155,261,2.125,262,1.888,277,5.364,282,3.376,297,0.814,305,5.095,306,4.093,307,6.57,310,5.095,314,5.944,315,4.881,316,5.095,317,5.723,331,5.364]],["t/57",[1,1.205,2,1.382,3,4.122,14,1.865,20,5.27,24,0.616,40,0.865,43,0.679,44,0.59,63,2.831,73,3.928,115,1.558,154,1.145,159,2.329,171,3.429,213,0.472,215,0.513,249,4.175,250,5.294,251,0.849,254,3.751,255,3.751,264,0.52,265,0.524,266,6.207,267,2.565,268,3.593,269,6.207,270,3.593,271,3.751,272,3.593,273,3.462,275,3.593,281,4.02,283,2.126,284,3.163,285,2.565,295,3.349,297,0.493,302,1.926,303,5.294,304,2.284,312,1.281,313,1.281,315,2.188,318,1.439,320,2.565,323,1.439,326,1.439,332,1.576,333,1.576,334,2.404,335,1.576,336,1.834,337,1.576,338,2.81,339,1.576,340,1.576,341,1.576,342,1.576,343,2.81,344,4.615,345,4.213,346,4.615,347,3.751,348,4.615,349,2.108]],["t/59",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/61",[0,1.854,1,2.229,2,1.523,13,2.022,21,2.566,24,1.871,46,2.535,75,3.183,76,3.681,113,1.542,116,2.458,171,2.566,188,1.592,209,3.363,213,2.185,233,4.046,238,3.322,247,1.562,350,3.816,351,3.183,352,4.353,353,2.022,354,3.054,355,4.174,356,4.645,357,7.299,358,2.369,359,4.135,360,4.645,361,2.505,362,6.663]],["t/63",[0,2.872,1,2.059,2,2.36,24,1.728,46,3.927,171,3.975,297,1.023,363,6.138,364,6.407,365,4.37,366,7.197,367,6.138]],["t/65",[2,2.683,59,4.464,113,2.716,257,3.652,297,1.163]],["t/67",[258,2.154,297,1.235]],["t/69",[22,2.17,38,2.306,159,2.236,188,2.425,247,2.379,258,1.754,259,2.646,260,2.665,261,2.628,262,2.335,263,2.665,297,1.006,368,2.981]],["t/71",[19,2.95,40,1.282,59,1.756,134,1.767,154,1.437,213,1.658,215,1.803,235,4.019,257,1.437,264,1.163,265,1.171,282,1.898,283,3.151,297,1.214,369,1.545,370,3.525,371,3.492,372,4.815,373,4.208,374,4.815,375,4.351,376,4.351,377,3.492,378,2.812,379,4.278,380,3.736,381,3.525,382,1.475,383,2.297]],["t/73",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/75",[14,3.621,113,2.716,245,3.474,257,3.652,297,1.163]],["t/77",[40,1.679,258,2.028,297,1.373,384,2.859]],["t/79",[40,1.96,245,3.407,297,1.357,384,2.805]],["t/81",[22,2.066,38,2.195,134,2.354,159,2.129,188,2.308,247,2.265,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,0.957,368,2.837,382,3.087,383,3.059]],["t/83",[14,2.284,19,2.593,40,1.059,134,2.509,213,2.353,215,2.559,245,2.191,264,1.864,265,1.877,283,2.604,297,1.02,369,2.477,371,2.886,372,4.233,373,3.7,374,4.233,375,3.825,376,3.825,377,2.886,378,2.323,379,3.535,380,3.087,382,2.365,383,3.26]],["t/85",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/87",[19,2.693,40,1.53,113,3.032,134,2.605,297,1.298,298,4.827,384,2.605,385,3.14]],["t/89",[40,1.647,258,1.989,297,1.357,384,2.805,385,3.38]],["t/91",[19,2.899,40,1.96,297,1.357,384,2.805]],["t/93",[235,6.767,283,4.989]],["t/95",[22,1.971,38,2.094,134,2.246,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,1.182,368,2.707,385,2.707,386,3.789,387,3.961,388,6.425]],["t/97",[19,2.982,40,1.059,134,2.509,213,2.353,215,2.559,264,1.864,265,1.877,283,2.604,297,1.02,369,2.477,371,2.886,372,4.233,373,3.7,374,4.233,375,3.825,376,3.825,377,2.886,378,2.323,379,3.535,380,3.087,383,2.344,389,3.69,390,5.652,391,5.16]],["t/99",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/101",[40,1.558,103,5.003,113,2.52,245,3.222,283,3.83,297,1.079,392,4.607,393,4.915,394,4.54]],["t/103",[40,1.647,258,1.989,297,1.357,384,2.805,394,4.801]],["t/105",[19,2.899,40,1.96,297,1.357,384,2.805]],["t/107",[40,1.938,134,2.752,235,6.258,283,4.764,297,1.119]],["t/109",[22,1.971,38,2.094,134,2.246,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,1.182,368,2.707,386,3.789,387,3.961,388,6.425,394,3.844]],["t/111",[19,2.593,40,1.059,134,1.803,213,2.353,215,2.559,264,1.864,265,1.877,283,3.622,297,0.733,369,2.477,371,2.886,372,4.233,373,3.7,374,3.043,375,3.825,376,3.825,377,2.886,378,2.323,379,3.535,380,3.087,389,3.69,391,5.16,392,5.011,395,5.652,396,5.652]],["t/113",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/115",[14,3.693,113,2.77,219,4.301,297,1.186]],["t/117",[40,1.647,219,4.136,258,1.989,297,1.357,384,2.805]],["t/119",[40,1.96,219,4.136,297,1.357,384,2.805]],["t/121",[22,2.033,38,2.16,134,2.317,159,2.095,188,2.272,219,3.417,247,2.229,258,1.643,259,2.479,260,2.496,261,2.462,262,2.187,263,2.496,297,0.942,368,2.792,382,3.038,383,3.011]],["t/123",[206,4.558,213,3.061,215,3.328,264,2.792,265,2.811,355,4.84]],["t/125",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/128",[22,2.099,38,2.231,159,2.163,188,2.346,247,2.302,258,1.696,259,2.56,260,2.578,261,2.542,262,2.259,263,2.578,297,0.973,368,2.883,397,4.156,398,5.011]],["t/130",[2,1.358,4,1.772,14,1.833,19,1.496,24,1.471,40,0.85,43,1.095,44,0.953,59,2.259,85,1.833,115,4.429,154,1.848,213,2.009,215,2.185,257,1.848,263,1.559,264,1.496,265,1.506,297,1.037,329,3.061,353,1.802,369,1.988,371,2.315,372,3.614,373,3.159,374,3.614,375,3.266,376,3.266,377,2.315,378,1.864,397,2.514,399,2.134,400,2.553,401,2.553,402,2.593,403,2.553,404,3.108,405,1.95,406,2.408,407,2.345,408,2.682,409,2.682]],["t/132",[2,2.236,4,1.585,10,2.942,19,2.036,24,1.83,40,0.76,43,0.979,44,0.852,53,1.585,85,1.638,115,4.141,154,1.652,209,1.868,245,1.572,257,1.652,297,1.084,327,2.647,328,3.277,329,3.407,353,2.452,371,2.07,372,3.323,373,2.904,374,3.323,375,3.003,376,3.003,377,2.07,378,1.667,379,2.536,393,2.397,397,2.248,399,1.908,400,2.282,401,2.282,402,2.318,403,2.282,404,2.779,405,1.744,406,2.153,407,3.191,408,2.397,409,2.397,410,2.856,411,2.779,412,2.779,413,1.996]],["t/135",[22,2.066,38,2.195,115,4.089,159,2.129,188,2.308,247,2.265,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,0.957,368,2.837,397,4.089,398,4.93]],["t/137",[2,1.371,4,1.79,14,1.851,19,1.511,24,1.482,40,0.858,43,1.106,44,0.962,85,1.851,115,4.919,154,1.867,213,2.024,215,2.201,245,1.776,263,1.575,264,1.511,265,1.521,297,0.877,329,3.083,353,1.82,369,2.007,371,2.339,372,3.641,373,3.182,374,3.641,375,3.29,376,3.29,377,2.339,378,1.883,397,2.539,399,2.156,400,2.578,401,2.578,402,2.619,403,2.578,404,3.139,405,1.97,406,2.432,407,2.369,408,2.708,409,2.708]],["t/139",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/142",[22,1.971,38,2.094,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,0.913,368,2.707,385,2.707,386,3.789,387,3.961,397,3.901,398,4.704,414,5.107]],["t/144",[85,3.359,115,4.607,297,1.312,329,3.79,397,4.607,405,4.349,406,4.414]],["t/146",[2,1.443,19,2.316,24,1.056,40,0.903,43,1.164,44,1.013,85,1.948,115,2.672,213,2.102,215,2.285,245,1.869,263,1.657,264,1.59,265,1.601,297,0.911,329,3.201,353,1.915,369,2.113,371,2.461,372,3.78,373,3.304,374,3.78,375,3.416,376,3.416,377,2.461,378,1.982,389,3.147,397,2.672,399,2.269,400,2.713,401,2.713,402,2.757,403,2.713,404,3.304,405,3.019,406,2.56,407,2.493,414,3.498]],["t/148",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/151",[22,1.971,38,2.094,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,0.913,368,2.707,386,3.789,387,3.961,394,3.844,397,3.901,398,4.704,414,5.107]],["t/153",[85,3.621,297,1.373,329,4.086,397,4.967]],["t/155",[2,1.459,19,1.607,24,1.068,40,0.913,43,1.177,44,1.024,85,1.969,115,2.701,213,2.118,215,2.303,245,1.889,263,1.675,264,1.607,265,1.618,297,0.918,329,3.226,353,1.936,369,2.135,371,2.487,372,3.809,373,3.329,374,3.809,375,3.442,376,3.442,377,2.487,378,2.003,392,2.701,397,2.701,399,2.293,400,2.742,401,2.742,402,2.786,403,2.742,404,3.339,405,3.042,406,2.587,407,2.519,414,3.536]],["t/157",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/160",[22,1.941,38,2.062,159,2,188,2.169,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.088,263,2.383,297,0.9,368,2.666,385,2.666,386,3.732,387,3.901,397,3.842,398,4.633,414,5.03,415,6.328]],["t/162",[43,2.122,44,1.846,85,3.551,329,4.008,416,5.874,417,5.738]],["t/164",[2,1.428,19,1.574,24,1.046,40,0.894,43,1.152,44,1.002,85,1.928,115,2.645,213,2.086,215,2.268,245,1.85,263,1.64,264,1.574,265,1.584,297,0.904,329,3.177,350,3.578,353,1.896,369,2.091,371,2.436,372,3.751,373,3.279,374,3.751,375,3.39,376,3.39,377,2.436,378,1.961,397,2.645,399,2.245,400,2.685,401,2.685,402,2.728,403,2.685,404,3.27,405,2.996,406,2.533,407,2.467,414,3.462,416,3.189,417,3.115]],["t/166",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/169",[22,2.001,38,2.126,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,368,2.749,385,2.749,397,3.962,398,4.777,412,4.899,414,5.187]],["t/171",[206,4.825,213,2.683,215,2.917,264,2.956,265,2.976]],["t/173",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/175",[14,3.241,43,1.937,113,2.432,209,3.696,249,4.148,253,5.237,297,1.041,300,4.663,354,3.356,418,4.829,419,6.017]],["t/177",[40,1.647,249,4.545,258,1.989,297,1.357,384,2.805]],["t/179",[40,2.112,43,2.415,297,1.298,384,2.605,420,4.668]],["t/181",[22,2.066,38,2.195,134,2.354,159,2.129,188,2.308,247,2.265,249,3.815,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,0.957,382,3.087,383,3.059]],["t/183",[0,2.07,1,0.618,4,0.509,14,2.1,24,1.624,40,1.065,43,0.966,44,1.499,53,0.509,63,3.747,73,3.942,76,0.657,111,1.059,154,0.531,159,2.616,171,3.979,209,0.601,213,0.39,215,0.771,249,4.289,253,0.851,264,0.43,265,0.433,268,4.424,270,4.424,272,4.424,273,4.262,275,4.424,276,4.224,282,0.702,283,2.618,284,3.562,295,0.946,297,1.193,300,4.821,302,0.893,316,1.059,336,2.124,349,0.978,361,1.97,380,0.712,421,1.303,422,6.751,423,4.618,424,4.446,425,5.197,426,5.197,427,5.197,428,1.452,429,4.238,430,1.015,431,0.978,432,1.115,433,1.19,434,2.162,435,1.354,436,1.19,437,1.115,438,1.303,439,0.815,440,0.978]],["t/185",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/187",[1,2.266,4,2.555,19,2.156,24,1.433,25,3.425,40,1.826,43,2.506,65,4.903,171,3.296,172,4.48,173,5.089,174,4.903,175,5.593,176,5.593,177,5.313,178,4.009,297,0.848,441,4.903]],["t/189",[19,2.646,40,1.503,43,2.389,113,2.999,134,2.56,297,1.041,298,4.743,394,4.381,420,4.587]],["t/191",[40,1.874,43,2.415,258,1.847,297,1.298,384,2.605,394,4.459,420,4.668]],["t/193",[21,4.117,40,1.53,43,1.972,64,4.608,123,5.719,154,3.327,442,6.985]],["t/195",[19,3.229,40,2.087,43,2.364,297,1.27,384,2.516,420,4.508]],["t/197",[22,1.971,38,2.094,43,1.7,134,2.246,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,0.913,368,2.707,382,2.945,383,2.919,394,3.844,443,3.425]],["t/199",[19,2.395,40,1.361,43,2.244,134,2.317,213,2.782,215,3.025,264,2.395,265,2.411,297,0.942,369,3.182,382,3.038,383,3.011,389,4.74,443,3.533]],["t/201",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/203",[43,2.083,89,5.63,113,3.134,219,4.866,297,1.119]],["t/205",[40,1.874,43,2.415,219,3.842,258,1.847,297,1.298,384,2.605,420,4.668]],["t/207",[40,2.087,43,2.364,219,4.607,297,1.27,384,2.516,420,4.508]],["t/209",[22,1.941,38,2.062,43,1.674,134,2.212,159,2,188,2.169,219,3.262,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.088,263,2.383,297,0.9,368,2.666,382,2.9,383,2.875,386,3.732,443,3.373]],["t/211",[206,4.558,213,3.061,215,3.328,264,2.792,265,2.811,355,4.84]],["t/213",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/215",[43,2.122,113,3.17,256,7.52,297,1.141,444,5.109]],["t/217",[40,1.895,43,2.442,258,1.881,297,1.312,384,2.652,420,4.753]],["t/219",[40,2.112,43,2.415,297,1.298,384,2.605,420,4.668]],["t/221",[22,2.033,38,2.16,43,1.753,134,2.317,159,2.095,188,2.272,247,2.229,258,1.643,259,2.479,260,2.496,261,2.462,262,2.187,263,2.496,297,0.942,382,3.038,383,3.011,443,3.533]],["t/223",[40,1.361,43,2.244,89,4.74,134,2.317,209,3.345,213,2.782,215,3.025,264,2.395,265,2.411,297,0.942,382,3.038,383,3.011,443,3.533,444,4.22]],["t/225",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/227",[2,2.102,4,1.884,14,1.948,24,1.538,27,1.718,43,1.999,53,1.884,59,2.402,73,2.346,108,2.596,113,2.128,147,3.918,174,3.616,209,3.814,213,1.443,215,1.569,257,1.965,264,1.59,265,1.601,281,4.895,297,0.911,329,2.198,354,2.017,361,2.373,408,2.851,409,2.851,411,4.812,445,3.015,446,4.125,447,3.753,448,3.079,449,3.753,450,2.633,451,3.498,452,3.147,453,4.812,454,3.616]],["t/229",[40,1.647,43,2.122,258,1.989,297,1.357,384,2.805]],["t/231",[40,1.938,43,2.083,257,3.515,297,1.342,384,2.752]],["t/233",[22,2.066,38,2.195,43,1.781,134,2.354,159,2.129,188,2.308,247,2.265,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,0.957,382,3.087,383,3.059]],["t/235",[40,1.658,43,2.387,134,2.823,213,2.014,215,2.19,264,2.22,265,2.235,282,3.623,297,1.148,382,3.701,383,3.669,408,3.979,409,3.979,443,3.274,455,3.675]],["t/237",[40,1.647,43,2.122,258,1.989,297,1.357,384,2.805]],["t/239",[40,1.938,43,2.083,257,3.515,297,1.342,384,2.752]],["t/241",[22,2.001,38,2.126,43,1.726,134,2.281,154,2.913,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,382,2.991,383,2.964,453,4.899]],["t/243",[40,1.361,43,2.244,134,2.317,213,2.173,215,2.363,264,2.395,265,2.411,282,3.909,297,0.942,353,2.885,382,3.038,383,3.011,408,4.293,409,4.293,443,3.533,456,5.901]],["t/245",[40,1.647,43,2.122,258,1.989,297,1.357,384,2.805]],["t/247",[40,1.938,43,2.083,257,3.515,297,1.342,384,2.752]],["t/249",[22,1.912,38,2.032,43,1.649,134,2.179,154,2.783,159,1.97,188,2.137,247,2.096,258,1.545,259,2.331,260,2.348,261,2.315,262,2.057,263,2.348,297,0.886,353,2.713,382,2.857,383,2.832,453,4.68,454,5.122,456,5.55]],["t/251",[40,1.405,43,2.291,134,2.392,213,2.244,215,2.44,264,2.473,265,2.49,282,4.037,297,0.973,382,3.137,383,3.109,408,4.433,409,4.433,455,4.095]],["t/253",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/255",[1,2.584,4,3.867,14,3.241,43,2.389,113,2.432,212,4.381,257,3.269,385,3.085]],["t/257",[4,3.135,40,1.854,43,2.389,258,1.815,297,1.284,384,2.56,385,3.085,420,4.587]],["t/259",[1,2.556,40,1.995,43,1.904,297,1.27,384,2.516,385,3.765,420,4.508]],["t/261",[1,2.089,27,2.065,43,1.399,64,3.903,72,3.971,73,2.82,75,3.624,96,3.317,123,3.313,132,2.757,180,4.346,457,5.794,458,5.794,459,5.794,460,5.794,461,4.957,462,3.873,463,4.709,464,5.482,465,3.971,466,3.873,467,6.501,468,3.971,469,3.971,470,4.957,471,3.554,472,5.29]],["t/263",[4,2.63,22,1.884,38,2.002,43,1.625,134,2.147,159,1.941,188,2.106,247,2.065,258,1.522,259,2.297,260,2.313,261,2.281,262,2.027,263,2.313,297,0.873,368,2.588,382,2.815,383,2.79,385,2.588,386,3.623,387,3.787,443,3.274]],["t/265",[1,2.059,4,3.081,213,2.93,215,3.186,264,2.601,265,2.618,369,3.455,473,7.621,474,7.197]],["t/267",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/269",[4,3.248,24,1.822,43,2.007,113,2.52,209,3.83,257,3.387,298,4.915,354,3.478,358,3.87]],["t/271",[40,1.874,43,2.415,258,1.847,297,1.298,384,2.605,420,4.668,450,4.459]],["t/273",[40,2.112,43,2.415,297,1.298,384,2.605,420,4.668]],["t/275",[22,2.001,38,2.126,43,1.726,134,2.281,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,382,2.991,383,2.964,443,3.478,450,3.904]],["t/277",[24,2.1,43,1.841,209,3.512,213,2.282,215,3.12,264,2.514,265,2.531,358,4.463,380,4.163,430,5.934,475,5.369]],["t/279",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/281",[24,1.855,43,2.044,113,2.566,257,3.45,298,5.005,354,3.542,358,3.941,378,3.48]],["t/283",[40,1.854,43,2.389,258,1.815,297,1.284,384,2.56,385,3.085,420,4.587,476,5.65]],["t/285",[40,2.112,43,2.415,297,1.298,384,2.605,420,4.668]],["t/287",[24,1.964,358,4.172,431,6.721,475,6.311,477,7.667]],["t/289",[22,1.884,38,2.002,43,1.625,134,2.147,159,1.941,188,2.106,247,2.065,258,1.522,259,2.297,260,2.313,261,2.281,262,2.027,263,2.313,297,0.873,368,2.588,382,2.815,383,2.79,385,2.588,386,3.623,387,3.787,443,3.274,476,4.739]],["t/291",[213,2.736,215,2.975,264,3.015,265,3.035]],["t/293",[1,1.66,13,2.525,24,1.867,53,2.484,103,5.127,116,2.868,209,2.928,220,4.356,233,3.523,297,0.825,354,2.659,355,3.634,369,2.786,392,3.523,450,3.472,478,6.923,479,6.923,480,6.631,481,5.438,482,5.438]],["t/295",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/297",[1,2.059,4,3.081,14,3.186,43,1.904,113,2.39,209,3.632,249,4.077,253,5.147,300,4.583,354,3.299,418,4.746,419,5.913]],["t/299",[40,1.874,43,2.415,249,4.222,258,1.847,297,1.298,384,2.605,420,4.668]],["t/301",[40,2.112,43,2.415,297,1.298,384,2.605,420,4.668]],["t/303",[22,2.001,38,2.126,43,1.726,134,2.281,159,2.062,188,2.237,247,2.194,249,3.696,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,382,2.991,383,2.964,443,3.478]],["t/305",[1,1.609,4,2.603,14,1.974,36,1.238,40,1.045,43,2.168,44,0.633,53,0.666,56,1.169,63,3.779,73,3.933,76,0.86,88,1.027,96,0.707,111,1.386,154,0.695,159,2.59,171,3.928,209,0.786,213,0.511,215,0.981,227,2.937,249,4.314,253,1.113,264,0.563,265,0.566,268,4.343,270,4.343,271,1.386,272,4.343,273,4.184,275,4.343,276,3.289,281,1.781,283,2.57,284,3.348,295,2.937,300,4.337,302,1.169,314,1.201,316,1.386,375,0.83,376,0.83,416,3.728,422,6.064,423,3.97,424,3.462,428,1.046,429,1.557,433,1.557,434,2.75,435,2.314,436,1.557,437,1.459,439,1.067,440,1.279,483,3.462,484,4.047,485,3.462,486,4.047,487,1.557,488,1.557,489,1.386,490,1.557,491,1.705,492,1.328,493,1.557,494,1.459,495,1.14,496,0.975,497,1.279]],["t/307",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/309",[1,2.252,4,3.371,43,2.083,64,3.675,75,5.394,171,4.349,471,5.289]],["t/311",[14,3.485,64,3.675,113,2.614,195,5.191,297,1.119,298,5.099,445,5.394]],["t/313",[40,1.895,64,4.309,258,1.881,297,1.312,384,2.652,498,5.555]],["t/315",[19,2.557,40,2.074,64,4.502,297,1.257,384,2.473,428,4.754,498,5.18]],["t/317",[22,2.001,38,2.126,64,3.92,154,3.75,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,1.194,368,2.749]],["t/319",[40,1.609,64,3.994,77,2.563,113,1.56,154,2.999,159,2.976,213,2.203,215,2.395,262,1.55,264,1.697,265,1.709,297,0.955,369,2.255,399,2.421,405,3.164,462,3.439,499,4.182,500,4.182,501,4.182,502,4.182,503,4.182,504,3.218,505,6.424,506,3.734,507,3.526]],["t/321",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/323",[64,3.745,113,2.664,195,5.291,297,1.141,298,5.197,445,5.498]],["t/325",[40,1.647,64,3.745,258,1.989,297,1.357,384,2.805]],["t/327",[40,1.938,64,3.675,297,1.342,384,2.752,428,5.289]],["t/329",[22,2.066,38,2.195,64,3.143,154,3.006,159,2.129,188,2.308,247,2.265,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,1.218,368,2.837]],["t/331",[40,1.703,64,4.182,77,2.845,154,2.859,159,3.078,213,1.709,215,1.859,262,1.72,264,1.209,265,1.218,282,1.974,297,1.114,298,2.168,369,1.607,399,2.687,405,3.405,462,3.816,499,4.641,500,4.641,501,4.641,502,4.641,503,2.98,504,3.572,505,6.727,506,4.144,507,3.914,508,3.666]],["t/333",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/335",[19,3.015,64,3.894,113,2.77,134,2.916]],["t/337",[262,2.867,467,7.736]],["t/339",[40,1.874,64,4.262,258,1.847,297,1.298,384,2.605,385,3.14,498,5.456]],["t/341",[19,2.557,40,2.074,64,4.502,297,1.257,384,2.473,428,4.754,498,5.18]],["t/343",[22,1.912,38,2.032,64,3.806,154,3.64,159,1.97,188,2.137,247,2.096,258,1.545,259,2.331,260,2.348,261,2.315,262,2.057,263,2.348,297,1.159,368,2.626,385,2.626,386,3.677,387,3.843]],["t/345",[40,1.674,64,2.91,77,3.402,159,3.243,262,2.057,405,3.841,462,4.564,504,4.271,505,7.237,506,4.955,507,4.68]],["t/347",[19,1.678,40,1.6,64,3.973,77,2.535,154,2.975,159,2.965,213,2.185,215,2.376,262,1.533,264,1.678,265,1.69,297,0.947,369,2.23,389,3.322,399,2.394,405,3.139,462,3.401,499,4.135,500,4.135,501,4.135,502,4.135,503,4.135,504,3.183,505,6.391,506,3.692,507,3.487]],["t/349",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/351",[32,4.377,64,3.607,104,5.096,113,2.566,261,2.87,392,5.668,509,5.526]],["t/353",[40,1.874,64,4.262,258,1.847,297,1.298,384,2.605,394,4.459,498,5.456]],["t/355",[40,2.062,64,4.467,297,1.244,384,2.432,392,4.225,428,4.675,445,4.768,498,5.094]],["t/357",[22,1.912,38,2.032,64,3.806,154,3.64,159,1.97,188,2.137,247,2.096,258,1.545,259,2.331,260,2.348,261,2.315,262,2.057,263,2.348,297,1.159,368,2.626,386,3.677,387,3.843,394,3.73]],["t/359",[40,1.892,64,3.531,77,3.04,134,1.947,154,2.487,159,3.141,262,1.838,297,1.075,405,3.564,462,4.078,504,5.184,505,6.918,506,4.428,507,4.183]],["t/361",[40,1.748,64,3.637,77,2.535,134,1.624,154,2.074,159,2.965,213,2.185,215,2.376,262,1.533,264,1.678,265,1.69,297,0.947,369,2.23,392,2.82,399,2.394,405,3.139,462,3.401,499,4.135,500,4.135,501,4.135,502,4.135,503,4.135,504,4.566,505,6.391,506,3.692,507,3.487]],["t/363",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/365",[64,3.973,113,2.827,219,4.388]],["t/367",[40,1.874,64,4.262,219,3.842,258,1.847,297,1.298,384,2.605,498,5.456]],["t/369",[40,2.062,64,4.467,219,3.587,297,1.244,384,2.432,428,4.675,445,4.768,498,5.094]],["t/371",[22,1.971,38,2.094,64,3.881,154,3.712,159,2.031,188,2.202,219,3.312,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,297,1.182,368,2.707]],["t/373",[206,4.644,213,3.095,215,3.366,264,2.845,265,2.864]],["t/375",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/377",[1,2.538,4,2.182,10,4.051,13,2.218,19,2.963,27,1.989,42,2.686,43,1.882,64,4.142,68,4.538,113,1.692,115,3.095,123,3.192,132,2.656,134,1.781,202,4.188,218,2.686,464,3.827,465,3.827,469,3.827,471,3.424,510,3.827,511,4.347,512,6.335,513,4.188,514,5.097]],["t/379",[40,1.854,64,4.216,75,5.017,258,1.815,297,1.284,384,2.56,385,3.085,498,5.361]],["t/381",[40,2.062,64,4.467,297,1.244,384,2.432,392,4.225,428,4.675,445,4.768,498,5.094]],["t/383",[22,1.884,38,2.002,64,3.769,75,4.209,154,3.605,159,1.941,188,2.106,247,2.065,258,1.522,259,2.297,260,2.313,261,2.281,262,2.027,263,2.313,297,1.148,368,2.588,385,2.588,386,3.623,387,3.787]],["t/385",[1,1.552,40,1.114,64,4.254,77,2.961,96,3.376,123,3.399,157,5.427,262,1.791,405,2.556,406,3.157,413,2.926,464,4.074,465,4.074,467,6.616,470,5.086,504,3.718,506,4.314,509,3.881,515,5.944,516,5.944,517,5.944,518,5.944,519,5.427,520,4.628,521,3.718,522,5.944]],["t/387",[1,2.67,75,5.295,213,2.534,215,2.755,217,5.962,264,2.792,265,2.811]],["t/389",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/392",[19,2.845,44,1.812,113,3.134,134,2.752,297,1.119,394,4.71]],["t/394",[40,1.874,44,2.101,258,1.847,297,1.298,384,2.605,394,4.459,523,4.459]],["t/396",[19,3.229,40,2.087,44,2.057,297,1.27,384,2.516,523,4.306]],["t/398",[22,1.857,38,1.973,44,1.393,134,2.116,159,1.913,188,2.075,247,2.036,258,1.5,259,2.264,260,2.28,261,2.248,262,1.998,263,2.28,297,0.861,368,2.55,382,2.775,383,2.75,386,3.571,394,3.622,524,6.631,525,3.992,526,3.792,527,3.855]],["t/400",[43,2.442,134,2.652,297,1.079,382,3.478,383,3.447,435,4.753,443,4.045,528,5.003]],["t/402",[40,1.159,43,2.019,44,1.299,134,2.668,213,1.851,215,2.013,264,2.04,265,2.054,297,1.085,373,2.911,375,3.009,376,3.009,382,3.499,383,3.468,435,3.536,443,3.009,525,3.723,526,3.536,527,3.595,528,3.723,529,4.639,530,4.239,531,4.639]],["t/404",[1,2.224,2,1.262,15,1.517,19,0.831,22,1.181,27,0.898,34,1.376,41,1.609,44,1.972,51,3.908,64,1.796,66,1.89,68,3.427,72,3.726,73,3.723,75,2.637,76,1.27,88,1.517,94,2.818,96,2.255,108,1.357,113,1.278,154,2.216,159,1.569,172,2.89,188,1.701,196,1.376,212,3.864,216,1.828,297,0.705,300,1.464,311,1.545,354,1.764,469,1.727,473,4.232,509,4.149,520,1.961,532,1.441,533,1.961,534,2.048,535,1.89,536,1.961,537,2.048,538,2.048,539,1.828,540,2.156,541,2.048,542,3.607,543,3.829,544,1.397,545,1.89,546,3.472,547,2.3,548,1.397,549,2.538,550,2.048,551,2.156,552,1.828,553,2.156,554,5.436,555,5.436,556,5.436,557,5.436,558,2.3]],["t/406",[22,2.279,35,2.893,43,1.966,134,1.897,154,2.423,159,2.349,212,3.247,281,4.813,297,0.771,336,3.881,382,2.487,383,2.465,435,3.399,443,2.893,528,3.578,541,4.831,546,3.796,559,3.578,560,4.074,561,5.427,562,5.427,563,5.086,564,4.459,565,3.881,566,3.973,567,3.247,568,4.831]],["t/408",[22,1.283,35,2.229,40,0.858,43,1.633,44,0.962,73,2.229,134,2.158,154,1.867,159,1.951,281,3.998,297,0.877,336,2.99,373,2.156,375,2.229,376,2.229,382,2.829,383,2.804,435,2.619,443,2.229,525,2.757,526,2.619,527,2.662,528,2.757,529,3.436,530,3.139,531,3.436,546,2.925,559,2.757,560,3.139,561,4.182,562,4.182,563,3.919,564,3.436,565,2.99,566,3.061,567,2.502,568,3.723,569,4.182,570,3.723,571,4.58,572,3.919,573,4.58,574,3.436,575,3.566,576,3.566,577,3.566,578,3.566]],["t/410",[41,4.175,43,2.096,134,2.086,159,2.504,297,0.848,382,2.735,383,2.711,406,3.471,435,3.738,443,3.181,528,3.935,543,6.113,545,4.903,559,3.935,565,4.267,566,4.369,567,3.57,568,5.313,576,5.089,577,5.089,578,5.089]],["t/412",[40,0.964,41,3.286,43,1.777,44,1.081,134,2.348,154,2.097,159,1.485,297,0.955,373,2.421,375,2.504,376,2.504,382,3.079,383,3.051,406,2.732,435,2.942,443,2.504,525,3.097,526,2.942,527,2.991,528,3.097,529,3.859,530,3.526,531,3.859,543,3.624,545,3.859,546,3.286,559,3.097,560,3.526,565,3.359,566,3.439,567,2.81,568,4.182,572,4.402,574,3.859,576,4.006,577,4.006,578,4.006,579,3.286]],["t/414",[1,1.552,2,1.78,21,2.997,51,4.466,73,3.961,76,2.997,94,3.973,108,3.201,113,2.468,119,4.831,184,4.831,212,3.247,252,3.578,358,4.322,532,4.655,539,4.314,570,4.831,580,7.545,581,7.431,582,4.628,583,5.427]],["t/416",[1,2.122,19,1.08,23,1.788,32,3.37,35,2.542,44,0.688,51,4.54,53,2.907,105,2.376,108,1.763,113,2.254,154,1.334,178,3.204,179,2.602,199,5.305,201,2.137,215,1.066,217,3.679,224,2.456,228,3.491,229,4.59,281,1.936,282,1.763,306,2.137,413,1.612,495,4.355,548,2.895,552,2.376,566,2.188,567,1.788,584,3.726,585,2.801,586,2.376,587,2.989,588,4.768,589,2.989,590,4.768,591,5.949,592,5.79,593,2.989,594,4.469,595,2.989,596,2.989,597,2.989,598,2.989,599,2.989,600,2.661,601,4.245,602,2.244,603,2.989]],["t/418",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/420",[51,4.073,113,2.566,212,4.624,218,4.073,311,5.192,536,6.59,574,6.349,604,8.465]],["t/422",[40,1.854,44,2.079,258,1.815,297,1.284,384,2.56,394,4.381,523,4.381,605,7.323]],["t/424",[40,2.112,44,2.101,297,1.298,384,2.605,523,4.459]],["t/426",[2,1.336,3,3.386,13,2.267,19,0.89,22,2.216,27,1.59,30,2.307,35,1.312,42,1.298,44,1.393,46,2.223,51,4.03,75,2.791,113,0.818,123,1.542,132,1.283,134,0.861,159,0.778,188,0.844,196,2.437,203,1.849,209,1.243,212,4.323,213,0.807,233,1.495,246,1.849,247,0.828,258,0.61,259,0.921,261,0.914,263,0.927,264,0.89,297,0.35,311,2.737,354,1.129,355,1.542,361,1.328,368,1.037,382,1.129,383,1.119,385,1.037,406,3.522,413,3.616,469,1.849,480,2.1,525,1.623,526,1.542,527,1.568,532,1.542,533,2.1,534,2.192,535,2.023,536,3.474,537,2.192,538,2.192,549,1.623,563,2.307,564,2.023,572,6.285,574,2.023,580,2.192,605,2.462,606,2.307,607,2.462,608,1.9,609,2.192,610,3.626,611,6.631,612,2.307,613,2.023,614,6.631,615,4.073,616,2.697,617,2.697]],["t/428",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/430",[2,2.534,14,3.42,43,2.044,44,1.778,59,4.217,113,2.566,257,3.45,445,5.295]],["t/432",[40,1.874,43,2.415,44,1.715,258,1.847,297,1.298,384,2.605,420,4.668]],["t/434",[40,2.087,43,2.571,297,1.27,384,2.516,420,4.508,428,4.835]],["t/436",[22,1.686,38,1.792,43,1.454,44,2.109,159,1.738,188,1.885,213,1.803,215,1.96,247,1.849,258,1.363,259,2.056,260,2.07,261,2.042,262,1.814,263,2.07,264,1.987,265,2,297,1.213,368,2.316,417,3.932,618,9.346,619,6.022,620,4.242]],["t/438",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/440",[2,2.102,14,1.948,24,1.056,27,1.718,44,1.911,53,1.884,59,2.402,73,2.346,85,1.948,108,2.596,113,2.128,147,3.918,174,3.616,209,3.814,213,1.443,215,1.569,257,1.965,264,1.59,265,1.601,281,4.895,297,0.911,329,2.198,354,2.017,361,2.373,408,2.851,409,2.851,411,4.812,445,3.015,446,4.125,447,3.753,448,3.079,449,3.753,450,2.633,451,3.498,452,3.147,453,4.812,454,3.616]],["t/442",[44,1.883,113,3.207,257,3.652,297,1.163]],["t/444",[40,1.647,44,1.846,258,1.989,297,1.357,384,2.805]],["t/446",[40,1.938,44,1.812,257,3.515,297,1.342,384,2.752]],["t/448",[22,2.033,38,2.16,44,1.525,134,2.317,159,2.095,188,2.272,247,2.229,258,1.643,259,2.479,260,2.496,261,2.462,262,2.187,263,2.496,297,0.942,368,2.792,382,3.038,383,3.011]],["t/450",[40,1.231,43,2.102,44,1.65,134,2.778,213,1.319,215,1.434,264,1.453,265,1.463,282,2.372,297,1.13,373,3.091,375,3.196,376,3.196,382,3.643,383,3.611,408,2.605,409,2.605,435,3.756,443,3.196,525,2.651,526,3.756,527,2.56,528,3.954,529,4.927,530,4.502,531,4.927,559,3.954,621,4.021,622,4.021]],["t/452",[44,1.883,113,3.207,257,3.652,297,1.163]],["t/454",[40,1.647,44,1.846,258,1.989,297,1.357,384,2.805]],["t/456",[40,1.938,44,1.812,257,3.515,297,1.342,384,2.752]],["t/458",[22,1.857,38,1.973,44,1.393,134,2.116,154,2.703,159,1.913,188,2.075,247,2.036,258,1.5,259,2.264,260,2.28,261,2.248,262,1.998,263,2.28,297,0.861,353,2.635,368,2.55,382,2.775,383,2.75,394,3.622,453,4.545,454,4.974,456,5.389]],["t/460",[40,1.086,43,1.932,44,1.68,134,2.552,213,1.735,215,1.886,264,1.911,265,1.924,282,3.12,297,1.038,373,2.727,375,2.82,376,2.82,382,3.347,383,3.317,408,3.426,409,3.426,435,3.313,443,2.82,525,3.488,526,3.313,527,3.368,528,3.488,529,4.346,530,3.971,531,4.346,559,3.488]],["t/462",[44,1.883,113,3.207,257,3.652,297,1.163]],["t/464",[40,1.647,44,1.846,258,1.989,297,1.357,384,2.805]],["t/466",[40,1.938,44,1.812,257,3.515,297,1.342,384,2.752]],["t/468",[22,1.941,38,2.062,44,1.456,134,2.212,154,2.825,159,2,188,2.169,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.088,263,2.383,297,0.9,368,2.666,382,2.9,383,2.875,394,3.786,453,4.751]],["t/470",[40,1.059,43,1.898,44,1.652,134,2.509,213,1.692,215,1.84,264,1.864,265,1.877,282,3.043,297,1.02,353,2.246,373,2.66,375,2.75,376,2.75,382,3.289,383,3.26,408,3.342,409,3.342,435,3.232,443,2.75,456,4.593,526,3.232,528,3.402,529,4.239,530,3.874,531,4.239,559,3.402,621,5.16,622,5.16]],["t/472",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/474",[24,1.89,44,1.812,85,3.485,113,2.614,209,3.973,257,3.515,358,4.015]],["t/476",[40,1.874,44,1.715,194,4.396,258,1.847,297,1.298,384,2.605,450,4.459,623,5.456]],["t/478",[40,2.112,44,1.715,194,4.396,297,1.298,384,2.605,623,5.456]],["t/480",[22,2.001,38,2.126,44,1.933,134,2.281,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,382,2.991,383,2.964,450,3.904]],["t/482",[24,1.822,213,2.488,215,2.705,264,2.742,265,2.761,358,3.87,475,5.854,624,8.312,625,8.312]],["t/484",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/486",[24,1.855,44,1.778,113,2.566,257,3.45,298,5.005,354,3.542,358,3.941,378,3.48]],["t/488",[40,1.854,44,1.685,194,4.319,258,1.815,297,1.284,384,2.56,385,3.085,476,5.65,623,5.361]],["t/490",[40,2.112,44,1.715,194,4.396,297,1.298,384,2.605,623,5.456]],["t/492",[24,1.964,358,4.172,431,6.721,475,6.311,477,7.667]],["t/494",[22,1.884,38,2.002,44,1.858,134,2.147,159,1.941,188,2.106,247,2.065,258,1.522,259,2.297,260,2.313,261,2.281,262,2.027,263,2.313,297,0.873,368,2.588,382,2.815,383,2.79,385,2.588,386,3.623,387,3.787,476,4.739]],["t/496",[213,2.736,215,2.975,264,3.015,265,3.035]],["t/498",[1,1.513,13,2.302,24,1.753,53,2.265,103,4.815,116,3.326,209,2.67,220,3.971,233,3.212,286,2.065,287,2.021,288,2.065,289,2.006,290,1.924,297,0.752,354,2.425,355,3.313,369,2.539,392,3.212,450,3.165,478,6.501,479,6.501,480,6.227,481,4.957,482,4.957]],["t/500",[44,1.846,113,3.17,219,4.922,297,1.141]],["t/502",[40,1.874,44,2.101,219,3.842,258,1.847,297,1.298,384,2.605,523,4.459]],["t/504",[40,2.099,44,2.079,219,3.775,297,1.284,384,2.56,523,4.381]],["t/506",[22,1.912,38,2.032,44,1.435,134,2.179,159,1.97,188,2.137,219,3.214,247,2.096,258,1.545,259,2.331,260,2.348,261,2.315,262,2.057,263,2.348,297,0.886,368,2.626,382,2.857,383,2.832,525,4.11,526,3.905,527,3.969]],["t/508",[206,4.558,213,3.061,215,3.328,264,2.792,265,2.811,355,4.84]],["t/510",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/512",[33,4.471,44,1.502,61,3.904,73,4.477,113,2.167,207,5.876,378,2.938,495,4.777,626,8.269,627,4.777,628,6.525,629,6.525,630,6.525,631,6.525]],["t/514",[40,1.854,44,2.079,258,1.815,297,1.284,384,2.56,385,3.085,523,4.381,632,7.323]],["t/516",[485,8.143,528,5.729]],["t/518",[40,1.979,44,1.876,61,3.73,85,2.759,297,1.159,384,2.179,440,5.122,495,4.564,523,3.73,528,4.11,626,5.55,629,6.234,631,6.234,633,6.828,634,5.316,635,4.81]],["t/520",[22,1.83,38,1.945,44,1.373,134,2.086,159,1.886,188,2.046,247,2.007,258,1.479,259,2.232,260,2.247,261,2.216,262,1.969,263,2.247,297,0.848,368,2.514,382,2.735,383,2.711,385,2.514,386,3.52,387,3.679,525,3.935,526,3.738,527,3.8,632,5.968]],["t/522",[437,8.143,528,5.729]],["t/524",[206,4.319,213,2.962,215,3.22,264,2.646,265,2.664,355,4.587,626,6.519,636,5.017,637,8.021]],["t/526",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/528",[44,1.883,51,4.311,113,2.716,196,4.894,378,3.684]],["t/530",[40,1.854,44,2.079,258,1.815,297,1.284,384,2.56,385,3.085,523,4.381,638,7.323]],["t/532",[22,1.941,159,2.893,212,3.786,406,3.681,413,3.412,541,5.634,546,4.427,550,5.634,559,4.173,560,4.751,565,4.525,566,4.633,567,3.786,569,6.328,570,5.634,575,5.396,602,4.751,639,5.634]],["t/534",[159,2.682,406,3.856,543,5.114,545,5.446,550,5.901,559,4.37,565,4.74,566,4.852,567,3.966,576,5.652,577,5.652,578,5.652,579,4.637,639,5.901,640,7.26,641,7.26]],["t/536",[1,1.04,2,1.823,21,2.009,27,1.42,32,2.06,35,1.939,40,1.551,44,1.279,51,3.556,73,3.596,85,1.61,94,2.663,108,2.145,113,2.24,134,1.271,159,1.757,184,3.238,191,1.985,194,2.145,196,3.326,212,2.176,252,3.665,297,0.79,351,2.492,358,3.441,384,1.271,392,4.587,413,1.961,452,2.601,510,2.731,523,2.176,532,3.482,559,2.398,560,2.731,565,3.975,567,2.176,570,6.007,580,6.007,581,3.637,582,3.102,583,3.637,601,3.238,642,3.984]],["t/538",[22,1.83,38,1.945,44,1.373,134,2.086,159,1.886,188,2.046,247,2.007,258,1.479,259,2.232,260,2.247,261,2.216,262,1.969,263,2.247,297,0.848,368,2.514,382,2.735,383,2.711,385,2.514,386,3.52,387,3.679,525,3.935,526,3.738,527,3.8,638,5.968]],["t/540",[22,1.971,159,2.628,212,3.844,246,4.824,336,4.594,406,3.737,413,3.465,541,5.72,546,4.494,559,4.236,560,4.824,565,4.594,566,4.704,567,3.844,610,5.72,639,5.72,643,5.72,644,6.425]],["t/542",[2,1.459,19,1.607,23,2.661,27,1.736,44,1.92,51,4.67,75,4.425,134,1.555,196,3.864,201,3.181,206,2.623,212,3.864,213,2.118,215,2.303,218,2.344,264,1.607,265,1.618,311,2.988,355,2.786,412,3.339,452,3.181,469,3.339,532,2.786,533,3.793,534,3.96,535,3.654,536,3.793,537,5.749,538,5.749,636,3.047,645,2.988,646,4.448,647,3.793,648,3.432]],["t/544",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/546",[1,2.403,24,1.566,43,1.726,44,1.933,53,3.596,85,2.888,103,4.302,113,2.789,132,3.401,191,3.561,297,0.928,385,2.749,451,5.187,452,4.666]],["t/548",[40,1.854,44,2.079,191,3.996,258,1.815,297,1.284,384,2.56,385,3.085,523,4.381]],["t/550",[154,3.879,546,6.078]],["t/552",[1,2.039,5,3.372,35,2.123,40,1.624,42,2.099,44,1.37,71,3.463,73,2.123,85,2.635,104,3.926,106,2.495,108,3.511,125,2.418,204,4.359,206,3.511,209,2.01,297,0.846,300,3.791,384,1.392,509,4.257,523,2.383,539,4.733,546,4.165,575,3.397,579,4.987,592,3.397,609,3.546,635,4.593,649,5.3,650,4.47,651,5.077,652,4.165,653,3.397,654,2.916]],["t/554",[22,1.83,38,1.945,44,1.373,134,2.086,159,1.886,188,2.046,191,3.256,247,2.007,258,1.479,259,2.232,260,2.247,261,2.216,262,1.969,263,2.247,297,0.848,368,2.514,382,2.735,383,2.711,385,2.514,386,3.52,387,3.679,525,3.935,526,3.738,527,3.8]],["t/556",[154,3.879,546,6.078]],["t/558",[1,1.958,72,5.139,73,3.648,96,3.109,188,2.346,264,2.473,265,2.49,274,4.358,461,6.415,473,5.837,474,6.845,655,7.497,656,5.624,657,6.415,658,7.497]],["t/560",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/562",[1,2.641,34,4.54,44,1.746,61,4.54,191,4.141,195,5.003,656,6.234,659,6.755]],["t/564",[40,1.854,44,2.079,61,4.381,258,1.815,297,1.284,384,2.56,385,3.085,523,4.381]],["t/566",[656,7.139,657,8.143]],["t/568",[1,1.99,40,2.062,44,2.014,85,3.08,208,4.868,297,1.244,384,2.432,523,4.163,656,5.717]],["t/570",[22,1.83,38,1.945,44,1.373,61,3.57,134,2.086,159,1.886,188,2.046,247,2.007,258,1.479,259,2.232,260,2.247,261,2.216,262,1.969,263,2.247,297,0.848,368,2.514,382,2.735,383,2.711,385,2.514,386,3.52,387,3.679,525,3.935,526,3.738,527,3.8]],["t/572",[656,7.139,657,8.143]],["t/574",[213,2.736,215,2.975,264,3.015,265,3.035]],["t/576",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/578",[44,1.812,99,5.191,113,2.614,209,3.973,634,6.714,635,6.074,652,5.508]],["t/580",[40,1.874,44,2.101,99,4.914,258,1.847,297,1.298,384,2.605,523,4.459]],["t/582",[281,5.197,349,6.593,634,6.843,635,6.191,652,5.613,660,7.143]],["t/584",[40,2.099,44,2.079,85,3.241,297,1.284,384,2.56,523,4.381]],["t/586",[22,1.857,38,1.973,44,1.393,99,3.992,134,2.116,159,1.913,188,2.075,247,2.036,258,1.5,259,2.264,260,2.28,261,2.248,262,1.998,263,2.28,297,0.861,368,2.55,382,2.775,383,2.75,386,3.571,387,3.732,525,3.992,526,3.792,527,3.855]],["t/588",[281,5.197,349,6.593,634,6.843,635,6.191,652,5.613,660,7.143]],["t/590",[206,4.558,213,3.061,215,3.328,264,2.792,265,2.811,355,4.84]],["t/592",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/594",[1,2.132,32,4.222,63,5.007,99,4.914,113,2.475,179,4.067,209,3.761,298,4.827,558,7.453,661,8.164]],["t/596",[32,4.077,40,1.834,44,2.057,63,4.835,258,1.784,297,1.27,384,2.516,523,4.306,662,7.197]],["t/598",[40,1.979,44,1.876,63,5.478,85,2.759,297,1.159,347,5.55,373,4.203,384,2.179,466,4.564,523,3.73,663,5.55,664,6.828,665,6.234,666,6.828]],["t/600",[22,1.732,32,3.198,38,1.84,44,1.299,134,1.973,159,1.785,188,1.935,247,1.899,258,1.399,259,2.111,260,2.126,261,2.097,262,1.863,263,2.126,297,0.803,314,4.356,345,5.646,347,5.026,368,2.378,373,2.911,382,2.588,383,2.565,525,3.723,526,3.536,527,3.595,662,5.646,665,5.646,667,6.184]],["t/602",[213,2.683,215,2.917,264,2.956,265,2.976,355,5.124]],["t/604",[99,5.729,668,9.518]],["t/606",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/608",[44,1.883,99,5.394,113,2.716,378,3.684,652,5.723]],["t/610",[40,1.854,44,2.079,258,1.815,297,1.284,384,2.56,385,3.085,523,4.381,669,6.519]],["t/612",[99,5.729,336,6.214]],["t/614",[40,2.025,44,1.952,85,2.934,99,5.594,297,1.206,300,4.22,384,2.317,423,5.901,523,3.966,670,7.26,671,5.446]],["t/616",[22,1.83,38,1.945,44,1.373,134,2.086,159,1.886,188,2.046,247,2.007,258,1.479,259,2.232,260,2.247,261,2.216,262,1.969,263,2.247,297,0.848,368,2.514,382,2.735,383,2.711,385,2.514,386,3.52,387,3.679,525,3.935,526,3.738,527,3.8,669,5.313]],["t/618",[99,5.729,660,7.736]],["t/620",[206,4.558,213,3.061,215,3.328,264,2.792,265,2.811,355,4.84]],["t/622",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/624",[1,2.059,14,3.186,44,1.656,85,3.186,113,2.39,209,3.632,249,4.077,253,5.147,300,4.583,354,3.299,418,4.746,419,5.913]],["t/626",[40,1.874,44,1.715,194,4.396,249,4.222,258,1.847,297,1.298,384,2.605,623,5.456]],["t/628",[40,2.112,44,1.715,194,4.396,297,1.298,384,2.605,623,5.456]],["t/630",[22,2.001,38,2.126,44,1.502,134,2.281,159,2.062,188,2.237,247,2.194,249,3.696,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,382,2.991,383,2.964,443,3.478]],["t/632",[1,1.671,4,1.663,14,2.214,36,1.849,40,1.027,43,1.546,44,1.495,56,1.746,63,3.361,73,3.744,85,2.214,88,1.533,96,1.056,159,2.565,171,3.879,209,1.174,213,0.763,215,1.385,227,3.976,249,4.222,264,0.84,265,0.846,268,4.266,270,4.266,271,2.07,272,4.266,273,4.11,275,4.266,276,3.458,281,2.516,283,2.525,284,3.756,295,1.849,300,4.138,314,1.794,375,1.24,376,1.24,417,3.577,422,5.476,423,3.458,424,3.641,435,1.457,483,3.641,485,3.641,487,2.326,488,2.326,489,2.07,492,1.983,493,2.326,494,2.179,495,1.703,496,1.457,497,1.911,672,4.255,673,4.255,674,2.547,675,2.07]],["t/634",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/636",[0,3.142,1,2.252,2,2.582,24,1.89,42,4.149,46,4.296,311,5.289]],["t/638",[19,2.899,24,1.926,113,2.664,124,7.52,134,2.805,676,4.733]],["t/640",[258,2.11,385,3.586,676,5.021]],["t/642",[24,1.474,40,2.044,115,3.73,134,2.147,179,4.407,283,3.1,311,4.127,365,3.73,405,2.894,406,3.573,413,3.312,496,5.058,677,4.127,678,4.127,679,6.142,680,6.142]],["t/644",[22,2.208,38,2.345,159,2.275,247,2.42,258,1.784,259,2.691,260,2.71,261,2.673,262,2.375,368,3.032,385,3.032,676,4.245]],["t/646",[24,1.409,40,1.724,115,2.373,134,1.366,179,3.203,213,1.925,215,2.093,233,2.373,264,1.412,265,1.422,283,1.973,311,4.736,353,2.555,365,2.373,369,1.876,372,3.462,373,3.026,374,3.462,375,3.129,376,3.129,378,2.643,380,2.338,389,2.795,399,2.015,400,2.41,401,2.41,403,2.41,405,1.841,406,2.274,413,2.108,496,3.677,677,2.626,678,2.626,679,3.909,680,3.909,681,3.909,682,2.734,683,3.48,684,2.934,685,3.663,686,3.663,687,3.663,688,3.663]],["t/648",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/650",[19,2.646,21,4.045,24,2.168,53,3.135,113,2.432,134,2.56,245,3.11,411,5.498,676,4.319,689,5.65]],["t/652",[258,2.028,385,3.446,399,4.217,676,4.825,689,6.311]],["t/654",[22,2.134,38,2.268,159,2.199,247,2.34,258,1.725,259,2.602,260,2.62,261,2.584,262,2.296,368,2.931,385,2.931,676,4.104,689,5.369,690,5.717]],["t/656",[2,1.331,19,2.182,24,1.731,40,1.48,115,2.465,179,2.215,213,1.98,215,2.153,235,3.227,264,1.467,265,1.477,283,2.049,297,0.577,329,2.028,334,5.66,353,1.767,365,2.465,369,1.949,371,2.271,377,2.271,378,1.828,389,2.903,399,2.093,405,1.913,406,2.362,407,2.3,413,2.189,492,5.15,496,2.543,530,4.534,677,2.728,678,2.728,691,4.447,692,4.447,693,4.447,694,4.447,695,4.447,696,4.447,697,4.447,698,3.462,699,3.462,700,2.728,701,4.447,702,6.615,703,6.615]],["t/658",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/660",[24,1.964,53,3.502,113,2.716,676,4.825,704,7.667]],["t/662",[258,2.028,385,3.446,399,4.217,676,4.825,704,7.667]],["t/664",[22,2.134,38,2.268,159,2.199,247,2.34,258,1.725,259,2.602,260,2.62,261,2.584,262,2.296,368,2.931,385,2.931,676,4.104,690,5.717,704,6.521]],["t/666",[19,2.693,24,1.789,213,2.994,215,3.256,264,2.693,265,2.711,369,3.578,389,5.33]],["t/668",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/670",[24,1.964,53,3.502,113,2.716,195,5.394,676,4.825]],["t/672",[258,2.11,399,4.388,676,5.021]],["t/674",[22,2.17,38,2.306,159,2.236,247,2.379,258,1.754,259,2.646,260,2.665,261,2.628,262,2.335,368,2.981,676,4.173,690,5.814,705,6.299]],["t/676",[24,1.014,40,1.515,53,1.808,154,1.886,179,2.305,213,2.039,215,2.217,233,2.565,264,1.526,265,1.537,283,2.132,311,2.838,314,3.259,353,1.838,365,2.565,369,2.028,378,2.8,380,2.527,399,2.177,405,1.99,492,5.303,496,2.646,530,3.171,676,2.491,677,2.838,678,2.838,683,3.76,684,3.171,685,3.958,686,3.958,687,3.958,688,3.958,690,3.47,705,3.76,706,4.224,707,4.224,708,4.224,709,4.224,710,4.224,711,4.224,712,4.224,713,4.224,714,6.219,715,6.219,716,4.224]],["t/678",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/680",[2,2.736,113,2.77,195,5.501,676,4.921]],["t/682",[258,2.154,676,5.125]],["t/684",[40,1.616,233,4.78,353,3.427,365,4.78,405,3.709,683,7.009,684,5.911]],["t/686",[22,2.246,38,2.386,159,2.315,247,2.462,258,1.815,259,2.739,260,2.758,261,2.72,262,2.416,368,3.085,676,4.319]],["t/688",[24,1.004,40,1.506,154,1.867,179,2.282,213,2.024,215,2.201,233,2.539,264,1.511,265,1.521,283,2.11,311,2.809,314,3.226,353,1.82,365,2.539,369,2.007,378,2.78,380,2.502,399,2.156,405,1.97,492,5.264,496,2.619,530,3.139,676,3.641,677,2.809,678,2.809,683,3.723,684,3.139,685,3.919,686,3.919,687,3.919,688,3.919,690,3.436,705,3.723,706,4.182,707,4.182,708,4.182,709,4.182,710,4.182,711,4.182,712,4.182,713,4.182,714,6.173,715,6.173,716,4.182,717,4.58]],["t/690",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/692",[24,1.964,53,3.502,113,2.716,219,4.217,676,4.825]],["t/694",[219,4.301,258,2.068,399,4.301,676,4.921]],["t/696",[22,2.134,38,2.268,159,2.199,219,3.587,247,2.34,258,1.725,259,2.602,260,2.62,261,2.584,262,2.296,368,2.931,676,4.104,690,5.717,705,6.195]],["t/698",[213,2.736,215,2.975,264,3.015,265,3.035]],["t/700",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/703",[1,1.783,13,2.713,15,4.11,24,1.496,27,2.433,53,2.669,64,2.91,105,4.955,113,2.07,116,3.007,205,4.68,233,3.785,354,2.857,355,3.905,468,4.68,601,5.55,718,4.361,719,6.828,720,6.828,721,6.828]],["t/705",[1,0.976,4,0.854,14,1.51,19,1.912,24,0.819,40,0.409,43,1.932,44,1.924,51,1.051,61,2.674,103,4.273,112,1.193,113,1.484,116,1.648,171,1.884,191,1.861,196,1.193,203,1.497,207,3.126,208,1.395,233,1.211,238,1.426,242,1.7,253,1.426,290,0.725,351,2.337,354,0.914,355,2.136,356,1.994,359,3.036,360,1.994,361,1.839,362,4.469,378,2.012,385,3.212,394,2.674,450,3.165,478,3.036,479,3.036,480,2.908,489,1.775,722,3.196,723,1.994,724,5.29,725,3.736,726,3.736,727,9.725,728,7.586,729,7.998,730,8.147,731,3.41,732,3.036,733,3.196,734,1.994,735,2.184]],["t/707",[13,3.492,27,3.132,195,5.291,203,6.024,245,3.407,736,7.143]],["t/709",[258,2.154,736,7.736]],["t/711",[38,2.774,262,2.809,689,6.568]],["t/713",[233,5.066,264,3.015,265,3.035,580,7.428]],["t/715",[32,3.287,154,2.59,213,1.903,262,1.915,281,3.758,314,4.477,373,4.009,602,5.838,737,5.802,738,6.356,739,6.356,740,6.356,741,5.802,742,6.356,743,6.356,744,6.356,745,6.356,746,6.356,747,5.802,748,6.356,749,6.356,750,5.802,751,6.356,752,6.356]],["t/717",[0,3.162,1,1.707,2,1.957,27,2.329,133,4.369,163,5.089,192,4.48,497,4.903,544,4.811,594,5.593,700,4.009,753,4.903,754,6.537,755,5.593,756,7.425,757,6.537,758,6.537,759,5.593,760,5.968,761,4.903,762,4.903]],["t/719",[0,1.756,1,1.833,2,1.443,6,2.757,13,2.789,21,2.431,24,1.538,43,1.164,44,1.013,46,2.402,71,2.56,76,2.431,80,2.851,119,3.918,148,3.222,171,3.54,190,3.396,192,3.304,199,3.147,218,3.377,238,5.937,290,1.601,353,1.915,358,3.855,361,2.373,450,2.633,455,2.633,539,3.498,645,2.957,654,3.222,736,3.918,763,7.02,764,6.409,765,4.821,766,4.401,767,4.821,768,4.821]],["t/721",[0,1.56,13,1.701,24,2.016,27,1.526,40,1.205,53,1.673,64,1.824,67,3.211,76,3.894,77,2.133,113,1.298,188,1.34,238,5.041,247,1.314,257,1.745,263,1.472,283,1.973,297,1.002,328,2.274,329,3.914,350,3.211,351,4.022,352,3.663,353,3.068,354,1.791,358,1.993,398,2.861,405,3.321,406,2.274,428,2.626,439,2.678,535,3.211,769,3.909,770,3.909,771,3.48,772,3.909,773,6.43,774,4.281,775,3.48,776,4.281,777,4.281]],["t/723",[1,1.089,4,1.629,13,0.704,14,1.259,19,1.656,24,1.8,27,2.927,33,5.298,40,0.94,43,2.342,44,1.98,46,0.882,61,2.277,64,0.755,77,0.882,103,1.875,108,0.954,121,1.108,134,1.601,171,3.644,172,1.214,191,2.5,194,3.079,219,2.966,245,1.208,257,2.33,273,3.127,283,1.435,297,1.327,328,0.941,329,2.288,351,1.108,354,1.303,358,0.825,385,1.603,394,1.701,398,1.184,439,1.108,466,1.184,548,3.494,615,1.617,652,1.131,733,2.665,769,1.617,770,1.617,771,1.439,772,1.617,778,1.214,779,8.213,780,4.169,781,1.771,782,5.019,783,1.771]],["t/725",[1,2.063,4,1.738,5,3.421,13,2.628,21,2.243,24,1.45,27,1.585,43,1.908,44,1.659,59,2.215,71,2.362,76,2.243,80,2.63,88,2.677,98,3.615,106,2.543,132,2.116,171,4.411,191,2.215,243,3.336,257,2.696,297,0.577,328,2.362,329,2.028,351,2.782,361,3.889,369,1.949,378,1.828,393,2.63,428,2.728,444,2.585,447,3.462,450,2.429,579,2.84,671,3.336,755,3.805,784,2.782,785,4.447,786,6.615,787,4.06,788,3.615]],["t/727",[43,2.469,257,3.45,286,3.016,287,2.952,288,3.016,298,5.005,450,4.624]],["t/729",[43,2.469,286,3.016,287,2.952,288,3.016,298,5.005,378,3.48,450,4.624]],["t/731",[24,1.855,44,1.778,113,2.566,209,3.9,257,3.45,298,5.005,354,3.542,358,3.941]],["t/733",[40,1.874,44,1.715,194,4.396,258,1.847,297,1.298,384,2.605,450,4.459,623,5.456]],["t/735",[40,2.112,44,1.715,194,4.396,297,1.298,384,2.605,623,5.456]],["t/737",[22,1.941,38,2.062,44,1.456,159,2,188,2.169,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.088,263,2.383,297,0.9,368,2.666,385,2.666,386,3.732,387,3.901,443,3.373,450,3.786,789,5.93]],["t/739",[24,1.822,213,2.488,215,2.705,264,2.742,265,2.761,358,3.87,380,4.54,430,6.471,475,5.854]],["t/741",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/743",[24,1.855,44,1.778,113,2.566,257,3.45,298,5.005,354,3.542,358,3.941,378,3.48]],["t/745",[40,1.854,44,1.685,194,4.319,258,1.815,297,1.284,384,2.56,385,3.085,476,5.65,623,5.361]],["t/747",[40,2.112,44,1.715,194,4.396,297,1.298,384,2.605,623,5.456]],["t/749",[24,1.964,358,4.172,431,6.721,475,6.311,477,7.667]],["t/751",[22,2.066,38,2.195,44,1.55,159,2.129,188,2.308,247,2.265,258,1.669,259,2.519,260,2.536,261,2.501,262,2.222,263,2.536,297,0.957,443,3.59,476,5.196,789,6.312]],["t/753",[213,2.736,215,2.975,264,3.015,265,3.035]],["t/755",[1,1.513,13,2.302,24,1.753,53,2.265,103,4.815,116,3.326,209,2.67,220,3.971,233,3.212,286,2.065,287,2.021,288,2.065,289,2.006,290,1.924,297,0.752,354,2.425,355,3.313,369,2.539,392,3.212,450,3.165,478,6.501,479,6.501,480,6.227,481,4.957,482,4.957]],["t/757",[1,2.546,4,2.559,5,3.386,12,2.323,13,1.31,19,1.088,24,1.151,32,1.705,35,1.605,43,2.285,44,2.1,51,3.15,52,2.153,53,1.289,71,3.477,73,1.605,76,4.381,80,1.95,82,3.941,85,1.332,99,1.985,104,1.985,109,3.7,132,2.499,172,2.26,178,2.022,185,2.821,191,2.617,196,2.869,385,1.268,510,2.26,552,2.393,608,2.323,761,2.473,790,2.68,791,4.796,792,4.796,793,2.821,794,3.297,795,3.297,796,3.297,797,3.297,798,3.297,799,4.796,800,3.297,801,2.567]],["t/760",[0,1.914,1,1.372,2,0.987,6,1.886,7,2.821,8,2.821,13,2.967,14,1.332,15,1.985,22,1.833,24,1.151,27,1.872,42,2.527,46,1.643,53,1.289,64,1.405,76,2.649,82,1.985,113,1.985,116,3.069,127,3.94,166,3.01,188,1.032,203,4.488,205,2.26,213,0.987,215,1.073,238,2.153,247,1.012,257,1.344,262,0.993,264,1.088,265,1.095,283,1.519,297,0.428,350,2.473,351,2.063,352,2.821,355,3.744,369,2.87,385,1.268,411,2.26,462,2.204,468,4.488,507,2.26,700,2.022,718,2.106,730,3.01,762,2.473,802,3.297,803,3.297,804,3.297,805,2.26,806,2.821,807,3.297,808,3.297,809,5.253,810,4.796,811,3.297,812,2.68,813,2.323,814,3.297,815,3.297]],["t/762",[0,2.107,1,1.51,2,1.731,13,1.48,27,1.328,88,2.243,102,3.401,117,4.196,143,3.693,171,1.879,179,1.856,188,1.809,196,3.871,242,2.901,243,2.794,246,3.963,257,1.518,262,1.122,293,6.491,353,1.48,413,1.834,579,2.379,608,2.624,613,2.794,643,3.028,671,2.794,788,3.028,790,4.7,816,4.7,817,3.188,818,3.188,819,2.901,820,2.704,821,3.188,822,3.028,823,3.188,824,2.794,825,3.028,826,3.188,827,3.188,828,2.901,829,3.188,830,3.028,831,4.073,832,4.947,833,4.502,834,3.188,835,3.188,836,3.188,837,2.624,838,2.901,839,3.725,840,3.401,841,3.775,842,2.553,843,3.401,844,3.028,845,3.725,846,3.401]],["t/764",[0,0.988,1,0.708,2,1.342,13,2.277,20,2.927,23,2.449,24,0.595,27,1.598,40,0.508,43,0.655,44,0.57,53,1.752,71,2.381,88,2.699,96,1.125,106,1.551,108,3.085,117,1.969,125,2.485,143,2.863,171,2.889,179,1.351,188,1.403,192,1.859,206,1.461,242,2.112,243,2.035,246,3.073,257,1.106,262,1.351,283,1.25,297,0.352,351,1.697,353,1.078,358,1.263,361,1.336,445,1.697,504,2.805,586,1.969,607,2.477,610,3.644,613,4.298,671,3.363,771,3.644,788,2.205,791,2.477,816,2.205,818,2.321,819,2.112,820,3.254,821,2.321,822,4.657,823,2.321,824,4.298,825,3.644,826,2.321,827,2.321,828,2.112,831,4.688,833,2.112,836,2.321,837,1.911,838,2.112,840,2.477,841,4.345,842,3.073,843,2.477,844,2.205,846,2.477,847,4.093,848,2.321,849,2.713,850,2.477,851,2.112,852,2.477,853,2.321,854,2.205,855,2.713,856,2.713,857,3.836,858,2.477,859,2.321,860,2.713,861,2.713]],["t/766",[0,2.098,1,1.269,2,1.939,13,0.86,20,1.412,23,1.182,24,0.812,27,0.771,40,0.694,59,1.846,67,1.623,71,1.149,73,1.053,79,1.684,88,2.231,103,1.302,106,1.237,108,4.288,117,2.689,143,2.366,160,1.412,171,1.869,188,2.026,196,2.655,234,1.975,238,1.412,239,5.257,243,1.623,246,3.947,257,1.981,262,1.116,284,1.483,293,5.263,300,1.257,351,3.602,353,0.86,354,0.905,361,1.065,413,1.065,504,1.353,505,5.701,539,1.57,579,1.382,610,1.758,613,2.779,643,1.758,654,1.446,671,5.664,689,1.524,771,3.012,816,5.263,819,1.684,820,2.689,822,3.951,824,2.779,825,1.758,828,1.684,829,1.851,830,1.758,831,4.056,832,3.17,833,2.885,834,1.851,835,3.17,837,1.524,841,2.419,842,2.54,847,3.383,850,3.383,851,1.684,852,1.975,854,1.758,862,4.437,863,3.784,864,1.975,865,4.861,866,3.383,867,2.163,868,3.706]],["t/768",[0,3.084,1,2.211,2,2.534,19,2.792,24,1.855,42,4.073,46,4.217,378,3.48]],["t/770",[2,2.437,24,1.784,27,2.118,59,2.961,73,2.893,108,3.201,113,1.802,209,4.277,213,1.78,215,1.935,257,2.423,264,1.961,265,1.974,281,5.489,354,2.487,408,3.515,409,3.515,411,5.579,446,5.086,451,4.314,452,3.881,453,5.579,454,4.459]],["t/772",[24,2.086,258,2.154]],["t/775",[22,2.17,24,1.699,38,2.306,159,2.236,188,2.425,247,2.379,258,1.754,259,2.646,260,2.665,261,2.628,262,2.335,263,2.665,368,2.981]],["t/777",[0,1.694,2,1.769,4,2.084,19,2.255,24,0.621,40,1.201,43,1.288,44,1.12,59,0.794,85,2.155,115,2.125,179,0.794,213,0.849,215,0.923,257,0.649,263,0.548,264,0.525,265,0.529,274,2.703,283,0.734,297,0.979,329,3.441,353,2.119,365,0.883,369,0.698,371,2.723,372,4.064,373,3.552,374,4.064,375,3.672,376,3.672,377,2.723,378,2.192,379,2.397,380,2.54,397,0.883,399,2.51,400,2.617,401,3.001,402,3.049,403,3.001,404,1.092,405,3.103,406,0.846,407,2.757,408,0.942,409,0.942,416,1.895,417,1.851,430,1.24,431,1.195,432,1.363,496,0.911,602,1.092,620,1.997,677,0.977,678,0.977,682,1.811,869,2.781,870,2.781,871,1.24,872,1.24,873,1.24,874,1.24,875,1.122,876,1.454,877,2.589,878,1.454,879,1.454,880,1.454,881,1.454,882,1.454,883,1.454]],["t/780",[22,2.099,24,1.643,38,2.231,159,2.163,188,2.346,247,2.302,258,1.696,259,2.56,260,2.578,261,2.542,262,2.259,263,2.578,282,4.037,368,2.883,453,5.139]],["t/782",[0,1.144,2,1.512,4,1.974,19,1.666,24,1.107,40,0.947,43,1.22,44,1.061,85,2.041,115,3.512,213,1.512,215,1.644,257,1.28,263,1.079,264,1.036,265,1.043,274,1.825,282,1.691,297,0.942,329,3.311,350,2.355,353,2.007,369,1.376,371,2.579,372,3.909,373,3.417,374,3.909,375,3.533,376,3.533,377,2.579,378,2.076,380,1.715,397,1.74,399,2.377,400,2.843,401,2.843,402,2.888,403,2.843,404,2.152,405,2.725,406,1.667,407,2.612,408,1.856,409,1.856,416,2.098,417,2.05,602,2.152,620,2.211,682,2.005,869,2.278,870,2.278,875,2.211,884,3.14,885,2.866,886,2.866]],["t/785",[22,2.001,24,1.566,38,2.126,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,336,4.666,368,2.749,453,4.899,454,5.361,885,6.525,886,6.525]],["t/787",[0,1.877,2,1.542,4,2.013,19,2.429,24,0.868,40,0.965,43,1.244,44,1.082,85,2.082,199,1.527,213,1.186,215,1.289,257,0.954,264,0.772,265,0.777,274,2.995,297,0.956,329,3.358,336,1.527,353,2.047,369,1.025,371,2.63,372,3.965,373,3.466,374,3.965,375,3.583,376,3.583,377,2.63,378,2.118,379,3.222,380,2.814,399,2.424,400,2.23,401,2.899,402,2.946,403,2.899,405,3.167,407,2.664,408,1.383,409,1.383,416,1.564,417,1.527,430,1.822,431,1.755,432,2.002,602,1.604,620,1.648,682,1.494,869,2.875,870,2.875,876,2.136,877,3.616,878,2.136,879,2.136,880,2.136,881,2.136,882,2.136,883,2.136,887,2.34,888,2.34]],["t/790",[22,2.099,24,1.643,38,2.231,159,2.163,188,2.346,247,2.302,258,1.696,259,2.56,260,2.578,261,2.542,262,2.259,263,2.578,297,0.973,368,2.883,397,4.156]],["t/792",[2,1.344,4,1.755,19,1.481,24,1.46,40,0.842,43,1.084,44,0.943,59,2.237,85,1.815,115,4.404,154,1.83,213,1.995,215,2.169,257,1.83,263,1.544,264,1.481,265,1.492,297,1.031,329,3.038,353,1.784,369,1.968,371,2.293,372,3.588,373,3.136,374,3.588,375,3.242,376,3.242,377,2.293,378,1.846,397,3.694,398,3.001,399,2.113,400,2.528,401,2.528,402,2.568,403,2.528,404,3.078,405,1.931,406,2.385,407,2.322,408,2.655,409,2.655]],["t/794",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/796",[2,2.631,14,3.551,24,1.926,113,2.664,245,3.407,257,3.582]],["t/798",[24,2.318,40,1.679,258,2.028,889,5.989]],["t/800",[24,2.318,40,1.982,889,5.989]],["t/802",[22,2.134,24,1.67,38,2.268,159,2.199,188,2.385,247,2.34,258,1.725,259,2.602,260,2.62,261,2.584,262,2.296,263,2.62,368,2.931,380,4.163]],["t/804",[0,1.504,2,1.236,4,1.613,14,1.668,19,1.362,24,0.905,40,1.415,43,0.997,44,0.867,85,1.668,179,2.056,213,1.873,215,2.036,245,1.6,264,1.362,265,1.371,274,2.399,283,1.902,297,0.812,329,2.852,353,1.64,365,2.288,369,1.809,371,2.107,372,3.368,373,2.944,374,3.368,375,3.044,376,3.044,377,2.107,378,1.697,380,2.254,399,1.942,400,2.323,402,2.36,403,2.323,405,2.69,407,2.134,416,2.759,417,2.695,496,2.36,620,2.907,677,2.531,678,2.531,682,2.636,869,2.995,870,2.995,871,3.213,872,3.213,873,3.213,874,3.213,875,2.907,890,4.127]],["t/806",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/808",[14,3.299,24,2.192,27,2.909,53,3.191,113,2.475,245,3.165,257,3.327,353,3.244,891,6.635]],["t/810",[24,2.003,258,2.068,353,3.631,892,8.343]],["t/812",[24,2.043,353,4.302]],["t/814",[22,2.099,24,1.643,38,2.231,159,2.163,188,2.346,247,2.302,258,1.696,259,2.56,260,2.578,261,2.542,262,2.259,263,2.578,368,2.883,875,5.281,892,6.845]],["t/816",[0,1.504,2,1.236,4,1.613,14,1.668,19,1.362,24,0.905,40,1.415,43,0.997,44,0.867,85,1.668,179,2.056,213,1.873,215,2.036,245,1.6,264,1.362,265,1.371,274,2.399,283,1.902,297,0.812,329,2.852,353,1.64,365,2.288,369,1.809,371,2.107,372,3.368,373,2.944,374,3.368,375,3.044,376,3.044,377,2.107,378,1.697,380,2.254,399,1.942,400,2.323,401,2.323,402,2.36,403,2.323,405,2.69,407,2.134,416,2.759,417,2.695,496,2.36,620,2.907,677,2.531,678,2.531,682,2.636,869,2.995,870,2.995,871,3.213,872,3.213,873,3.213,874,3.213,875,2.907]],["t/818",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/820",[14,3.241,21,4.045,24,1.758,113,2.432,188,2.51,238,5.237,245,3.11,247,2.462,257,3.269,351,5.017,893,5.498]],["t/822",[24,2.043,258,2.11,894,8.513]],["t/824",[22,2.134,24,1.67,38,2.268,159,2.199,188,2.385,247,2.34,258,1.725,259,2.602,260,2.62,261,2.584,262,2.296,368,2.931,875,5.369,894,6.958]],["t/826",[0,1.504,2,1.236,4,1.613,14,1.668,19,1.362,24,0.905,40,1.415,43,0.997,44,0.867,85,1.668,179,2.056,213,1.873,215,2.036,245,1.6,264,1.362,265,1.371,274,2.399,283,1.902,297,0.812,329,2.852,353,1.64,365,2.288,369,1.809,371,2.107,372,3.368,373,2.944,374,3.368,375,3.044,376,3.044,377,2.107,378,1.697,380,2.254,399,1.942,400,2.323,401,2.323,402,2.36,403,2.323,405,2.69,407,2.134,416,2.759,417,2.695,496,2.36,620,2.907,677,2.531,678,2.531,682,2.636,869,2.995,870,2.995,871,3.213,872,3.213,873,3.213,874,3.213,875,2.907]],["t/828",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/830",[14,3.299,24,2.192,27,2.909,53,3.191,113,2.475,245,3.165,257,3.327,399,3.842,891,6.635]],["t/832",[24,2.003,258,2.068,399,4.301,895,8.343]],["t/834",[24,2.043,399,5.096]],["t/836",[22,1.971,24,1.542,38,2.094,159,2.031,188,2.202,247,2.16,258,1.592,259,2.403,260,2.42,261,2.386,262,2.12,263,2.42,368,2.707,400,3.961,401,3.961,402,4.024,403,3.961,682,4.494,895,6.425]],["t/838",[0,1.504,2,1.236,4,1.613,14,1.668,19,1.362,24,0.905,40,1.415,43,0.997,44,0.867,85,1.668,179,2.056,213,1.873,215,2.036,245,1.6,264,1.362,265,1.371,274,2.399,283,1.902,297,0.812,329,2.852,353,1.64,365,2.288,369,1.809,371,2.107,372,3.368,373,2.944,374,3.368,375,3.044,376,3.044,377,2.107,378,1.697,380,2.254,399,1.942,400,2.323,401,2.323,402,2.36,403,2.323,405,2.69,407,2.134,416,2.759,417,2.695,496,2.36,620,2.907,677,2.531,678,2.531,682,2.636,869,2.995,870,2.995,871,3.213,872,3.213,873,3.213,874,3.213,875,2.907]],["t/840",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/842",[19,2.956,24,1.964,113,2.716,134,2.859,297,1.163]],["t/844",[24,2.292,40,1.647,258,1.989,385,3.38,889,5.874]],["t/846",[0,2.223,2,1.827,40,1.553,154,4.114,179,3.04,274,3.547,283,2.812,297,1.221,327,3.984,328,3.241,329,3.779,365,3.383,405,3.564,407,3.156,496,3.489,677,3.743,678,3.743,698,4.751,699,4.751,896,4.751,897,4.96]],["t/848",[0,1.031,1,1.541,2,2.769,4,2.307,19,1.531,24,2.137,27,1.654,40,0.87,43,1.121,44,0.975,53,1.106,59,1.41,85,1.876,108,1.524,171,2.341,191,1.41,219,2.185,251,1.524,257,1.892,283,2.139,297,1.235,327,3.031,328,4.003,329,4.539,354,1.942,358,2.161,378,1.908,393,1.673,405,1.996,407,1.463,410,4.157,413,1.393,450,3.224,513,2.123,778,3.182,812,2.3,853,5.842,889,1.891,893,3.182,898,3.769,899,2.3,900,2.584,901,1.94,902,2.3]],["t/850",[0,2.525,22,1.941,24,1.519,38,2.062,159,2,188,2.169,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.717,263,2.383,297,0.9,368,2.666,385,2.666,386,3.732,387,3.901,903,5.93]],["t/852",[0,1.464,2,1.203,19,2.451,24,0.881,40,1.392,43,0.971,44,0.844,154,3.388,179,2.002,213,1.835,215,1.995,264,1.326,265,1.335,274,2.336,283,1.852,297,0.964,327,2.624,328,2.134,329,2.795,353,1.597,365,2.228,369,1.761,371,2.052,372,3.301,373,2.885,374,3.301,375,2.983,376,2.983,377,2.052,378,1.652,379,2.514,380,2.195,389,2.624,399,1.891,400,2.262,401,2.262,402,2.298,405,2.636,407,2.078,496,2.298,677,2.465,678,2.465,682,2.567,698,3.129,699,3.129,896,3.129,897,3.266,903,3.439,904,4.019,905,3.669]],["t/854",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/856",[24,1.926,53,3.435,103,5.291,113,2.664,245,3.407,392,4.872]],["t/858",[24,2.292,40,1.647,258,1.989,394,4.801,889,5.874]],["t/860",[2,1.613,40,1.793,154,3.899,179,2.683,274,3.131,283,2.482,297,1.143,327,3.516,328,2.86,329,3.466,365,2.986,397,2.986,399,2.535,400,3.032,401,3.032,402,3.08,403,3.032,405,3.269,407,2.785,496,3.08,636,3.369,677,3.304,678,3.304,698,4.194,699,4.194,896,4.194,897,4.378,906,5.386,907,4.917]],["t/862",[2,2.941,24,2.261,40,1.486,53,2.236,257,3.232,297,1.275,328,3.039,329,4.48,405,3.41,407,2.959,410,4.03,413,2.817,513,4.292,778,3.922,853,6.784,889,3.824,898,3.654]],["t/864",[0,2.525,22,1.941,24,1.519,38,2.062,159,2,188,2.169,247,2.128,258,1.568,259,2.366,260,2.383,261,2.35,262,2.717,263,2.383,297,0.9,368,2.666,385,2.666,386,3.732,903,5.93,908,6.931]],["t/866",[2,1.182,19,2.425,40,1.544,43,0.954,44,0.83,154,3.357,179,1.968,213,1.811,215,1.969,264,1.303,265,1.312,274,2.296,283,1.82,297,1.069,327,2.579,328,2.098,329,2.758,353,1.569,365,2.189,369,1.731,371,2.017,372,3.257,373,2.847,374,2.127,375,2.943,376,2.943,377,2.017,378,1.624,379,2.471,380,2.157,389,2.579,397,2.189,399,1.859,401,2.223,402,2.259,403,2.223,405,2.601,407,2.043,496,2.259,636,2.471,677,2.423,678,2.423,682,2.523,698,3.075,699,3.075,896,3.075,897,3.21,905,3.606,907,3.606,909,3.95,910,3.95]],["t/868",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/870",[24,1.926,53,3.435,103,5.291,113,2.664,353,3.492,911,8.789]],["t/872",[24,2.266,40,1.616,258,1.951,385,3.317,889,5.764,912,7.873]],["t/874",[24,2.318,40,1.982,889,5.989]],["t/876",[0,2.604,22,2.001,24,1.566,38,2.126,159,2.062,188,2.237,247,2.194,258,1.617,259,2.44,260,2.457,261,2.423,262,2.153,263,2.457,297,0.928,368,2.749,385,2.749,912,6.525,913,6.115]],["t/878",[0,1.703,2,1.399,19,2.683,40,0.876,43,1.129,44,0.982,213,2.054,215,2.234,264,1.542,265,1.552,274,2.717,297,1.163,327,3.051,328,2.482,329,3.129,353,1.857,369,2.048,371,2.386,372,3.695,373,3.23,374,2.517,375,3.339,376,3.339,377,2.386,378,1.921,379,2.923,380,2.553,389,3.051,399,2.199,400,2.631,401,2.631,403,2.631,405,2.951,407,2.417,681,4.267,682,2.985,913,3.999,914,4.674,915,4.674]],["t/880",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/882",[24,2.003,103,5.501,113,2.77,219,4.301]],["t/884",[24,2.292,40,1.647,219,4.136,258,1.989,889,5.874]],["t/886",[24,2.318,40,1.982,889,5.989]],["t/888",[0,2.645,22,2.033,24,1.591,38,2.16,159,2.095,188,2.272,219,3.417,247,2.229,258,1.643,259,2.479,260,2.496,261,2.462,262,2.187,263,2.496,297,0.942,368,2.792,913,6.212]],["t/890",[206,4.558,209,3.9,213,3.061,215,3.328,264,2.792,265,2.811]],["t/892",[116,3.481,286,3.073,287,3.007,288,3.073,289,2.986,290,2.864]],["t/894",[0,2.622,1,2.414,6,3.37,13,2.86,14,1.543,21,1.925,24,0.837,25,3.088,27,2.1,43,0.922,44,0.802,46,4.031,49,3.486,66,2.864,76,2.972,82,3.548,104,2.299,120,6.924,121,2.389,131,4.588,158,4.277,165,5.7,179,1.902,297,0.765,369,1.674,532,2.183,731,3.486,732,3.103,824,6.07,916,2.973,917,5.894,918,2.864,919,2.864,920,5.894,921,3.486,922,3.818,923,3.818,924,5.894,925,5.38,926,3.818,927,3.486]],["t/896",[1,2.245,2,2.896,4,3.781,5,5.003,6,3.685,10,4.677,11,7.849,12,4.54,13,3.416,14,2.604,15,3.88,16,5.238,17,5.884,18,4.677,19,2.126,20,4.208]],["t/898",[0,1.323,1,2.626,2,1.43,3,1.079,4,1.867,5,2.47,12,1.489,13,1.443,14,0.854,24,0.463,27,0.753,32,1.878,34,1.984,35,2.759,38,0.629,40,1.062,42,1.017,43,1.542,44,1.342,46,1.053,51,1.017,58,1.718,61,1.984,63,1.296,69,1.585,71,1.929,72,2.49,73,1.028,76,1.832,80,3.352,82,2.187,96,1.981,104,2.875,106,2.731,108,1.138,120,1.808,121,1.322,125,1.172,160,1.38,165,1.489,171,1.832,178,2.228,186,1.808,187,1.929,188,0.661,191,1.809,204,1.413,206,1.138,207,1.35,208,1.35,209,0.974,212,1.154,217,1.489,245,0.819,247,0.649,282,1.138,283,0.974,297,0.829,299,1.808,300,1.229,369,1.592,440,1.585,441,2.724,444,1.229,463,1.718,464,1.449,465,1.449,466,1.413,473,1.645,495,1.413,509,2.371,520,1.645,528,1.272,532,2.077,545,1.585,546,2.32,559,1.272,560,1.449,579,1.35,592,1.645,609,1.718,635,1.489,649,2.952,650,1.449,651,1.645,652,1.35,653,1.645,654,1.413,663,1.718,718,1.35,824,1.585,925,1.929,927,1.929,928,1.929,929,2.113,930,1.929,931,1.808,932,1.808,933,3.108,934,1.808,935,1.718,936,1.534]],["t/900",[0,1.775,1,2.387,2,2.493,4,3.572,5,4.726,6,4.045,7,4.168,8,4.168,9,3.96,13,1.936,14,1.969,19,1.607,21,2.457,22,1.981,23,2.661,24,1.825,25,4.364,26,4.168,27,1.736,28,4.448,29,3.793,30,4.168,34,2.661,35,2.371,39,4.168,40,0.913,41,3.111,42,2.344,43,1.708,44,1.024]],["t/902",[1,2.355,4,2.709,19,2.287,24,1.519,25,3.632,40,1.69,43,2.421,65,5.199,171,3.495,172,4.751,173,5.396,174,5.199,175,5.93,176,5.93,177,5.634,178,4.251]],["t/904",[1,2.036,5,2.887,14,2.256,19,2.571,24,1.708,33,3.492,43,2.169,44,2.225,65,4.188,76,4.528,82,3.361,85,3.15,104,3.361,132,2.656,171,2.815,179,2.781,180,5.847,181,4.777,182,5.097,183,4.188,184,4.538,185,4.777]],["t/906",[1,2.457,5,3.156,38,2.466,44,1.282,46,3.04,51,3.987,52,6.143,113,2.512,125,3.383,178,3.743,190,4.298,191,4.128,192,5.68,193,6.45,194,5.067,195,3.673]],["t/908",[1,2.403,5,3.993,13,1.701,27,1.526,34,3.512,38,1.274,42,3.094,44,1.933,52,4.198,59,2.133,61,5.025,77,2.133,113,1.298,116,1.442,121,2.678,125,2.373,183,4.823,191,3.847,193,2.934,194,2.305,196,2.338,197,5.006,198,3.48,199,2.795,200,3.48,201,2.795,202,4.823,203,4.407,204,4.298,205,2.934,206,2.305,207,4.106,208,4.106,209,1.973,210,3.333]],["t/910",[1,1.612,3,2.07,5,3.863,6,2.318,15,2.441,22,1.135,25,2.124,27,1.445,34,2.215,38,1.206,44,1.754,46,3.074,51,2.969,53,1.585,59,2.02,61,2.215,95,2.441,113,1.871,125,3.421,153,2.856,191,2.02,193,5.723,194,4.496,211,3.295,212,2.215,213,2.236,214,5.015,215,2.009,216,4.478,217,2.856,218,1.951,219,1.908,220,2.779,221,3.157,222,3.295,223,4.629,224,3.041,225,3.295,226,3.295,227,2.942,228,2.71,229,2.856,535,3.041,652,2.589,736,3.295]],["t/912",[0,1.97,1,2.414,2,2.282,4,1.337,13,1.359,32,1.769,63,2.098,69,4.056,72,4.597,73,3.709,76,1.725,96,3.161,106,3.092,143,2.184,188,2.385,189,2.926,208,2.184,236,3.122,262,1.03,283,1.576,300,1.988,315,2.663,354,1.431,373,1.61,440,2.565,444,1.988,463,2.78,464,2.344,465,2.344,466,3.614,473,4.21,509,2.233,532,3.092,582,2.663,663,2.78,859,2.926,930,4.937,931,5.738,932,4.627,933,2.926,934,2.926,937,4.627,938,3.42,939,3.42,940,3.42,941,3.42,942,3.42,943,3.42,944,2.565,945,3.42,946,3.42,947,3.42,948,3.42,949,3.42,950,3.122,951,3.42,952,3.42]],["t/914",[1,2.151,5,4.26,35,1.922,44,1.271,51,2.91,52,2.579,61,4.015,71,2.098,73,1.922,80,2.336,108,2.127,109,2.782,112,2.157,116,2.037,125,2.189,191,3.013,205,2.707,207,5.261,210,3.075,213,1.182,215,1.286,221,3.075,233,2.189,262,1.19,300,3.516,354,1.653,355,3.459,435,2.259,466,2.64,495,4.043,509,2.579,528,2.378,564,2.963,567,2.157,612,3.379,626,6.695,718,3.863,722,5.175,723,5.522,793,5.175,806,3.379,902,3.21,953,3.95,954,3.606,955,3.379]],["t/916",[6,4.931,718,5.508,893,5.911,956,7.009,957,7.873,958,7.379,959,7.873]],["t/918",[27,3.045,48,3.629,53,2.496,106,2.426,177,3.448,201,2.769,203,6.281,350,3.182,412,2.907,413,2.088,415,7.01,464,2.907,465,5.263,659,3.448,916,3.302,960,4.242,961,6.385,962,4.242,963,4.242,964,4.242,965,4.242,966,8.544,967,8.544,968,3.872,969,4.242,970,4.242,971,6.385,972,4.242,973,4.242,974,4.242,975,3.448,976,4.242,977,4.242,978,4.242,979,4.242,980,4.242,981,4.242,982,4.242,983,4.242,984,4.242,985,4.242,986,4.242]],["t/920",[6,4.931,718,5.508,893,5.911,956,7.009,957,7.873,958,7.379,959,7.873]],["t/922",[1,2.403,4,2.793,13,2.84,32,3.696,63,4.384,282,3.848,444,4.155,466,4.777,513,5.361,532,4.087,663,5.809,932,6.115,933,7.872,934,6.115,935,5.809,936,5.187]],["t/924",[5,3.696,24,1.566,71,4.886,80,4.226,106,4.087,204,4.777,206,3.848,509,4.666,579,4.564,636,4.471,649,5.809,650,4.899,651,5.565,652,5.876,722,6.115,987,7.147]],["t/926",[1,2.552,3,2.382,4,2.679,14,1.151,20,3.046,24,1.299,36,3.386,43,1.827,44,1.802,56,3.198,85,2.395,88,4.891,227,4.974,249,4.932,250,4.615,251,2.512,254,2.314,255,2.314,284,3.198,286,1.015,289,0.986,295,6.225,297,0.982,300,5.388,302,4.698,304,3.792,483,3.992,494,3.992,495,3.118,496,2.668,497,3.5,510,1.952,532,1.628,675,2.314,988,1.819,989,2.6]],["t/928",[1,2.252,4,3.371,34,4.71,40,1.616,41,5.508,42,4.149,43,2.083]],["t/930",[0,3.103,1,2.224,2,2.55,13,2.525,35,3.093,113,1.927,132,3.024,134,2.028,245,2.464,297,0.825,353,2.525,418,3.826,455,5.247,521,3.976,544,3.523,805,4.356,990,4.948,991,4.767,992,4.612,993,4.149,994,4.948]],["t/932",[0,1.496,1,2.551,2,1.23,4,3.071,13,0.69,19,2.22,22,0.858,24,0.381,27,0.619,29,1.353,34,1.673,42,0.836,43,1.818,44,1.504,53,0.679,64,2.11,69,2.297,71,0.923,72,4.271,73,0.846,76,0.876,77,2.046,85,1.66,96,3.123,104,3.399,106,0.994,108,0.936,109,1.224,112,2.704,115,0.963,132,1.457,148,1.161,154,1.674,159,1.629,188,0.544,189,1.487,191,0.866,195,1.844,196,0.949,206,1.649,220,1.191,223,1.303,233,1.698,245,0.674,262,1.237,282,0.936,288,1.464,306,2,308,1.487,336,1.134,354,1.282,369,1.342,413,0.855,440,1.303,444,1.78,452,1.134,461,2.621,462,3.309,464,2.815,465,2.815,489,1.412,497,1.303,505,1.191,507,2.815,509,1.134,532,0.994,540,1.487,544,0.963,549,1.046,586,1.261,608,2.893,630,1.586,659,1.412,689,2.157,778,1.191,799,1.586,817,1.487,854,1.412,896,1.353,931,1.487,988,2.623,995,1.738,996,1.586,997,1.738,998,1.738,999,1.738,1000,1.738,1001,1.586,1002,1.738,1003,1.738,1004,1.738,1005,1.738,1006,1.738,1007,1.738,1008,1.487,1009,3.063,1010,1.738,1011,1.738,1012,1.738,1013,1.738,1014,1.738]],["t/934",[1,2.397,2,0.545,3,0.929,4,2.698,5,0.941,10,1.321,13,1.692,19,2.417,21,1.609,23,0.994,24,0.699,27,0.649,33,1.139,36,1.321,40,0.598,42,2.049,43,2.329,46,2.899,50,1.248,58,1.479,64,4.109,65,1.365,66,1.365,67,2.393,68,3.462,69,1.365,70,1.557,71,0.967,72,1.248,73,0.886,74,1.662,75,3.64,76,1.609,77,0.907,78,1.557,79,1.417,80,1.887,82,1.096,88,1.096,89,2.083,90,1.009,91,1.662,92,1.557,93,1.557,94,1.217,95,1.096,96,0.755,97,1.662,112,3.178,115,1.009,123,3.327,132,0.866,134,1.633,154,0.742,159,0.525,180,1.365,202,1.365,218,0.876,262,0.548,282,0.98,288,2.074,297,0.236,306,1.188,336,1.188,349,1.365,354,1.335,392,1.009,442,2.73,444,3.382,464,1.248,465,1.248,466,2.132,467,1.479,469,1.248,471,1.116,510,2.187,511,1.417,512,2.593,513,1.365,514,1.662,602,1.248,608,4.512,718,1.162,793,1.557,812,1.479,902,1.479,919,1.365,975,1.479,988,3.716,1015,1.417,1016,1.662]],["t/936",[1,2.222,3,2.346,5,3.873,13,2.325,14,1.13,21,3.418,27,0.996,32,1.446,33,1.749,42,1.345,44,1.573,53,2.287,59,2.915,60,2.392,61,2.51,62,2.552,63,2.819,76,1.41,85,1.857,99,5.543,110,2.552,111,2.272,118,2.272,172,1.916,181,2.392,195,1.683,199,1.825,201,1.825,216,4.247,231,1.785,241,2.552,290,1.526,361,2.262,413,1.376,448,1.785,451,2.029,452,1.825,469,1.916,496,1.599,544,2.548,567,1.527,634,3.578,635,3.237,639,3.735,652,4.329,669,2.272,675,2.272,806,2.392,813,1.969,898,1.785,919,2.097,1008,2.392,1017,2.795,1018,2.795,1019,2.795,1020,2.552,1021,2.795,1022,4.596,1023,5.852,1024,2.795,1025,3.932,1026,2.552,1027,2.795,1028,2.795,1029,2.795,1030,2.795,1031,2.795,1032,2.392]],["t/938",[0,3.103,1,2.224,2,2.55,13,2.525,35,3.093,113,1.927,132,3.024,134,2.028,245,2.464,297,0.825,353,2.525,418,3.826,455,5.247,521,3.976,544,3.523,805,4.356,990,4.948,991,4.767,992,4.612,993,4.149,994,4.948]],["t/940",[13,3.079,22,2.17,27,2.762,42,3.729,44,2.035,53,3.785,99,5.83,354,3.243,361,3.815,544,4.296]],["t/942",[22,2.246,42,3.859,44,1.685,53,3.135,63,4.92,99,4.829,231,5.123,354,3.356,361,3.949,1033,6.245,1034,6.519]],["t/944",[1,1.783,13,2.713,22,1.912,42,4.297,44,1.876,53,3.491,60,5.842,85,2.759,99,4.11,201,4.458,216,4.955,354,2.857,361,3.362,669,5.55,1025,7.642,1026,6.234,1033,5.316]],["t/947",[0,1.05,1,1.988,3,1.472,19,0.951,21,1.454,22,1.32,23,3.266,27,1.027,33,1.804,41,3.01,43,1.444,44,1.717,50,3.231,51,3.322,71,1.531,94,1.927,109,2.031,154,1.175,159,1.36,179,1.436,196,2.575,231,1.841,247,0.885,284,1.976,287,1.644,297,0.374,354,1.206,406,2.503,413,2.32,443,1.403,448,1.841,464,1.976,465,1.976,470,2.467,521,1.804,532,1.649,542,5.115,543,6.558,544,1.598,545,5.18,546,1.841,550,3.831,551,2.467,552,2.092,553,2.467,559,1.736,565,1.882,566,1.927,567,1.575,576,3.67,577,3.67,578,3.67,579,1.841,585,2.467,644,2.632,775,2.343,1035,3.831,1036,2.883,1037,2.883,1038,4.303,1039,2.467,1040,2.883,1041,2.883,1042,2.883,1043,2.632,1044,2.883,1045,2.632,1046,2.883,1047,2.632,1048,2.883]],["t/949",[1,2.282,3,3.371,4,1.121,6,0.642,23,0.613,32,1.068,43,1.247,44,0.602,51,0.993,53,0.438,69,4.467,71,1.096,79,0.873,80,1.221,83,1.024,85,1.896,96,0.856,101,3.8,109,1.454,116,1.58,123,0.642,132,0.534,134,0.659,147,0.912,154,2.104,159,1.027,179,0.559,180,0.842,191,1.028,194,3.706,199,0.732,207,4.976,208,4.559,209,0.951,212,1.566,218,0.993,231,1.831,242,2.232,246,2.853,262,0.338,281,4.361,297,0.462,353,0.82,354,0.469,367,1.607,418,4.143,452,0.732,466,5.332,468,0.769,505,0.769,510,0.769,526,1.64,540,0.96,543,0.79,549,0.675,551,0.96,552,0.814,574,4.722,579,1.318,600,1.678,612,4.015,613,0.842,684,0.769,689,0.79,732,1.678,733,0.96,830,0.912,854,0.912,891,0.912,1025,0.96,1039,1.766,1049,1.122,1050,1.122,1051,0.912,1052,0.96,1053,1.122,1054,2.064,1055,1.122,1056,2.618,1057,2.867,1058,7.978,1059,5.162,1060,5.956,1061,1.122,1062,3.559,1063,1.122,1064,1.122,1065,1.122,1066,2.064,1067,4.284,1068,1.122,1069,6.295,1070,2.064,1071,1.122,1072,1.024,1073,1.122,1074,2.867,1075,5.162,1076,4.162,1077,2.064,1078,1.122]],["t/951",[1,2.423,4,3.315,5,4.387,12,3.544,14,2.033,19,2.389,35,3.524,38,2.154,40,0.943,41,3.214,42,2.421,43,2.548,44,2.151,59,2.507,76,2.537,82,3.029,218,2.421,231,3.214,428,3.086,510,3.449,654,3.363,1079,3.652,1080,4.09,1081,4.09]],["t/953",[0,3.103,1,2.224,2,2.55,13,2.525,35,3.093,113,1.927,132,3.024,134,2.028,245,2.464,297,0.825,353,2.525,418,3.826,455,5.247,521,3.976,544,3.523,805,4.356,990,4.948,991,4.767,992,4.612,993,4.149,994,4.948]],["t/955",[1,2.651,2,1.851,3,3.158,5,3.198,38,2.488,44,1.299,46,3.081,51,4.023,52,6.185,113,2.535,125,3.428,178,3.793,190,4.356,191,4.166,192,5.732,193,4.239,194,3.33,195,3.723]],["t/957",[1,2.48,5,3.884,13,1.625,27,1.458,34,3.393,35,1.991,38,1.217,42,2.989,44,1.895,52,4.056,59,2.038,61,4.927,77,2.038,113,1.24,116,1.377,121,2.559,125,2.268,183,4.66,191,4.179,193,2.804,194,2.203,196,2.234,197,4.837,198,3.325,199,2.671,200,3.325,201,2.671,202,4.66,203,4.258,204,4.152,205,2.804,206,2.203,207,3.968,208,3.968,209,1.885,210,3.185,521,2.559,1035,3.325]],["t/959",[1,1.904,3,2.593,5,3.292,13,2.018,15,1.903,20,2.064,21,2.561,22,0.885,23,2.774,25,1.656,27,1.126,33,1.977,34,1.727,35,1.538,38,0.941,44,1.677,46,1.575,51,4.483,53,1.985,61,1.727,71,1.679,85,1.277,95,1.903,106,1.808,113,1.54,123,1.808,125,3.529,126,2.371,127,2.371,130,2.569,131,2.461,132,1.504,133,2.113,152,2.064,153,2.227,178,1.939,193,4.363,194,3.428,207,2.019,211,2.569,212,1.727,213,1.906,214,4.128,215,1.653,216,3.686,217,2.227,218,1.521,219,1.488,220,2.167,221,2.461,222,2.569,223,3.809,224,2.371,225,2.569,226,2.569,227,2.294,228,2.113,229,2.227,230,2.705,231,3.243,232,2.705,233,1.752,521,1.977,1035,2.569]],["t/961",[1,2.318,2,0.645,3,2.473,4,1.893,5,3.895,12,1.517,13,1.466,14,0.87,15,1.296,19,1.217,20,1.406,21,1.861,22,0.603,23,2.016,25,1.128,27,0.767,33,1.347,34,1.176,35,1.796,38,1.921,40,0.403,41,1.375,42,1.036,43,1.819,44,1.915,46,1.839,51,3.994,52,3.162,53,1.442,59,1.073,61,1.176,71,1.143,76,1.086,82,1.296,85,0.87,95,1.296,106,1.231,113,1.74,123,1.231,125,3.182,126,1.615,127,1.615,130,1.75,131,1.676,132,1.024,133,1.439,152,1.406,153,1.517,178,2.264,190,1.517,191,1.839,192,2.53,193,3.934,194,3.091,195,1.296,207,1.375,211,1.75,212,1.176,213,1.45,214,3,215,1.201,216,2.678,217,1.517,218,1.776,219,1.013,220,1.476,221,1.676,222,1.75,223,2.768,224,1.615,225,1.75,226,1.75,227,1.563,228,1.439,229,1.517,230,1.842,231,3.093,232,1.842,233,1.194,428,1.321,510,1.476,654,1.439,1079,1.563,1080,1.75,1081,1.75]],["t/963",[0,3.103,1,2.224,2,2.55,13,2.525,35,3.093,113,1.927,132,3.024,134,2.028,245,2.464,297,0.825,353,2.525,418,3.826,455,5.247,521,3.976,544,3.523,805,4.356,990,4.948,991,4.767,992,4.612,993,4.149,994,4.948]],["t/965",[1,0.617,2,1.196,3,2.04,19,2.013,23,2.835,27,1.424,35,1.15,40,0.443,44,1.875,51,4.856,75,3.817,94,1.58,112,2.835,113,1.211,123,1.352,132,1.125,133,1.58,134,1.275,154,0.963,159,0.682,196,4.306,201,1.543,212,4.714,218,1.137,235,1.715,245,2.012,252,2.405,282,1.273,297,0.307,306,1.543,311,2.451,336,1.543,351,1.479,378,1.643,392,2.215,394,1.291,412,1.62,452,1.543,469,2.739,523,1.291,532,2.285,533,3.111,534,4.218,535,2.997,536,5.311,537,4.218,538,3.248,559,2.405,560,1.62,564,3.893,565,2.609,567,1.291,574,4.577,606,4.441,608,4.298,636,1.479,645,1.45,646,2.158,647,1.84,648,1.665,1008,4.441,1082,2.364]],["t/967",[3,4.403,46,4.296,51,4.149,212,4.71,229,6.074,354,3.609,584,4.931]],["t/969",[1,1.876,19,1.642,23,2.719,35,2.422,44,1.046,51,2.395,53,1.945,71,2.643,121,3.114,152,4.69,179,3.579,199,3.25,213,2.151,229,6.895,251,3.869,413,2.45,468,3.412,495,6.17,566,4.802,567,4.605,584,4.108,585,4.259,586,3.612,587,4.544,600,4.046,602,5.779,675,4.046,1083,4.978]],["t/971",[1,2.059,32,3.609,35,1.77,51,4.552,53,2.727,105,2.639,108,1.958,113,2.39,154,1.482,178,3.481,179,2.827,199,5.581,201,2.374,215,1.184,217,3.997,224,2.728,228,3.793,229,3.997,281,2.151,282,1.958,306,2.374,413,1.79,495,4.664,548,3.146,552,2.639,584,3.245,588,5.181,589,3.32,590,5.181,591,6.371,592,6.138,593,3.32,594,4.855,595,3.32,596,3.32,597,3.32,598,3.32,599,3.32,600,2.956,601,4.612,602,2.493,603,3.32]],["t/973",[0,2.922,1,2.095,2,2.401,112,4.381,123,4.587,128,6.519,196,4.381,813,5.65,1084,5.821,1085,8.021,1086,8.021]],["t/975",[0,1.255,1,1.999,2,2.494,4,2.126,19,2.921,23,1.882,24,2.032,27,1.228,43,1.314,44,1.416,80,2.038,85,2.723,108,1.855,123,1.97,134,1.1,171,4.465,172,2.362,173,2.683,196,1.882,297,1.203,306,2.25,327,3.551,328,3.579,353,1.369,354,1.442,358,1.604,363,2.683,364,2.801,365,1.91,366,3.146,367,2.683,393,2.038,410,2.427,441,2.585,450,1.882,455,1.882,608,2.427,778,2.362,790,4.421,838,2.683,898,4.304,899,2.801,900,3.146,901,2.362,1087,3.446,1088,2.948]],["t/977",[0,2.237,1,1.27,2,3.029,19,0.988,23,2.656,24,1.066,27,1.733,43,0.724,44,0.629,51,1.441,59,1.493,73,1.458,88,1.804,89,1.956,117,3.529,132,1.426,143,3.106,171,1.511,179,2.423,188,1.522,196,2.656,243,2.247,246,3.333,252,1.804,262,0.903,263,1.672,293,5.742,297,0.389,328,1.591,351,3.042,353,3.483,358,1.395,393,1.772,410,2.11,413,1.475,548,1.661,575,2.333,579,1.913,613,2.247,643,2.435,671,2.247,788,2.435,818,2.563,819,2.333,820,2.174,821,2.563,822,2.435,823,2.563,824,2.247,825,2.435,826,2.563,827,2.563,828,2.333,829,2.563,830,2.435,831,3.426,832,4.161,833,3.786,834,2.563,835,2.563,836,2.563,837,2.11,838,6.048,1089,2.996,1090,4.863]],["t/979",[0,0.848,1,0.608,2,3.085,13,2.039,19,1.693,22,0.652,24,1.945,27,2.153,40,0.436,42,1.898,89,2.575,112,1.271,123,1.331,132,1.108,134,1.259,179,1.965,188,0.728,192,2.703,213,0.697,238,1.52,247,0.715,257,0.949,258,0.527,263,1.356,274,2.293,280,3.071,289,0.806,290,1.31,297,0.512,328,4.851,329,2.755,353,2.687,354,0.974,371,1.188,377,1.188,378,0.957,385,1.517,405,1.696,407,2.654,410,5.513,413,1.942,435,2.255,444,1.353,451,1.689,532,1.331,548,1.29,549,1.401,775,1.892,838,3.996,899,1.892,919,1.746,944,2.959,988,1.487,993,2.575,1080,1.892,1091,2.125,1092,2.328,1093,2.125,1094,1.992,1095,1.992,1096,4.171,1097,3.615,1098,3.944,1099,1.892,1100,3.206,1101,3.944,1102,3.601]],["t/981",[2,2.132,13,1.492,19,2.646,22,1.052,24,1.275,27,1.338,40,1.09,86,3.214,112,2.052,160,2.452,179,3.548,188,1.175,213,1.742,245,1.456,247,1.153,258,0.85,280,4.53,283,2.681,289,1.3,290,1.247,297,1.243,328,3.783,354,1.572,371,1.918,377,1.918,378,1.544,379,3.64,385,2.238,435,3.327,444,2.183,455,2.052,548,2.082,549,2.261,944,4.365,988,2.399,1096,5.789,1097,6.969,1100,3.053,1102,5.312,1103,4.979,1104,3.756]],["t/983",[2,1.827,10,1.715,13,0.939,14,0.955,19,1.712,22,0.662,24,2.013,40,0.443,43,0.571,44,0.497,67,1.773,76,2.015,82,2.405,89,1.543,112,1.291,160,1.543,171,1.192,180,1.773,188,0.74,213,0.708,247,0.726,257,0.963,258,0.535,274,2.323,280,3.111,289,0.818,290,0.785,297,1.343,327,4.454,328,4.74,329,3.595,353,0.939,354,0.989,371,1.207,377,1.207,378,0.972,379,1.479,385,1.996,405,1.718,407,1.222,410,1.665,413,2.555,435,2.285,444,1.374,445,2.499,450,1.291,509,2.609,548,1.31,549,2.405,689,1.665,778,1.62,813,1.665,898,1.51,901,1.62,944,2.997,988,1.51,993,2.609,1001,2.158,1096,3.248,1097,5.837,1100,1.921,1103,3.419,1105,3.111,1106,3.996,1107,2.364,1108,4.738,1109,1.84,1110,3.996]],["t/985",[2,1.182,10,2.866,13,2.403,19,1.995,22,1.106,24,1.805,27,1.408,40,1.134,43,2.354,44,1.271,76,1.992,112,2.157,134,1.26,149,3.379,160,2.579,171,1.992,188,1.893,213,1.182,247,1.213,258,0.894,289,1.368,290,1.312,297,1.152,327,2.579,328,4.375,353,1.569,393,2.336,394,2.157,410,2.782,444,2.296,548,2.189,636,2.471,732,3.21,787,3.606,898,3.863,988,2.523,1072,3.606,1097,6.255,1105,4.709,1109,3.075,1111,6.289]],["t/987",[13,1.784,19,1.481,22,1.258,24,0.984,40,1.249,43,2.267,44,1.972,112,2.453,134,1.433,160,2.932,188,1.405,213,1.344,247,1.379,258,1.016,289,1.555,290,1.492,297,1.218,328,2.385,385,1.727,394,2.453,435,2.568,444,2.61,528,2.703,548,2.489,549,2.703,559,2.703,560,3.078,565,2.932,988,2.868,1097,6.928,1105,3.496,1109,3.496,1111,6.797,1112,6.083,1113,4.491]],["t/989",[1,0.554,2,1.917,4,3.086,13,0.844,19,2.468,22,1.021,24,1.639,40,0.683,80,1.256,85,3.19,112,1.16,173,1.653,188,1.141,213,1.092,247,1.119,258,0.825,274,3.306,280,4.427,289,0.735,290,0.705,297,1.111,328,2.545,329,3.188,347,2.964,353,1.449,358,0.989,371,1.862,377,1.862,378,1.499,379,2.281,385,2.187,393,1.256,405,2.446,407,1.886,411,2.499,413,2.8,435,3.252,444,1.234,455,1.16,490,3.329,548,1.177,549,2.195,944,4.266,988,1.356,993,3.713,1096,3.896,1097,6.901,1100,2.964,1103,4.866,1114,5.192,1115,5.192,1116,3.647,1117,2.123,1118,3.647,1119,2.123]],["t/991",[1,1.196,4,3.468,22,1.283,24,1.945,34,2.502,42,2.204,43,2.143,53,1.79,132,2.179,188,1.433,206,2.466,213,1.371,247,1.406,258,1.036,264,1.511,265,1.521,297,0.594,328,2.432,358,3.148,361,2.255,378,1.883,385,2.6,393,2.708,450,2.502,475,3.226,476,3.226,548,2.539,549,2.757,919,3.436,1033,3.566,1097,6.668,1105,3.566,1109,3.566,1111,6.877,1114,7.337]],["t/993",[1,1.196,22,1.283,24,1.945,42,2.204,44,1.864,53,1.79,85,3.586,132,2.179,188,1.433,191,2.282,206,2.466,213,1.371,247,1.406,258,1.036,264,1.511,265,1.521,297,0.594,328,2.432,358,3.148,361,2.255,378,1.883,385,2.6,393,2.708,450,2.502,475,3.226,476,3.226,548,2.539,549,2.757,919,3.436,1033,3.566,1097,6.668,1105,3.566,1109,3.566,1112,7.337,1115,7.337]],["t/995",[2,2.28,21,3.083,24,0.431,27,2.714,32,1.018,46,0.981,50,1.349,59,0.981,61,1.075,66,1.477,77,0.981,79,2.66,89,1.285,90,1.091,96,1.417,109,1.387,121,1.231,135,2.995,143,1.257,148,2.283,149,1.684,152,1.285,160,1.285,171,3.628,188,0.616,228,1.316,245,1.754,251,1.06,252,2.056,307,1.533,311,2.095,353,0.782,354,0.824,358,1.591,361,3.299,418,1.185,419,1.477,443,0.958,447,1.533,455,1.075,462,1.316,471,1.207,521,1.231,539,1.429,547,1.797,549,4.034,584,1.126,653,1.533,676,1.06,684,1.349,784,1.231,837,1.387,841,2.23,857,1.684,954,1.797,1079,1.429,1094,2.923,1108,1.797,1120,1.968,1121,1.968,1122,3.678,1123,5.93,1124,1.684,1125,1.797,1126,1.968,1127,1.684,1128,3.872,1129,2.776,1130,1.968,1131,4.306,1132,1.797,1133,3.119,1134,1.968,1135,1.968,1136,2.562,1137,1.684,1138,4.131,1139,1.797,1140,1.968,1141,3.872,1142,1.797,1143,1.968,1144,1.968,1145,1.6,1146,1.684,1147,1.968,1148,1.684,1149,1.968,1150,1.968,1151,4.525,1152,1.031,1153,1.684,1154,1.6,1155,1.797,1156,1.316,1157,1.797,1158,1.316,1159,1.968,1160,1.684,1161,1.797,1162,1.968,1163,1.533,1164,1.797,1165,1.533,1166,1.349,1167,1.968,1168,1.968,1169,3.119,1170,1.968,1171,1.968,1172,1.968,1173,1.968,1174,1.533,1175,1.797,1176,1.797]],["t/997",[1,2.481,4,2.297,5,4.177,12,1.981,13,1.118,14,1.137,19,1.524,27,1.002,34,2.523,35,2.248,38,2.024,40,0.527,41,1.796,42,2.827,43,2.061,44,2.087,52,3.837,59,2.301,61,4.104,76,1.418,77,1.401,82,1.693,113,1.4,116,0.947,121,1.759,125,2.56,183,3.465,191,3.389,192,1.928,193,3.166,194,2.487,195,1.693,196,1.536,197,3.596,198,2.286,199,1.836,200,2.286,201,1.836,202,3.465,203,3.166,204,3.087,205,1.928,206,1.514,207,2.95,208,2.95,209,1.296,210,2.19,218,1.353,231,1.796,428,1.725,510,1.928,654,1.88,1079,2.041,1080,2.286,1081,2.286]],["t/999",[0,3.103,1,2.224,2,2.55,13,2.525,35,3.093,113,1.927,132,3.024,134,2.028,245,2.464,297,0.825,353,2.525,418,3.826,455,4.652,521,3.976,544,3.523,676,3.422,805,4.356,990,4.948,991,4.767,992,4.612,993,4.149,994,4.948]],["t/1001",[1,1.867,3,3.649,43,2.222,44,1.502,46,3.561,64,4.335,75,4.471,85,2.888,88,4.302,89,4.666,112,3.904,245,2.771,724,6.525,988,4.564,1099,5.809]],["t/1003",[1,2.414,2,1.024,3,2.761,4,1.337,5,3.468,19,1.128,24,1.185,32,1.769,35,1.664,38,1.018,42,1.646,43,1.306,44,1.409,46,2.694,53,2.113,59,1.704,71,2.872,73,1.664,85,2.71,103,2.059,104,3.255,106,1.956,108,2.912,112,1.868,113,1.639,121,2.139,125,1.896,132,1.627,191,1.704,204,3.614,206,2.912,209,1.576,245,1.326,297,0.444,300,3.143,351,2.139,354,1.431,451,2.482,452,2.233,509,3.53,539,3.924,546,3.454,575,2.663,579,4.283,592,2.663,609,2.78,635,3.809,649,4.395,650,3.706,651,4.21,652,3.454,653,2.663,654,2.286,988,2.184]],["t/1005",[1,2.742,34,4.832,44,1.414,61,4.832,112,3.675,132,3.201,143,4.297,191,3.352,195,4.05,204,5.912,207,4.297,245,2.608,412,4.612,656,5.047,659,5.468,988,4.297]],["t/1008",[0,1.545,2,2.299,4,2.496,6,2.426,18,3.078,27,1.512,38,1.262,43,1.024,51,2.041,55,3.629,82,2.553,96,1.759,104,2.553,112,2.317,126,4.79,132,3.038,135,2.351,158,3.078,204,2.835,218,3.072,245,1.644,411,4.377,413,3.143,418,2.553,419,3.182,443,4.158,455,3.488,527,2.466,544,2.351,648,2.988,734,3.872,841,4.169,848,3.629,921,3.872,936,3.078,996,3.872,1015,3.302,1081,3.448,1177,4.242,1178,4.242,1179,4.242,1180,4.242,1181,4.242,1182,3.872,1183,3.872,1184,3.448,1185,3.629,1186,6.385]],["t/1010",[1,2.432,2,1.966,19,1.453,21,2.221,24,1.908,27,2.34,34,2.406,43,1.064,44,0.925,46,2.194,50,3.019,51,2.119,106,2.519,115,2.442,134,2.096,191,2.194,196,2.406,205,3.019,212,2.406,247,1.352,283,2.029,297,0.572,311,2.701,353,1.75,354,1.843,405,3.378,413,2.168,444,2.56,513,3.304,608,3.102,645,2.701,753,4.927,805,3.019,935,3.58,936,4.766,1084,3.196,1129,3.58,1187,4.405,1188,4.405,1189,4.405,1190,4.021,1191,6.568,1192,3.58]],["t/1012",[0,1.666,1,1.764,2,0.832,3,4.691,12,1.957,22,2.09,23,1.518,27,0.99,35,2.836,44,0.961,47,2.537,51,4.266,53,2.277,112,1.518,119,2.258,126,5.6,154,1.864,191,1.384,212,3.183,231,1.774,235,2.016,281,3.993,297,0.361,354,1.163,406,3.586,413,2.251,442,3.912,471,1.704,519,4.175,564,2.084,647,2.163,737,2.537,750,4.175,858,2.537,859,2.377,862,2.537,863,2.163,935,2.258,968,2.537,975,2.258,1193,2.779,1194,2.779,1195,2.779,1196,4.175,1197,2.537,1198,2.537,1199,2.779,1200,2.779,1201,7.33,1202,2.779,1203,6.815,1204,4.573,1205,2.779,1206,2.779,1207,2.779,1208,2.779,1209,2.779,1210,2.779,1211,2.779,1212,2.779,1213,2.779,1214,2.537,1215,2.779]],["t/1014",[0,2.032,1,1.276,2,0.902,6,0.975,22,0.844,24,1.071,27,0.608,38,1.204,40,0.565,46,0.85,53,1.909,71,0.906,90,3.092,95,1.027,96,3.352,103,1.027,143,1.089,218,2.35,228,1.14,245,0.661,252,1.027,287,0.595,334,1.459,354,0.714,358,0.794,361,0.839,378,1.238,385,0.656,392,0.945,393,1.781,439,1.067,441,1.279,444,2.84,445,2.531,449,2.345,469,1.169,532,0.975,544,0.945,584,1.723,586,1.238,636,1.067,645,1.046,648,1.201,700,4.084,753,1.279,761,1.279,762,2.26,764,1.557,784,2.531,801,1.328,813,1.201,901,2.065,918,1.279,928,2.75,936,2.186,937,1.459,944,2.26,989,1.557,1122,1.386,1123,3.151,1131,2.122,1136,1.279,1142,1.557,1152,3.228,1156,1.14,1158,2.705,1164,1.557,1174,4.797,1201,2.75,1203,2.75,1214,2.75,1216,1.557,1217,1.557,1218,1.705,1219,1.459,1220,1.557,1221,3.462,1222,2.448,1223,2.448,1224,1.705,1225,1.705,1226,2.448,1227,1.328,1228,4.047,1229,4.995,1230,3.803,1231,1.459,1232,1.557,1233,3.013,1234,1.557,1235,1.705,1236,1.705,1237,1.705,1238,1.705,1239,1.459,1240,1.328,1241,1.705,1242,1.705,1243,2.345,1244,1.557,1245,1.557,1246,1.705,1247,1.459,1248,1.705,1249,1.14,1250,1.705,1251,1.557,1252,1.705,1253,1.705,1254,1.705,1255,1.705,1256,1.705,1257,1.557,1258,1.705,1259,1.279,1260,1.459,1261,1.328,1262,1.459,1263,1.279,1264,1.705,1265,1.459,1266,3.035,1267,1.705,1268,1.557,1269,1.557,1270,1.705,1271,1.705,1272,1.705]],["t/1016",[1,0.887,2,1.016,19,1.12,24,1.463,71,1.803,77,2.678,80,3.179,96,3.431,107,2.759,112,1.854,165,2.391,218,3.211,219,1.598,245,1.316,249,1.756,251,1.828,287,1.184,354,1.421,369,1.488,392,1.882,393,3.179,439,4.748,463,2.759,567,2.936,654,2.269,700,3.297,718,2.168,761,2.546,778,2.327,801,4.185,899,2.759,958,2.905,1034,2.759,1099,2.759,1129,2.759,1131,5.827,1141,4.6,1146,2.905,1152,3.497,1156,2.269,1259,2.546,1263,2.546,1265,2.905,1266,2.546,1273,3.395,1274,2.124,1275,3.395,1276,3.395,1277,3.395,1278,2.759,1279,6.093,1280,5.376,1281,3.099,1282,3.395,1283,3.395,1284,2.391,1285,3.395,1286,3.099,1287,3.395,1288,3.099,1289,3.395,1290,3.395]],["t/1018",[0,1.833,1,1.314,19,1.66,24,1.587,27,1.793,40,0.943,70,4.305,80,2.976,96,3.003,117,3.652,163,3.918,289,1.742,353,1.999,361,2.477,365,2.789,418,3.029,439,3.148,455,3.955,504,4.53,544,4.014,584,2.877,700,3.086,820,3.652,993,3.285,1056,4.594,1088,4.305,1152,2.637,1163,3.918,1219,4.305,1266,5.432,1291,4.305,1292,4.594,1293,6.611,1294,4.594,1295,5.032,1296,5.032,1297,5.032,1298,5.032]],["t/1020",[0,3.405,1,2.441,2,2.798,24,1.8,96,2.498,113,1.826,123,3.444,152,3.932,205,4.128,218,2.897,813,4.242,863,4.689,901,4.128,1131,4.242,1152,3.155,1229,4.517,1230,4.689,1274,3.767,1278,4.895,1299,5.153,1300,4.689,1301,5.498,1302,5.498]],["t/1022",[0,1.652,1,1.184,21,3.385,24,0.994,46,3.344,53,1.772,77,2.259,96,2.784,121,2.837,160,2.961,218,2.182,253,2.961,354,1.898,358,2.112,361,2.233,363,5.226,393,2.682,445,4.199,449,3.531,700,5.782,753,3.402,784,2.837,991,3.402,1034,3.686,1152,4.187,1156,3.031,1165,3.531,1229,5.035,1230,3.531,1239,5.743,1249,3.031,1266,3.402,1303,5.455,1304,4.14,1305,4.14,1306,4.535,1307,4.535,1308,6.712,1309,3.88,1310,4.535]],["t/1024",[14,1.78,24,1.439,38,1.31,77,3.272,96,3.257,132,3.125,133,2.944,153,3.102,163,3.429,287,1.536,358,3.058,363,3.429,365,3.641,441,3.304,700,4.028,778,3.019,784,2.755,801,3.429,1124,3.769,1131,3.102,1152,4.115,1153,3.769,1163,3.429,1165,3.429,1174,6.115,1175,5.996,1176,4.021,1216,4.021,1231,3.769,1239,3.769,1247,5.62,1249,2.944,1260,3.769,1261,3.429,1278,3.58,1303,3.58,1311,4.405,1312,4.021,1313,4.405,1314,3.429,1315,4.405,1316,4.405,1317,4.405,1318,4.405]],["t/1026",[0,1.743,1,1.249,2,0.496,21,1.994,23,0.905,24,0.866,27,0.59,32,0.856,34,0.905,35,0.806,38,1.801,40,0.31,46,0.825,53,0.647,56,1.135,71,0.879,76,1.48,77,1.462,78,1.417,90,0.918,92,1.417,96,4.172,104,0.997,107,1.346,113,1.199,127,1.242,144,1.346,148,1.107,152,1.081,154,0.675,190,1.166,218,3.358,244,1.417,245,0.642,252,1.767,253,1.081,287,0.577,361,1.946,393,2.338,405,1.262,413,0.815,439,1.836,441,1.242,448,1.058,455,0.905,466,1.107,468,1.135,504,1.836,507,1.135,548,0.918,567,0.905,586,1.202,647,1.289,700,2.425,718,1.058,753,1.242,761,2.202,762,1.242,784,4.097,810,1.512,813,2.068,817,1.417,901,2.012,918,6.664,956,1.346,1034,1.346,1052,2.512,1122,1.346,1123,1.289,1124,1.417,1131,1.166,1148,1.417,1152,4.181,1153,1.417,1156,1.107,1157,2.68,1163,2.285,1174,5.434,1226,1.346,1230,1.289,1249,2.642,1263,5.236,1302,2.68,1312,1.512,1319,1.656,1320,1.656,1321,1.512,1322,2.936,1323,2.936,1324,1.656,1325,4.093,1326,2.936,1327,3.609,1328,1.512,1329,1.512,1330,1.512,1331,1.656,1332,1.656,1333,1.512,1334,1.656,1335,1.656,1336,1.656,1337,1.656,1338,2.936,1339,1.656,1340,1.656,1341,1.656,1342,1.512,1343,1.656,1344,1.656]],["t/1028",[0,1.575,1,1.129,2,1.294,24,2.024,32,3.349,40,1.731,96,3.577,107,3.512,113,1.963,219,3.047,251,2.327,279,3.945,365,2.396,405,1.859,418,3.898,439,2.703,504,4.857,544,2.396,567,2.361,648,3.044,820,3.136,828,3.365,841,2.821,993,4.227,1032,3.698,1123,3.365,1152,4.069,1156,2.888,1259,3.242,1266,3.242,1292,3.945,1293,3.945,1294,5.912,1328,3.945,1333,3.945,1345,3.945,1346,4.322,1347,6.475]],["t/1030",[0,1.127,1,0.808,2,1.878,9,1.428,21,2.517,22,0.866,24,0.385,25,1.621,27,1.477,50,2.12,53,0.687,59,0.876,61,0.96,77,0.876,90,2.297,95,1.862,96,3.762,105,1.275,133,1.175,135,4.809,148,1.175,152,1.147,163,1.368,190,1.238,218,1.994,228,1.175,238,1.147,245,1.607,252,1.058,286,0.626,354,0.735,355,1.005,359,1.428,361,2.801,378,0.723,411,2.12,439,1.935,448,1.122,455,0.96,511,1.368,520,1.368,521,1.099,549,1.058,627,2.068,648,1.238,650,1.205,653,3.226,684,1.205,700,2.542,718,1.122,760,1.604,784,1.935,805,1.205,831,1.238,833,1.368,837,1.238,841,1.147,863,1.368,898,1.122,950,1.604,955,1.504,1015,1.368,1091,1.604,1123,1.368,1129,1.428,1132,1.604,1136,2.321,1138,1.604,1148,1.504,1152,3.772,1184,1.428,1185,1.504,1223,1.428,1229,2.321,1231,3.546,1245,1.604,1247,1.504,1249,2.068,1266,1.318,1268,1.604,1269,1.604,1274,1.935,1301,1.604,1309,1.504,1325,1.504,1348,1.757,1349,1.318,1350,1.275,1351,3.094,1352,2.824,1353,1.504,1354,2.647,1355,1.604,1356,1.757,1357,1.757,1358,1.757,1359,1.604,1360,1.604,1361,1.604,1362,2.647,1363,1.604,1364,1.504,1365,1.504,1366,1.757,1367,1.604,1368,1.757,1369,1.604,1370,1.757,1371,3.368,1372,1.757,1373,1.757,1374,1.757,1375,1.757,1376,1.428,1377,1.757,1378,1.368,1379,1.504,1380,3.094,1381,1.318,1382,1.757,1383,1.757,1384,1.757,1385,1.757,1386,1.757,1387,1.757,1388,1.604,1389,1.757,1390,1.757,1391,1.757,1392,1.757,1393,1.757,1394,1.757,1395,1.757,1396,1.757,1397,1.757]],["t/1032",[0,2.01,1,1.44,24,1.209,46,2.748,56,3.781,90,3.058,96,3.205,160,3.601,253,3.601,418,4.653,504,4.835,700,4.74,753,4.137,762,4.137,801,4.294,901,3.781,956,4.483,993,5.046,1099,4.483,1152,2.89,1169,5.036,1226,6.282,1227,4.294,1229,4.137,1230,4.294,1240,4.294,1314,4.294,1398,5.516,1399,5.516,1400,5.516,1401,5.516]],["t/1034",[0,2.316,1,1.66,22,1.78,24,1.867,32,3.287,40,1.191,90,4.721,96,3.984,113,1.927,358,3.966,468,4.356,762,4.767,784,3.976,816,5.166,1262,5.438,1286,5.802,1314,4.948,1402,6.356,1403,6.356,1404,6.356,1405,5.802]],["t/1036",[0,2.445,1,2.087,2,2.009,3,4.08,4,1.772,27,1.616,34,2.477,50,4.6,85,1.833,96,3.314,98,3.686,124,3.88,171,2.287,191,2.259,252,2.73,256,3.88,257,2.736,306,2.961,315,3.531,349,3.402,373,2.134,392,2.514,444,2.636,448,2.896,449,5.226,532,2.593,543,3.194,544,2.514,684,3.108,747,4.14,756,3.88,1035,6.494,1047,4.14,1406,4.535,1407,4.535,1408,4.14,1409,4.535,1410,4.535,1411,4.535,1412,4.535,1413,4.535,1414,4.535]],["t/1038",[0,1.744,1,1.25,2,2.603,3,4.439,24,0.644,25,1.54,27,3.098,34,1.605,36,2.133,43,1.156,44,0.617,50,2.014,59,2.385,86,2.514,87,2.683,96,1.219,104,1.769,128,2.388,132,1.398,143,1.877,158,4.396,174,2.204,208,1.877,218,1.414,237,2.683,245,2.708,251,2.578,284,2.014,439,1.838,443,2.33,455,4.2,527,1.708,532,1.68,544,1.629,756,2.514,759,5.183,789,2.514,790,3.891,792,2.683,812,2.388,851,2.288,1015,3.727,1038,2.683,1079,2.133,1127,2.514,1182,2.683,1184,4.923,1185,5.183,1279,2.683,1408,2.683,1415,2.939,1416,4.787,1417,2.939,1418,2.683,1419,2.683,1420,2.939,1421,2.939,1422,2.683,1423,2.939,1424,2.939,1425,2.514,1426,2.939,1427,2.939,1428,2.939,1429,2.683,1430,2.939,1431,2.939,1432,2.683]],["t/1040",[0,2.238,1,2.069,2,2.372,3,1.219,9,1.941,13,0.949,15,1.438,21,2.637,23,2.202,25,2.112,26,2.043,27,2.445,32,2.084,33,1.494,35,1.162,36,4.458,43,0.577,44,0.502,50,3.584,55,2.043,82,1.438,90,1.324,98,1.941,133,3.495,135,2.234,148,1.596,158,4.458,196,3.356,197,3.138,213,1.207,238,2.632,298,1.412,328,1.268,358,1.112,361,2.575,392,1.324,393,1.412,443,1.162,497,1.791,520,1.859,544,2.234,606,2.043,636,1.494,651,1.859,759,3.449,848,2.043,857,2.043,864,2.18,893,1.637,898,4.754,916,1.859,1015,1.859,1043,2.18,1088,2.043,1136,1.791,1222,3.276,1261,1.859,1349,1.791,1371,1.941,1418,6.265,1419,5.608,1422,2.18,1425,2.043,1432,6.265,1433,2.388,1434,2.388,1435,2.388,1436,2.388,1437,2.388,1438,2.388,1439,2.388,1440,2.388,1441,2.388,1442,2.388,1443,2.388,1444,2.388,1445,2.388,1446,2.388,1447,2.388,1448,2.388,1449,2.388,1450,2.388,1451,2.388,1452,2.388]],["t/1042",[0,1.415,1,1.899,2,1.162,4,1.518,14,2.412,15,2.337,23,2.121,25,3.128,27,2.592,31,3.545,41,3.813,44,0.816,51,1.868,56,2.661,80,2.296,85,1.569,94,2.595,96,3.016,103,2.337,104,3.594,118,4.852,123,3.414,132,2.841,134,1.239,148,2.595,160,2.535,178,3.662,223,2.913,240,3.545,290,1.29,363,3.023,413,1.912,448,2.48,468,4.092,526,2.22,542,3.322,543,5.123,553,3.322,582,3.023,893,2.661,975,3.156,1033,3.023,1039,3.322,1051,3.156,1052,3.322,1183,3.545,1359,3.545,1453,3.883,1454,3.883,1455,3.883,1456,3.883,1457,3.883,1458,3.545,1459,3.545,1460,3.883]],["t/1044",[53,3.21,67,4.517,77,3,90,3.338,96,2.498,135,3.338,218,2.897,627,4.025,645,3.694,700,3.694,813,4.242,842,4.128,936,4.37,955,5.153,1084,4.37,1152,3.155,1221,5.153,1222,4.895,1223,4.895,1243,4.689,1274,3.767,1288,5.498,1303,4.895,1309,5.153,1349,4.517,1461,4.517,1462,5.153,1463,6.022,1464,6.022]],["t/1047",[21,3.629,25,3.088,96,1.584,125,2.117,135,4.486,188,1.195,228,2.552,245,1.48,251,2.056,290,1.268,329,1.741,361,3.543,455,2.086,471,3.615,511,2.973,548,2.117,584,2.183,627,2.552,650,2.617,741,3.486,784,2.389,844,3.103,992,2.771,1128,3.267,1152,2.001,1154,4.79,1166,2.617,1263,2.864,1274,2.389,1304,3.486,1349,2.864,1350,2.771,1361,3.486,1381,2.864,1465,3.818,1466,5.894,1467,3.818,1468,3.267,1469,5.38,1470,3.486,1471,3.818,1472,3.818,1473,3.818,1474,3.818,1475,3.486,1476,3.103,1477,3.818,1478,3.818,1479,3.818,1480,3.818,1481,3.818,1482,3.486,1483,3.486,1484,5.894,1485,3.818,1486,4.588,1487,3.818,1488,3.818,1489,3.486,1490,3.486]],["t/1049",[16,2.699,18,2.41,24,1.442,25,3.447,27,2.344,90,1.841,94,2.22,96,1.377,123,1.899,135,2.929,167,3.032,208,3.374,213,0.994,218,1.598,231,3.374,245,1.288,251,2.845,252,1.999,358,1.546,361,4.029,364,2.699,448,2.121,455,1.814,471,2.037,533,2.586,544,1.841,567,1.814,584,1.899,627,2.22,636,2.078,645,2.037,650,2.276,684,2.276,766,3.032,775,2.699,784,3.305,837,2.339,842,2.276,844,2.699,866,3.032,893,2.276,898,2.121,916,2.586,937,2.842,1045,3.032,1128,2.842,1139,4.823,1152,1.74,1154,2.699,1158,2.22,1160,2.842,1166,2.276,1274,2.078,1305,3.032,1325,2.842,1349,2.491,1350,2.41,1376,4.294,1378,2.586,1470,3.032,1475,6.006,1476,2.699,1486,2.586,1489,3.032,1491,3.321,1492,3.321,1493,3.321,1494,3.321,1495,4.823,1496,3.032,1497,3.032,1498,2.699]],["t/1051",[14,1.638,15,2.441,24,0.889,25,2.124,27,2.199,38,1.206,73,1.973,95,2.441,96,3.726,133,2.71,135,2.248,144,3.295,148,2.71,218,2.969,219,2.904,245,1.572,251,2.183,300,2.357,358,3.478,361,4.111,378,1.667,412,2.779,471,2.487,548,2.248,628,3.701,636,2.536,645,2.487,718,2.589,778,2.779,784,2.536,841,2.647,842,2.779,893,2.779,898,2.589,918,3.041,1079,2.942,1094,5.28,1152,2.124,1166,2.779,1263,3.041,1274,2.536,1291,3.469,1349,3.041,1364,3.469,1371,5.015,1379,3.469,1381,3.041,1499,3.701,1500,4.054,1501,4.054,1502,3.701,1503,4.054,1504,4.054]],["t/1053",[2,1.613,16,4.378,25,2.822,38,1.603,76,2.716,90,2.986,95,3.242,96,3.653,135,2.986,152,3.516,158,3.909,218,2.591,245,2.088,251,2.9,297,0.699,398,3.6,439,3.369,584,3.08,645,3.304,863,4.194,1084,3.909,1131,3.794,1146,4.609,1152,2.822,1192,6.178,1196,4.917,1197,6.939,1381,4.04,1505,8.808,1506,5.386,1507,5.386,1508,5.386,1509,5.386]],["t/1055",[6,3.272,14,2.312,56,3.922,90,3.172,96,3.774,105,5.754,135,3.172,219,2.693,245,2.218,251,4.27,290,1.9,567,3.125,584,3.272,645,3.51,1093,5.224,1152,4.154,1155,5.224,1156,3.824,1158,3.824,1166,3.922,1219,6.784,1284,4.03,1510,7.929,1511,5.224,1512,5.722,1513,5.722,1514,5.722]],["t/1058",[18,3.462,22,1.336,27,1.7,90,2.645,95,2.872,96,3.413,135,3.862,143,3.047,144,3.877,195,2.872,245,1.85,251,2.569,359,3.877,361,2.349,393,2.821,412,3.27,448,3.047,455,2.606,521,2.984,548,2.645,584,2.728,627,3.189,645,2.926,654,3.189,718,3.047,837,3.36,841,3.115,1079,3.462,1152,3.65,1184,3.877,1251,4.355,1274,2.984,1278,3.877,1300,3.714,1350,3.462,1355,4.355,1371,3.877,1496,4.355,1497,4.355,1498,3.877,1502,4.355,1515,4.771,1516,4.355,1517,4.771,1518,4.771,1519,4.771]],["t/1060",[6,2.448,18,3.107,24,1.409,25,3.369,38,1.274,40,0.802,95,2.577,96,3.56,135,2.373,218,2.06,219,3.026,244,3.663,245,1.66,251,3.462,290,1.422,364,3.48,378,1.76,412,2.934,418,2.577,419,3.211,471,2.626,512,3.48,544,3.564,584,2.448,636,2.678,647,3.333,648,3.016,784,2.678,841,2.795,842,2.934,851,3.333,891,3.48,902,3.48,918,3.211,1020,3.909,1051,3.48,1152,2.243,1154,3.48,1156,2.861,1158,2.861,1166,2.934,1284,3.016,1291,5.501,1330,3.909,1429,3.909,1461,3.211,1498,3.48,1520,4.281,1521,4.281,1522,4.281,1523,3.909,1524,3.909]],["t/1063",[6,2.757,25,4.338,77,2.402,90,2.672,95,2.902,96,2.911,109,3.396,125,2.672,128,3.918,135,3.891,245,1.869,251,2.596,443,2.346,471,2.957,511,3.753,532,2.757,548,2.672,584,2.757,627,3.222,1122,3.918,1152,2.526,1166,3.304,1281,4.401,1284,3.396,1352,4.401,1353,4.125,1354,4.125,1376,3.918,1458,4.401,1468,4.125,1482,4.401,1483,4.401,1525,7.02,1526,4.821,1527,4.821,1528,4.821,1529,4.821,1530,4.821,1531,4.821,1532,4.821,1533,4.821,1534,4.821,1535,4.821,1536,4.401]],["t/1065",[14,1.851,18,3.324,24,1.004,25,2.4,38,1.363,56,3.139,77,2.282,96,2.804,125,3.748,135,2.539,152,2.99,218,2.204,245,1.776,251,3.641,448,2.925,471,2.809,584,2.619,645,2.809,648,3.226,650,3.139,841,2.99,851,3.566,1145,3.723,1152,2.4,1158,3.061,1166,3.139,1192,3.723,1249,3.061,1274,2.865,1284,3.226,1327,4.182,1350,3.324,1354,3.919,1369,4.182,1379,3.919,1381,3.436,1468,3.919,1516,4.182,1523,4.182,1524,4.182,1536,8.102,1537,4.58,1538,4.58,1539,4.58,1540,4.58,1541,4.58,1542,4.182,1543,4.58]],["t/1068",[6,2.148,25,3.049,58,3.053,77,2.899,90,4.447,95,2.261,96,3.807,135,2.082,218,2.8,231,2.399,245,1.456,361,1.849,367,2.924,392,2.082,455,2.052,472,3.429,512,3.053,567,2.052,627,2.51,636,2.349,660,3.053,761,4.365,831,2.646,1084,2.726,1125,3.429,1136,2.817,1145,3.053,1158,2.51,1227,2.924,1240,2.924,1243,2.924,1249,3.889,1257,3.429,1259,2.817,1274,3.64,1284,2.646,1300,2.924,1314,2.924,1350,2.726,1367,3.429,1378,2.924,1381,2.817,1388,3.429,1425,3.214,1461,2.817,1486,2.924,1544,3.053,1545,3.429,1546,3.756,1547,5.819,1548,3.756,1549,3.756,1550,3.756,1551,3.429,1552,4.729,1553,3.214,1554,3.756,1555,3.756,1556,3.214,1557,3.756]],["t/1070",[15,2.337,24,0.851,25,4.278,27,1.384,59,1.934,77,1.934,90,2.152,96,3.386,132,1.847,135,4.885,153,2.735,208,2.48,213,1.162,218,2.872,245,1.505,251,2.091,252,2.337,358,1.808,392,2.152,448,2.48,521,2.429,548,2.152,584,2.22,645,2.382,650,2.661,820,2.818,1084,2.818,1133,7.453,1141,5.108,1145,5.911,1158,2.595,1190,3.545,1227,3.023,1240,3.023,1244,3.545,1262,3.322,1274,2.429,1284,2.735,1300,3.023,1376,4.852,1459,3.545,1461,2.913,1476,3.156,1495,5.45,1498,3.156,1542,3.545,1544,3.156,1552,3.156,1558,3.883,1559,3.883,1560,3.883,1561,3.883,1562,3.883]],["t/1072",[90,4.721,96,3.984,108,4.586,112,3.472,252,3.826,439,3.976,447,4.948,584,3.634,627,4.248,916,6.631,1131,4.477,1152,3.33,1156,4.248,1165,4.948,1229,4.767,1243,4.948,1342,5.802,1556,5.438,1563,6.356,1564,8.518]],["t/1074",[27,1.047,29,2.288,46,1.464,53,1.871,77,1.464,80,2.831,90,2.654,93,2.514,94,3.2,95,2.882,96,3.606,135,2.654,170,2.683,218,3.7,361,1.447,367,2.288,443,1.43,445,1.838,468,2.014,471,1.802,548,1.629,627,4.049,645,1.802,784,1.838,842,2.014,898,1.877,918,2.204,1016,2.683,1032,2.514,1051,2.388,1084,2.133,1095,2.514,1137,5.183,1152,1.54,1156,1.964,1158,1.964,1160,2.514,1161,2.683,1163,2.288,1166,4.152,1198,2.683,1217,2.683,1234,2.683,1240,2.288,1249,1.964,1259,2.204,1261,2.288,1265,2.514,1274,1.838,1284,2.07,1299,2.514,1300,2.288,1350,2.133,1353,2.514,1360,2.683,1362,2.514,1378,3.727,1461,2.204,1462,4.096,1476,2.388,1486,2.288,1490,2.683,1552,2.388,1553,2.514,1565,2.939,1566,2.683,1567,4.787,1568,8.246,1569,2.939,1570,2.939,1571,2.939,1572,2.683,1573,2.939,1574,2.939,1575,2.939,1576,4.787,1577,2.683,1578,2.939,1579,2.683]],["t/1076",[2,0.708,15,1.423,21,1.192,27,0.842,37,2.022,42,1.137,53,2.894,71,2.122,80,1.398,89,1.543,90,3.782,96,3.579,105,2.9,135,4.104,141,2.158,178,1.45,218,1.922,220,1.62,245,2.87,290,0.785,329,1.078,471,2.451,549,1.423,552,1.715,567,1.291,582,3.111,584,1.352,586,1.715,652,1.51,700,4.184,755,2.022,805,1.62,819,3.111,831,1.665,842,1.62,893,1.62,901,1.62,936,1.715,992,1.715,1067,2.158,1095,2.022,1127,2.022,1136,1.773,1137,3.419,1152,1.238,1158,1.58,1165,1.84,1174,1.84,1192,1.921,1220,2.158,1221,2.022,1222,1.921,1223,1.921,1226,1.921,1227,1.84,1232,2.158,1243,1.84,1249,1.58,1259,1.773,1260,2.022,1261,1.84,1263,1.773,1274,1.479,1299,2.022,1303,1.921,1314,4.751,1321,2.158,1329,2.158,1345,2.158,1362,2.022,1365,2.022,1378,1.84,1405,2.158,1461,1.773,1462,2.022,1469,2.158,1486,3.111,1499,2.158,1511,2.158,1544,1.921,1551,2.158,1552,3.248,1553,3.419,1556,2.022,1566,2.158,1572,2.158,1577,2.158,1579,2.158,1580,3.648,1581,2.364,1582,3.996,1583,2.364,1584,2.364,1585,2.364,1586,3.996,1587,2.364,1588,2.364,1589,2.364,1590,2.364,1591,2.364,1592,2.364]],["t/1078",[25,4.59,37,5.673,53,2.592,135,3.676,190,4.671,245,2.571,549,3.992,700,4.067,831,4.671,898,5.595,901,4.545,1249,4.432,1363,6.054,1364,5.673,1365,5.673,1544,7.121,1545,6.054,1580,6.054,1593,6.631,1594,6.631]]],"invertedIndex":[["0",{"_index":281,"t":{"20":{"position":[[323,1],[646,1]]},"57":{"position":[[149,1],[215,1],[275,1],[304,1],[614,1],[935,1],[1251,1],[1565,1]]},"227":{"position":[[440,1],[482,1],[514,1]]},"305":{"position":[[660,1],[974,1]]},"406":{"position":[[146,1],[148,1]]},"408":{"position":[[179,1],[181,1]]},"416":{"position":[[831,1]]},"440":{"position":[[468,1],[510,1],[542,1]]},"582":{"position":[[20,1]]},"588":{"position":[[20,1]]},"632":{"position":[[343,1],[655,1]]},"715":{"position":[[30,1]]},"770":{"position":[[246,1],[288,1],[320,1]]},"949":{"position":[[694,1],[781,1],[1075,1],[1141,1],[1185,1],[1188,1],[1346,1],[1559,1],[1742,1],[1854,1],[2039,1],[2326,1],[2515,1],[2618,1]]},"971":{"position":[[688,1]]},"1012":{"position":[[21,1],[25,1],[496,1],[500,1]]}}}],["00",{"_index":375,"t":{"71":{"position":[[162,2],[201,2],[320,2],[359,2],[478,2],[517,2]]},"83":{"position":[[152,2],[191,2]]},"97":{"position":[[140,2],[179,2]]},"111":{"position":[[140,2],[179,2]]},"130":{"position":[[402,2],[441,2]]},"132":{"position":[[465,2],[504,2]]},"137":{"position":[[386,2],[425,2]]},"146":{"position":[[367,2],[406,2]]},"155":{"position":[[361,2],[400,2]]},"164":{"position":[[377,2],[416,2]]},"305":{"position":[[1656,2]]},"402":{"position":[[187,2]]},"408":{"position":[[561,2]]},"412":{"position":[[413,2]]},"450":{"position":[[224,2],[416,2]]},"460":{"position":[[224,2]]},"470":{"position":[[225,2]]},"632":{"position":[[967,2]]},"646":{"position":[[381,2],[420,2]]},"777":{"position":[[393,2],[432,2],[852,2],[891,2],[1217,2],[1256,2],[1579,2],[1618,2],[1949,2],[1988,2]]},"782":{"position":[[390,2],[429,2],[755,2],[794,2]]},"787":{"position":[[416,2],[455,2],[778,2],[817,2],[1148,2],[1187,2]]},"792":{"position":[[416,2],[455,2]]},"804":{"position":[[506,2],[545,2]]},"816":{"position":[[506,2],[545,2]]},"826":{"position":[[506,2],[545,2]]},"838":{"position":[[506,2],[545,2]]},"852":{"position":[[449,2],[488,2]]},"866":{"position":[[458,2],[497,2]]},"878":{"position":[[354,2],[393,2]]}}}],["000z",{"_index":666,"t":{"598":{"position":[[145,4]]}}}],["00z",{"_index":376,"t":{"71":{"position":[[165,3],[204,3],[323,3],[362,3],[481,3],[520,3]]},"83":{"position":[[155,3],[194,3]]},"97":{"position":[[143,3],[182,3]]},"111":{"position":[[143,3],[182,3]]},"130":{"position":[[405,3],[444,3]]},"132":{"position":[[468,3],[507,3]]},"137":{"position":[[389,3],[428,3]]},"146":{"position":[[370,3],[409,3]]},"155":{"position":[[364,3],[403,3]]},"164":{"position":[[380,3],[419,3]]},"305":{"position":[[1659,3]]},"402":{"position":[[190,3]]},"408":{"position":[[564,3]]},"412":{"position":[[416,3]]},"450":{"position":[[227,3],[419,3]]},"460":{"position":[[227,3]]},"470":{"position":[[228,3]]},"632":{"position":[[970,3]]},"646":{"position":[[384,3],[423,3]]},"777":{"position":[[396,3],[435,3],[855,3],[894,3],[1220,3],[1259,3],[1582,3],[1621,3],[1952,3],[1991,3]]},"782":{"position":[[393,3],[432,3],[758,3],[797,3]]},"787":{"position":[[419,3],[458,3],[781,3],[820,3],[1151,3],[1190,3]]},"792":{"position":[[419,3],[458,3]]},"804":{"position":[[509,3],[548,3]]},"816":{"position":[[509,3],[548,3]]},"826":{"position":[[509,3],[548,3]]},"838":{"position":[[509,3],[548,3]]},"852":{"position":[[452,3],[491,3]]},"866":{"position":[[461,3],[500,3]]},"878":{"position":[[357,3],[396,3]]}}}],["01",{"_index":316,"t":{"41":{"position":[[97,2]]},"55":{"position":[[96,2]]},"183":{"position":[[2414,2]]},"305":{"position":[[1321,2]]}}}],["01t12",{"_index":742,"t":{"715":{"position":[[113,5]]}}}],["02",{"_index":436,"t":{"183":{"position":[[2370,2]]},"305":{"position":[[1277,2]]}}}],["02t13",{"_index":665,"t":{"598":{"position":[[133,5]]},"600":{"position":[[148,5]]}}}],["03",{"_index":315,"t":{"41":{"position":[[94,2]]},"55":{"position":[[93,2]]},"57":{"position":[[151,2],[277,2]]},"912":{"position":[[393,2]]},"1036":{"position":[[373,2]]}}}],["035345612z",{"_index":947,"t":{"912":{"position":[[408,10]]}}}],["04",{"_index":1000,"t":{"932":{"position":[[1003,2]]}}}],["04t10",{"_index":278,"t":{"20":{"position":[[299,5],[622,5]]}}}],["04z",{"_index":744,"t":{"715":{"position":[[122,3]]}}}],["05",{"_index":492,"t":{"305":{"position":[[1647,2]]},"632":{"position":[[958,2]]},"656":{"position":[[397,2],[436,2]]},"676":{"position":[[316,2],[379,2]]},"688":{"position":[[340,2],[403,2]]}}}],["06",{"_index":424,"t":{"183":{"position":[[313,2],[630,2],[970,2],[1323,2],[1676,2],[2029,2]]},"305":{"position":[[320,2],[633,2],[947,2]]},"632":{"position":[[316,2],[628,2]]}}}],["06t00",{"_index":493,"t":{"305":{"position":[[1650,5]]},"632":{"position":[[961,5]]}}}],["07",{"_index":277,"t":{"20":{"position":[[296,2],[619,2]]},"41":{"position":[[114,2]]},"55":{"position":[[113,2]]}}}],["07z",{"_index":280,"t":{"20":{"position":[[308,3],[631,3]]},"979":{"position":[[1056,3],[1095,3]]},"981":{"position":[[327,3],[366,3]]},"983":{"position":[[1138,3],[1177,3]]},"989":{"position":[[740,3],[779,3],[1320,3],[1359,3]]}}}],["09",{"_index":345,"t":{"57":{"position":[[587,2],[908,2],[1224,2],[1538,2]]},"600":{"position":[[145,2]]}}}],["09z",{"_index":703,"t":{"656":{"position":[[409,3],[448,3]]}}}],["0sec",{"_index":629,"t":{"512":{"position":[[162,4]]},"518":{"position":[[173,4]]}}}],["1",{"_index":154,"t":{"6":{"position":[[293,1]]},"20":{"position":[[648,1]]},"57":{"position":[[937,1],[1567,1]]},"71":{"position":[[129,1]]},"130":{"position":[[488,1]]},"132":{"position":[[551,1]]},"137":{"position":[[472,1]]},"183":{"position":[[1703,1]]},"193":{"position":[[94,1]]},"241":{"position":[[106,1]]},"249":{"position":[[106,1]]},"305":{"position":[[347,1]]},"317":{"position":[[84,1],[101,1]]},"319":{"position":[[159,1],[176,1]]},"329":{"position":[[84,1]]},"331":{"position":[[190,1],[207,1],[517,1]]},"343":{"position":[[98,1],[115,1]]},"347":{"position":[[163,1],[180,1]]},"357":{"position":[[96,1],[113,1]]},"359":{"position":[[44,1]]},"361":{"position":[[157,1]]},"371":{"position":[[86,1],[103,1]]},"383":{"position":[[97,1],[114,1]]},"404":{"position":[[671,1],[706,1],[1183,1]]},"406":{"position":[[150,1]]},"408":{"position":[[183,1]]},"412":{"position":[[185,1]]},"416":{"position":[[755,1]]},"458":{"position":[[119,1]]},"468":{"position":[[119,1]]},"550":{"position":[[18,1]]},"556":{"position":[[18,1]]},"676":{"position":[[289,1]]},"688":{"position":[[313,1]]},"715":{"position":[[28,1]]},"792":{"position":[[502,1]]},"846":{"position":[[114,1],[138,1],[163,1],[188,1]]},"852":{"position":[[322,1],[346,1],[371,1],[396,1]]},"860":{"position":[[165,1],[189,1],[214,1],[239,1]]},"866":{"position":[[331,1],[355,1],[380,1],[405,1]]},"932":{"position":[[92,1],[1208,1],[1308,1]]},"934":{"position":[[898,1]]},"947":{"position":[[440,1]]},"949":{"position":[[698,1],[798,1],[1144,1],[1746,1],[1858,1],[2043,1],[2519,1]]},"965":{"position":[[5,1]]},"971":{"position":[[612,1]]},"1012":{"position":[[23,1],[498,1]]},"1026":{"position":[[506,1]]}}}],["10",{"_index":435,"t":{"183":{"position":[[2367,2],[2411,2]]},"305":{"position":[[1274,2],[1318,2],[1674,2]]},"400":{"position":[[72,2]]},"402":{"position":[[154,2]]},"406":{"position":[[72,2]]},"408":{"position":[[130,2]]},"410":{"position":[[72,2]]},"412":{"position":[[130,2]]},"450":{"position":[[192,2],[384,2]]},"460":{"position":[[192,2]]},"470":{"position":[[193,2]]},"632":{"position":[[985,2]]},"914":{"position":[[377,2]]},"979":{"position":[[1044,2],[1083,2]]},"981":{"position":[[315,2],[354,2]]},"983":{"position":[[1126,2],[1165,2]]},"987":{"position":[[452,2]]},"989":{"position":[[728,2],[767,2],[1308,2],[1347,2]]}}}],["1000",{"_index":568,"t":{"406":{"position":[[235,4]]},"408":{"position":[[368,4]]},"410":{"position":[[259,4]]},"412":{"position":[[233,4]]}}}],["100309303",{"_index":474,"t":{"265":{"position":[[122,9]]},"558":{"position":[[239,9]]}}}],["100z",{"_index":667,"t":{"600":{"position":[[160,4]]}}}],["10mb",{"_index":1007,"t":{"932":{"position":[[1647,4]]}}}],["10t23",{"_index":374,"t":{"71":{"position":[[156,5],[195,5],[314,5],[353,5],[472,5],[511,5]]},"83":{"position":[[146,5],[185,5]]},"97":{"position":[[134,5],[173,5]]},"111":{"position":[[134,5]]},"130":{"position":[[396,5],[435,5]]},"132":{"position":[[459,5],[498,5]]},"137":{"position":[[380,5],[419,5]]},"146":{"position":[[361,5],[400,5]]},"155":{"position":[[355,5],[394,5]]},"164":{"position":[[371,5],[410,5]]},"646":{"position":[[375,5],[414,5]]},"777":{"position":[[387,5],[426,5],[846,5],[885,5],[1211,5],[1250,5],[1573,5],[1612,5],[1943,5],[1982,5]]},"782":{"position":[[384,5],[423,5],[749,5],[788,5]]},"787":{"position":[[410,5],[449,5],[772,5],[811,5],[1142,5],[1181,5]]},"792":{"position":[[410,5],[449,5]]},"804":{"position":[[500,5],[539,5]]},"816":{"position":[[500,5],[539,5]]},"826":{"position":[[500,5],[539,5]]},"838":{"position":[[500,5],[539,5]]},"852":{"position":[[443,5],[482,5]]},"866":{"position":[[452,5]]},"878":{"position":[[348,5]]}}}],["11",{"_index":373,"t":{"71":{"position":[[153,2],[192,2],[311,2],[350,2],[469,2],[508,2]]},"83":{"position":[[143,2],[182,2]]},"97":{"position":[[131,2],[170,2]]},"111":{"position":[[131,2],[170,2]]},"130":{"position":[[393,2],[432,2]]},"132":{"position":[[456,2],[495,2]]},"137":{"position":[[377,2],[416,2]]},"146":{"position":[[358,2],[397,2]]},"155":{"position":[[352,2],[391,2]]},"164":{"position":[[368,2],[407,2]]},"402":{"position":[[178,2]]},"408":{"position":[[552,2]]},"412":{"position":[[404,2]]},"450":{"position":[[215,2],[407,2]]},"460":{"position":[[215,2]]},"470":{"position":[[216,2]]},"598":{"position":[[130,2],[142,2]]},"600":{"position":[[157,2]]},"646":{"position":[[372,2],[411,2]]},"715":{"position":[[110,2],[143,2]]},"777":{"position":[[384,2],[423,2],[843,2],[882,2],[1208,2],[1247,2],[1570,2],[1609,2],[1940,2],[1979,2]]},"782":{"position":[[381,2],[420,2],[746,2],[785,2]]},"787":{"position":[[407,2],[446,2],[769,2],[808,2],[1139,2],[1178,2]]},"792":{"position":[[407,2],[446,2]]},"804":{"position":[[497,2],[536,2]]},"816":{"position":[[497,2],[536,2]]},"826":{"position":[[497,2],[536,2]]},"838":{"position":[[497,2],[536,2]]},"852":{"position":[[440,2],[479,2]]},"866":{"position":[[449,2],[488,2]]},"878":{"position":[[345,2],[384,2]]},"912":{"position":[[402,2]]},"1036":{"position":[[370,2]]}}}],["110",{"_index":438,"t":{"183":{"position":[[2428,3]]}}}],["11e8",{"_index":402,"t":{"130":{"position":[[153,4]]},"132":{"position":[[222,4]]},"137":{"position":[[137,4]]},"146":{"position":[[127,4]]},"155":{"position":[[121,4]]},"164":{"position":[[119,4]]},"777":{"position":[[144,4],[468,4],[927,4],[1315,4],[1677,4]]},"782":{"position":[[141,4],[465,4]]},"787":{"position":[[126,4],[514,4],[876,4]]},"792":{"position":[[167,4]]},"804":{"position":[[122,4]]},"816":{"position":[[122,4]]},"826":{"position":[[122,4]]},"836":{"position":[[93,4]]},"838":{"position":[[122,4]]},"852":{"position":[[109,4]]},"860":{"position":[[25,4]]},"866":{"position":[[112,4]]}}}],["11p0",{"_index":681,"t":{"646":{"position":[[112,4]]},"878":{"position":[[112,4]]}}}],["11t10",{"_index":910,"t":{"866":{"position":[[491,5]]}}}],["11t12",{"_index":915,"t":{"878":{"position":[[387,5]]}}}],["12",{"_index":938,"t":{"912":{"position":[[242,2]]}}}],["120",{"_index":322,"t":{"43":{"position":[[288,3]]}}}],["122",{"_index":325,"t":{"43":{"position":[[353,3]]}}}],["127",{"_index":561,"t":{"406":{"position":[[142,3]]},"408":{"position":[[175,3]]}}}],["12t22",{"_index":713,"t":{"676":{"position":[[319,5]]},"688":{"position":[[343,5]]}}}],["13",{"_index":1557,"t":{"1068":{"position":[[804,2]]}}}],["136969346945",{"_index":555,"t":{"404":{"position":[[1043,12],[1401,12],[1612,12]]}}}],["13t09",{"_index":346,"t":{"57":{"position":[[590,5],[911,5],[1227,5],[1541,5]]}}}],["13t11",{"_index":1101,"t":{"979":{"position":[[1047,5],[1086,5]]}}}],["13t12",{"_index":1103,"t":{"981":{"position":[[318,5],[357,5]]},"983":{"position":[[1129,5],[1168,5]]},"989":{"position":[[731,5],[770,5],[1311,5],[1350,5]]}}}],["13t23",{"_index":396,"t":{"111":{"position":[[173,5]]}}}],["13z",{"_index":427,"t":{"183":{"position":[[325,3],[642,3],[982,3],[1335,3],[1688,3],[2041,3]]}}}],["14",{"_index":660,"t":{"582":{"position":[[9,2]]},"588":{"position":[[9,2]]},"618":{"position":[[11,2]]},"1068":{"position":[[811,2]]}}}],["15t17",{"_index":945,"t":{"912":{"position":[[396,5]]}}}],["15t22",{"_index":716,"t":{"676":{"position":[[382,5]]},"688":{"position":[[406,5]]}}}],["17t22",{"_index":702,"t":{"656":{"position":[[400,5],[439,5]]}}}],["18",{"_index":279,"t":{"20":{"position":[[305,2],[628,2]]},"1028":{"position":[[334,2]]}}}],["18z",{"_index":486,"t":{"305":{"position":[[332,3],[645,3],[959,3]]}}}],["19",{"_index":1102,"t":{"979":{"position":[[1053,2],[1092,2]]},"981":{"position":[[324,2],[363,2]]}}}],["19t00",{"_index":531,"t":{"402":{"position":[[181,5]]},"408":{"position":[[555,5]]},"412":{"position":[[407,5]]},"450":{"position":[[218,5],[410,5]]},"460":{"position":[[218,5]]},"470":{"position":[[219,5]]}}}],["1d0aa54",{"_index":691,"t":{"656":{"position":[[95,8]]}}}],["1day",{"_index":599,"t":{"416":{"position":[[688,4]]},"971":{"position":[[545,4]]}}}],["2",{"_index":282,"t":{"20":{"position":[[325,1]]},"41":{"position":[[139,1]]},"43":{"position":[[162,1],[212,1]]},"55":{"position":[[138,1]]},"71":{"position":[[287,1]]},"183":{"position":[[2056,1]]},"235":{"position":[[176,1]]},"243":{"position":[[135,1]]},"251":{"position":[[125,1]]},"331":{"position":[[534,1]]},"416":{"position":[[903,1]]},"450":{"position":[[462,1]]},"460":{"position":[[271,1]]},"470":{"position":[[282,1]]},"780":{"position":[[92,1]]},"782":{"position":[[51,1]]},"898":{"position":[[1328,1]]},"922":{"position":[[172,1]]},"932":{"position":[[169,1]]},"934":{"position":[[1036,1]]},"965":{"position":[[431,1]]},"971":{"position":[[760,1]]}}}],["20",{"_index":485,"t":{"305":{"position":[[329,2],[642,2],[956,2]]},"516":{"position":[[24,2]]},"632":{"position":[[325,2],[637,2]]}}}],["200",{"_index":264,"t":{"20":{"position":[[91,3]]},"29":{"position":[[86,3]]},"43":{"position":[[120,3]]},"57":{"position":[[17,3]]},"71":{"position":[[87,3]]},"83":{"position":[[93,3]]},"97":{"position":[[80,3]]},"111":{"position":[[72,3]]},"123":{"position":[[23,3]]},"130":{"position":[[108,3]]},"137":{"position":[[92,3]]},"146":{"position":[[95,3]]},"155":{"position":[[89,3]]},"164":{"position":[[87,3]]},"171":{"position":[[26,3]]},"183":{"position":[[112,3]]},"199":{"position":[[79,3]]},"211":{"position":[[23,3]]},"223":{"position":[[87,3]]},"227":{"position":[[384,3]]},"235":{"position":[[17,3]]},"243":{"position":[[17,3]]},"251":{"position":[[17,3]]},"265":{"position":[[96,3]]},"277":{"position":[[77,3]]},"291":{"position":[[17,3]]},"305":{"position":[[114,3]]},"319":{"position":[[76,3]]},"331":{"position":[[92,3]]},"347":{"position":[[80,3]]},"361":{"position":[[74,3]]},"373":{"position":[[55,3]]},"387":{"position":[[17,3]]},"402":{"position":[[17,3]]},"426":{"position":[[1097,3]]},"436":{"position":[[131,3]]},"440":{"position":[[404,3]]},"450":{"position":[[17,3]]},"460":{"position":[[17,3]]},"470":{"position":[[17,3]]},"482":{"position":[[17,3]]},"496":{"position":[[17,3]]},"508":{"position":[[23,3]]},"524":{"position":[[23,3]]},"542":{"position":[[23,3]]},"558":{"position":[[0,3]]},"574":{"position":[[17,3]]},"590":{"position":[[23,3]]},"602":{"position":[[23,3]]},"620":{"position":[[23,3]]},"632":{"position":[[103,3]]},"646":{"position":[[80,3]]},"656":{"position":[[77,3]]},"666":{"position":[[77,3]]},"676":{"position":[[74,3]]},"688":{"position":[[72,3]]},"698":{"position":[[17,3]]},"713":{"position":[[17,3]]},"739":{"position":[[17,3]]},"753":{"position":[[17,3]]},"760":{"position":[[304,3]]},"770":{"position":[[190,3]]},"777":{"position":[[99,3]]},"782":{"position":[[96,3]]},"787":{"position":[[81,3]]},"792":{"position":[[122,3]]},"804":{"position":[[90,3]]},"816":{"position":[[90,3]]},"826":{"position":[[90,3]]},"838":{"position":[[90,3]]},"852":{"position":[[77,3]]},"866":{"position":[[80,3]]},"878":{"position":[[80,3]]},"890":{"position":[[59,3]]},"991":{"position":[[312,3]]},"993":{"position":[[327,3]]}}}],["2006",{"_index":664,"t":{"598":{"position":[[125,4]]}}}],["2009",{"_index":372,"t":{"71":{"position":[[148,4],[187,4],[306,4],[345,4],[464,4],[503,4]]},"83":{"position":[[138,4],[177,4]]},"97":{"position":[[126,4],[165,4]]},"111":{"position":[[126,4],[165,4]]},"130":{"position":[[388,4],[427,4]]},"132":{"position":[[451,4],[490,4]]},"137":{"position":[[372,4],[411,4]]},"146":{"position":[[353,4],[392,4]]},"155":{"position":[[347,4],[386,4]]},"164":{"position":[[363,4],[402,4]]},"646":{"position":[[367,4],[406,4]]},"777":{"position":[[379,4],[418,4],[838,4],[877,4],[1203,4],[1242,4],[1565,4],[1604,4],[1935,4],[1974,4]]},"782":{"position":[[376,4],[415,4],[741,4],[780,4]]},"787":{"position":[[402,4],[441,4],[764,4],[803,4],[1134,4],[1173,4]]},"792":{"position":[[402,4],[441,4]]},"804":{"position":[[492,4],[531,4]]},"816":{"position":[[492,4],[531,4]]},"826":{"position":[[492,4],[531,4]]},"838":{"position":[[492,4],[531,4]]},"852":{"position":[[435,4],[474,4]]},"866":{"position":[[444,4],[483,4]]},"878":{"position":[[340,4],[379,4]]}}}],["2016",{"_index":944,"t":{"912":{"position":[[388,4]]},"979":{"position":[[1039,4],[1078,4]]},"981":{"position":[[310,4],[349,4]]},"983":{"position":[[1121,4],[1160,4]]},"989":{"position":[[723,4],[762,4],[1303,4],[1342,4]]},"1014":{"position":[[453,4],[520,4]]}}}],["2017",{"_index":276,"t":{"20":{"position":[[291,4],[614,4]]},"183":{"position":[[308,4],[625,4],[965,4],[1318,4],[1671,4],[2024,4]]},"305":{"position":[[315,4],[628,4],[942,4]]},"632":{"position":[[311,4],[623,4]]}}}],["2018",{"_index":434,"t":{"183":{"position":[[2362,4],[2406,4]]},"305":{"position":[[1269,4],[1313,4]]}}}],["2019",{"_index":314,"t":{"41":{"position":[[89,4],[109,4]]},"55":{"position":[[88,4],[108,4]]},"305":{"position":[[1642,4]]},"600":{"position":[[140,4]]},"632":{"position":[[953,4]]},"676":{"position":[[311,4]]},"688":{"position":[[335,4]]},"715":{"position":[[105,4]]}}}],["2020",{"_index":530,"t":{"402":{"position":[[173,4]]},"408":{"position":[[547,4]]},"412":{"position":[[399,4]]},"450":{"position":[[210,4],[402,4]]},"460":{"position":[[210,4]]},"470":{"position":[[211,4]]},"656":{"position":[[392,4],[431,4]]},"676":{"position":[[374,4]]},"688":{"position":[[398,4]]}}}],["2021",{"_index":1412,"t":{"1036":{"position":[[365,4]]}}}],["2022",{"_index":344,"t":{"57":{"position":[[582,4],[903,4],[1219,4],[1533,4]]}}}],["220",{"_index":1022,"t":{"936":{"position":[[297,3],[892,3]]}}}],["24",{"_index":317,"t":{"41":{"position":[[117,2]]},"55":{"position":[[116,2]]}}}],["25",{"_index":1563,"t":{"1072":{"position":[[25,2]]}}}],["25669",{"_index":321,"t":{"43":{"position":[[255,5]]}}}],["25677",{"_index":324,"t":{"43":{"position":[[320,5]]}}}],["26",{"_index":714,"t":{"676":{"position":[[325,2],[388,2]]},"688":{"position":[[349,2],[412,2]]}}}],["27",{"_index":334,"t":{"57":{"position":[[119,2],[245,2]]},"656":{"position":[[406,2],[445,2]]},"1014":{"position":[[511,2]]}}}],["27001",{"_index":1545,"t":{"1068":{"position":[[195,5]]},"1078":{"position":[[207,5]]}}}],["27t10",{"_index":484,"t":{"305":{"position":[[323,5],[636,5],[950,5]]}}}],["28",{"_index":1590,"t":{"1076":{"position":[[1254,2]]}}}],["285",{"_index":1027,"t":{"936":{"position":[[941,3]]}}}],["286",{"_index":1029,"t":{"936":{"position":[[1003,3]]}}}],["287",{"_index":1030,"t":{"936":{"position":[[1007,3]]}}}],["288",{"_index":1023,"t":{"936":{"position":[[311,3],[906,3],[1011,3]]}}}],["29",{"_index":1110,"t":{"983":{"position":[[1135,2],[1174,2]]}}}],["3",{"_index":336,"t":{"57":{"position":[[171,1],[329,1]]},"183":{"position":[[340,1],[997,1],[1350,1]]},"406":{"position":[[187,1]]},"408":{"position":[[220,1]]},"540":{"position":[[110,1]]},"612":{"position":[[11,1]]},"785":{"position":[[92,1]]},"787":{"position":[[56,1]]},"932":{"position":[[796,1]]},"934":{"position":[[1259,1]]},"965":{"position":[[938,1]]}}}],["30",{"_index":437,"t":{"183":{"position":[[2384,2]]},"305":{"position":[[1291,2]]},"522":{"position":[[24,2]]}}}],["300",{"_index":639,"t":{"532":{"position":[[178,3]]},"534":{"position":[[81,3]]},"540":{"position":[[155,3]]},"936":{"position":[[288,3],[883,3]]}}}],["3000",{"_index":585,"t":{"416":{"position":[[80,4]]},"947":{"position":[[488,4]]},"969":{"position":[[410,4]]}}}],["3000m",{"_index":587,"t":{"416":{"position":[[135,6]]},"969":{"position":[[465,6]]}}}],["300m",{"_index":596,"t":{"416":{"position":[[534,5]]},"971":{"position":[[391,5]]}}}],["30second",{"_index":637,"t":{"524":{"position":[[89,9]]}}}],["30t13",{"_index":425,"t":{"183":{"position":[[316,5],[633,5],[973,5],[1326,5],[1679,5],[2032,5]]}}}],["30t14",{"_index":672,"t":{"632":{"position":[[319,5],[631,5]]}}}],["32",{"_index":1464,"t":{"1044":{"position":[[307,2]]}}}],["34",{"_index":946,"t":{"912":{"position":[[405,2]]}}}],["344",{"_index":697,"t":{"656":{"position":[[168,3]]}}}],["38z",{"_index":673,"t":{"632":{"position":[[328,3],[640,3]]}}}],["39",{"_index":347,"t":{"57":{"position":[[596,2],[917,2],[1233,2],[1547,2]]},"598":{"position":[[139,2]]},"600":{"position":[[154,2]]},"989":{"position":[[737,2],[776,2]]}}}],["4",{"_index":349,"t":{"57":{"position":[[1183,1],[1497,1]]},"183":{"position":[[657,1]]},"582":{"position":[[34,1]]},"588":{"position":[[34,1]]},"934":{"position":[[1439,1]]},"1036":{"position":[[393,1]]}}}],["40",{"_index":490,"t":{"305":{"position":[[1335,2]]},"989":{"position":[[1317,2],[1356,2]]}}}],["400",{"_index":728,"t":{"705":{"position":[[315,3],[450,3],[664,3],[781,3],[855,3],[923,3],[1000,3]]}}}],["401",{"_index":356,"t":{"61":{"position":[[184,3]]},"705":{"position":[[1059,3]]}}}],["403",{"_index":360,"t":{"61":{"position":[[385,3]]},"705":{"position":[[1151,3]]}}}],["404",{"_index":478,"t":{"293":{"position":[[114,3],[149,3]]},"498":{"position":[[115,3],[150,3]]},"705":{"position":[[382,3],[522,3]]},"755":{"position":[[114,3],[149,3]]}}}],["408",{"_index":723,"t":{"705":{"position":[[112,3]]},"914":{"position":[[482,3],[538,3]]}}}],["409",{"_index":725,"t":{"705":{"position":[[184,3],[250,3]]}}}],["413",{"_index":735,"t":{"705":{"position":[[591,3]]}}}],["44b8",{"_index":692,"t":{"656":{"position":[[104,4]]}}}],["4551h9j7f7dde380a5f8bc4fdb4fe980c565b67b",{"_index":571,"t":{"408":{"position":[[277,40]]}}}],["4ad7",{"_index":501,"t":{"319":{"position":[[108,4]]},"331":{"position":[[139,4],[466,4]]},"347":{"position":[[112,4]]},"361":{"position":[[106,4]]}}}],["4d2a",{"_index":693,"t":{"656":{"position":[[109,4]]}}}],["4ebe",{"_index":401,"t":{"130":{"position":[[148,4]]},"132":{"position":[[217,4]]},"137":{"position":[[132,4]]},"146":{"position":[[122,4]]},"155":{"position":[[116,4]]},"164":{"position":[[114,4]]},"646":{"position":[[107,4]]},"777":{"position":[[139,4],[463,4],[922,4],[1310,4],[1672,4]]},"782":{"position":[[136,4],[460,4]]},"787":{"position":[[121,4],[509,4],[871,4]]},"792":{"position":[[162,4]]},"816":{"position":[[117,4]]},"826":{"position":[[117,4]]},"836":{"position":[[88,4]]},"838":{"position":[[117,4]]},"852":{"position":[[104,4]]},"860":{"position":[[20,4]]},"866":{"position":[[107,4]]},"878":{"position":[[107,4]]}}}],["4rte",{"_index":890,"t":{"804":{"position":[[117,4]]}}}],["5",{"_index":602,"t":{"416":{"position":[[833,1]]},"532":{"position":[[87,1]]},"715":{"position":[[32,1],[146,1]]},"777":{"position":[[2058,1]]},"782":{"position":[[852,1]]},"787":{"position":[[1268,1]]},"934":{"position":[[1926,1]]},"969":{"position":[[155,1],[201,1],[283,1]]},"971":{"position":[[690,1]]}}}],["500",{"_index":719,"t":{"703":{"position":[[114,3]]}}}],["5000",{"_index":562,"t":{"406":{"position":[[152,4]]},"408":{"position":[[185,4]]}}}],["50811bd1",{"_index":499,"t":{"319":{"position":[[94,8]]},"331":{"position":[[125,8],[452,8]]},"347":{"position":[[98,8]]},"361":{"position":[[92,8]]}}}],["51",{"_index":743,"t":{"715":{"position":[[119,2]]}}}],["53",{"_index":426,"t":{"183":{"position":[[322,2],[639,2],[979,2],[1332,2],[1685,2],[2038,2]]}}}],["5555",{"_index":294,"t":{"29":{"position":[[154,4]]}}}],["56z",{"_index":348,"t":{"57":{"position":[[599,3],[920,3],[1236,3],[1550,3]]}}}],["58z",{"_index":715,"t":{"676":{"position":[[328,3],[391,3]]},"688":{"position":[[352,3],[415,3]]}}}],["5min",{"_index":987,"t":{"924":{"position":[[30,5]]}}}],["6",{"_index":338,"t":{"57":{"position":[[197,1],[361,1]]}}}],["600sec",{"_index":631,"t":{"512":{"position":[[183,6]]},"518":{"position":[[183,6]]}}}],["60th",{"_index":973,"t":{"918":{"position":[[231,4]]}}}],["6311196665befcc1523b8e013979347b8780254c",{"_index":1109,"t":{"983":{"position":[[1003,40]]},"985":{"position":[[327,40]]},"987":{"position":[[167,40]]},"991":{"position":[[189,40]]},"993":{"position":[[205,40]]}}}],["64",{"_index":1208,"t":{"1012":{"position":[[528,2]]}}}],["640",{"_index":668,"t":{"604":{"position":[[12,3]]}}}],["679",{"_index":1235,"t":{"1014":{"position":[[458,3]]}}}],["6980574421",{"_index":518,"t":{"385":{"position":[[96,10]]}}}],["7",{"_index":110,"t":{"4":{"position":[[1311,1]]},"936":{"position":[[1124,1]]}}}],["8",{"_index":319,"t":{"43":{"position":[[183,1]]}}}],["8080",{"_index":643,"t":{"540":{"position":[[75,4]]},"762":{"position":[[215,4]]},"766":{"position":[[811,4]]},"977":{"position":[[273,4]]}}}],["8443",{"_index":614,"t":{"426":{"position":[[677,4],[771,4],[835,4],[934,4]]}}}],["8cf7",{"_index":694,"t":{"656":{"position":[[114,4]]}}}],["8f55",{"_index":502,"t":{"319":{"position":[[113,4]]},"331":{"position":[[144,4],[471,4]]},"347":{"position":[[117,4]]},"361":{"position":[[111,4]]}}}],["9001",{"_index":1594,"t":{"1078":{"position":[[194,4]]}}}],["904c56cc6e2b1955dbd98ace80a45be8238432fc",{"_index":1100,"t":{"979":{"position":[[907,40],[1122,40]]},"981":{"position":[[146,40]]},"983":{"position":[[312,40]]},"989":{"position":[[318,40],[903,40]]}}}],["915dff62846dd1d790b4296c034c184fa3a859b6",{"_index":1117,"t":{"989":{"position":[[601,40]]}}}],["94bfd746",{"_index":876,"t":{"777":{"position":[[913,8]]},"787":{"position":[[112,8]]}}}],["99bfd740",{"_index":909,"t":{"866":{"position":[[98,8]]}}}],["99bfd746",{"_index":400,"t":{"130":{"position":[[139,8]]},"132":{"position":[[208,8]]},"137":{"position":[[123,8]]},"146":{"position":[[113,8]]},"155":{"position":[[107,8]]},"164":{"position":[[105,8]]},"646":{"position":[[98,8]]},"777":{"position":[[130,8],[454,8],[1301,8],[1663,8]]},"782":{"position":[[127,8],[451,8]]},"787":{"position":[[500,8],[862,8]]},"792":{"position":[[153,8]]},"804":{"position":[[108,8]]},"816":{"position":[[108,8]]},"826":{"position":[[108,8]]},"836":{"position":[[79,8]]},"838":{"position":[[108,8]]},"852":{"position":[[95,8]]},"860":{"position":[[11,8]]},"878":{"position":[[98,8]]}}}],["9c2a",{"_index":904,"t":{"852":{"position":[[114,4]]}}}],["9c2d",{"_index":403,"t":{"130":{"position":[[158,4]]},"132":{"position":[[227,4]]},"137":{"position":[[142,4]]},"146":{"position":[[132,4]]},"155":{"position":[[126,4]]},"164":{"position":[[124,4]]},"646":{"position":[[117,4]]},"777":{"position":[[149,4],[473,4],[932,4],[1320,4],[1682,4]]},"782":{"position":[[146,4],[470,4]]},"787":{"position":[[131,4],[519,4],[881,4]]},"792":{"position":[[172,4]]},"804":{"position":[[127,4]]},"816":{"position":[[127,4]]},"826":{"position":[[127,4]]},"836":{"position":[[98,4]]},"838":{"position":[[127,4]]},"860":{"position":[[30,4]]},"866":{"position":[[117,4]]},"878":{"position":[[117,4]]}}}],["9d5189f7f758e380a5f8bc4fdb4fe980c565b67b",{"_index":573,"t":{"408":{"position":[[397,40]]}}}],["a561c6270b50",{"_index":503,"t":{"319":{"position":[[118,12]]},"331":{"position":[[149,12]]},"347":{"position":[[122,12]]},"361":{"position":[[116,12]]}}}],["a561c6270b55",{"_index":508,"t":{"331":{"position":[[476,12]]}}}],["aai",{"_index":1417,"t":{"1038":{"position":[[247,3]]}}}],["abid",{"_index":1121,"t":{"995":{"position":[[77,5]]}}}],["abil",{"_index":118,"t":{"4":{"position":[[1441,7]]},"10":{"position":[[2175,7]]},"936":{"position":[[517,7]]},"1042":{"position":[[249,7],[428,7]]}}}],["abov",{"_index":801,"t":{"757":{"position":[[944,5]]},"1014":{"position":[[1296,5]]},"1016":{"position":[[544,5],[735,5]]},"1024":{"position":[[435,5]]},"1032":{"position":[[234,5]]}}}],["absolut",{"_index":1384,"t":{"1030":{"position":[[1656,8]]}}}],["acc",{"_index":696,"t":{"656":{"position":[[164,3]]}}}],["accept",{"_index":689,"t":{"650":{"position":[[13,7]]},"652":{"position":[[31,6]]},"654":{"position":[[87,6]]},"711":{"position":[[0,6]]},"766":{"position":[[54,7]]},"932":{"position":[[852,7],[2342,10]]},"949":{"position":[[576,7]]},"983":{"position":[[568,7]]}}}],["access",{"_index":361,"t":{"61":{"position":[[402,6]]},"183":{"position":[[1086,6],[1439,6],[1792,6],[2145,6]]},"227":{"position":[[222,6]]},"426":{"position":[[561,6]]},"440":{"position":[[234,6]]},"705":{"position":[[1132,6],[1205,6]]},"719":{"position":[[521,6]]},"725":{"position":[[61,6],[217,6],[410,6]]},"764":{"position":[[618,6]]},"766":{"position":[[886,6]]},"936":{"position":[[37,8],[1211,6]]},"940":{"position":[[32,8]]},"942":{"position":[[30,6]]},"944":{"position":[[30,6]]},"991":{"position":[[17,6]]},"993":{"position":[[17,6]]},"995":{"position":[[315,6],[487,6],[747,6],[986,6],[1763,6],[1853,6]]},"1014":{"position":[[2026,10]]},"1018":{"position":[[323,6]]},"1022":{"position":[[18,6]]},"1026":{"position":[[269,6],[395,6],[637,6]]},"1030":{"position":[[317,6],[632,6],[691,8],[766,9],[1534,6]]},"1040":{"position":[[129,6],[265,6],[437,6]]},"1047":{"position":[[227,6],[659,9],[776,6]]},"1049":{"position":[[122,6],[205,6],[480,6],[747,6],[921,6]]},"1051":{"position":[[81,6],[114,6],[369,8],[466,6]]},"1058":{"position":[[432,8]]},"1068":{"position":[[133,6]]},"1074":{"position":[[261,6]]}}}],["accident",{"_index":1352,"t":{"1030":{"position":[[224,10],[260,10]]},"1063":{"position":[[58,10]]}}}],["accompani",{"_index":1488,"t":{"1047":{"position":[[596,11]]}}}],["accord",{"_index":1249,"t":{"1014":{"position":[[1143,10]]},"1022":{"position":[[543,10]]},"1024":{"position":[[646,10]]},"1026":{"position":[[1195,10],[1418,10],[2083,10]]},"1030":{"position":[[878,10],[2277,9]]},"1065":{"position":[[346,9]]},"1068":{"position":[[178,9],[786,9]]},"1074":{"position":[[96,10]]},"1076":{"position":[[1234,10]]},"1078":{"position":[[177,9]]}}}],["account",{"_index":455,"t":{"235":{"position":[[125,10]]},"251":{"position":[[74,10]]},"719":{"position":[[97,7]]},"930":{"position":[[19,7],[110,7],[128,7]]},"938":{"position":[[19,7],[110,7],[128,7]]},"953":{"position":[[19,7],[110,7],[128,7]]},"963":{"position":[[19,7],[110,7],[128,7]]},"975":{"position":[[810,8]]},"981":{"position":[[29,7]]},"989":{"position":[[56,8]]},"995":{"position":[[1476,10]]},"999":{"position":[[19,7],[133,7]]},"1008":{"position":[[497,10],[568,10]]},"1018":{"position":[[63,7],[218,7]]},"1026":{"position":[[1021,7]]},"1030":{"position":[[1992,11]]},"1038":{"position":[[527,10],[586,10],[622,10],[698,10],[811,10]]},"1047":{"position":[[351,7]]},"1049":{"position":[[607,7]]},"1058":{"position":[[24,7]]},"1068":{"position":[[58,7]]}}}],["accredit",{"_index":1365,"t":{"1030":{"position":[[574,10]]},"1076":{"position":[[1576,10]]},"1078":{"position":[[145,10]]}}}],["accur",{"_index":1289,"t":{"1016":{"position":[[760,8]]}}}],["accuraci",{"_index":1339,"t":{"1026":{"position":[[1605,8]]}}}],["achiev",{"_index":1051,"t":{"949":{"position":[[186,7]]},"1042":{"position":[[158,7]]},"1060":{"position":[[246,8]]},"1074":{"position":[[619,8]]}}}],["ack",{"_index":207,"t":{"10":{"position":[[843,3],[931,3],[1854,3]]},"512":{"position":[[77,3],[132,3]]},"705":{"position":[[100,3],[841,3],[916,3]]},"898":{"position":[[675,3]]},"908":{"position":[[551,3],[639,3]]},"914":{"position":[[4,3],[442,3],[555,3],[597,3]]},"949":{"position":[[1158,3],[1238,3],[1363,3],[1595,3],[1613,3],[1640,3],[1757,3],[1884,3],[1910,3],[1937,3],[2054,3],[2357,3],[2389,3],[2416,3],[2495,3],[2530,3]]},"957":{"position":[[551,3],[639,3]]},"959":{"position":[[869,3]]},"961":{"position":[[1717,3]]},"997":{"position":[[1238,3],[1326,3]]},"1005":{"position":[[260,3]]}}}],["ack_id",{"_index":1069,"t":{"949":{"position":[[1158,6],[1363,6],[1595,6],[1640,6],[1757,6],[1884,6],[1937,6],[2054,6],[2416,6],[2530,6]]}}}],["ack_sub",{"_index":1074,"t":{"949":{"position":[[1613,7],[1910,7],[2389,7]]}}}],["ackdeadlinesecond",{"_index":528,"t":{"400":{"position":[[52,18]]},"402":{"position":[[133,18]]},"406":{"position":[[52,18]]},"408":{"position":[[109,18]]},"410":{"position":[[52,18]]},"412":{"position":[[109,18]]},"450":{"position":[[171,18],[363,18]]},"460":{"position":[[171,18]]},"470":{"position":[[172,18]]},"516":{"position":[[3,18]]},"518":{"position":[[86,18]]},"522":{"position":[[3,18]]},"898":{"position":[[517,18]]},"914":{"position":[[696,18]]},"987":{"position":[[431,18]]}}}],["ackid",{"_index":656,"t":{"558":{"position":[[34,5]]},"562":{"position":[[100,6]]},"566":{"position":[[3,6]]},"568":{"position":[[86,6]]},"572":{"position":[[3,6]]},"1005":{"position":[[214,6]]}}}],["acknowledg",{"_index":61,"t":{"4":{"position":[[319,12],[1271,12]]},"10":{"position":[[368,12],[407,15],[512,15],[892,11],[942,11],[1154,15]]},"512":{"position":[[26,15]]},"518":{"position":[[143,15]]},"562":{"position":[[51,12]]},"564":{"position":[[67,11]]},"570":{"position":[[124,11]]},"705":{"position":[[124,11],[889,11],[957,11]]},"723":{"position":[[1686,11],[1712,11],[1805,11]]},"898":{"position":[[591,15],[679,15]]},"908":{"position":[[76,12],[115,15],[220,15],[600,11],[650,11]]},"910":{"position":[[172,15]]},"914":{"position":[[91,11],[192,11],[410,11]]},"936":{"position":[[92,12],[339,12]]},"957":{"position":[[76,12],[115,15],[220,15],[600,11],[650,11]]},"959":{"position":[[169,15]]},"961":{"position":[[1017,15]]},"995":{"position":[[353,15]]},"997":{"position":[[763,12],[802,15],[907,15],[1287,11],[1337,11]]},"1005":{"position":[[100,12],[165,12]]},"1030":{"position":[[1766,11]]}}}],["acl",{"_index":450,"t":{"227":{"position":[[259,3]]},"271":{"position":[[53,3]]},"275":{"position":[[96,3]]},"293":{"position":[[21,3]]},"440":{"position":[[279,3]]},"476":{"position":[[57,3]]},"480":{"position":[[105,3]]},"498":{"position":[[21,3]]},"705":{"position":[[436,3],[484,3],[767,3],[822,3]]},"719":{"position":[[561,4]]},"725":{"position":[[230,3]]},"727":{"position":[[36,3]]},"729":{"position":[[38,3]]},"733":{"position":[[57,3]]},"737":{"position":[[117,3]]},"755":{"position":[[21,3]]},"848":{"position":[[556,4],[726,4],[858,4]]},"975":{"position":[[508,4]]},"983":{"position":[[156,4]]},"991":{"position":[[110,3]]},"993":{"position":[[121,3]]}}}],["act",{"_index":996,"t":{"932":{"position":[[236,3]]},"1008":{"position":[[514,3]]}}}],["action",{"_index":548,"t":{"404":{"position":[[642,6]]},"416":{"position":[[384,6],[725,6]]},"723":{"position":[[158,6],[271,6],[334,6],[388,6],[409,6],[503,6]]},"971":{"position":[[241,6],[582,6]]},"977":{"position":[[670,7]]},"979":{"position":[[1262,7]]},"981":{"position":[[599,7]]},"983":{"position":[[1277,7]]},"985":{"position":[[563,7]]},"987":{"position":[[522,7]]},"989":{"position":[[1460,7]]},"991":{"position":[[374,6]]},"993":{"position":[[388,6]]},"1026":{"position":[[29,7]]},"1047":{"position":[[0,7]]},"1051":{"position":[[0,7]]},"1058":{"position":[[243,7]]},"1063":{"position":[[0,7]]},"1070":{"position":[[29,7]]},"1074":{"position":[[0,7]]}}}],["activ",{"_index":684,"t":{"646":{"position":[[298,10]]},"676":{"position":[[262,10]]},"684":{"position":[[7,10]]},"688":{"position":[[286,10]]},"949":{"position":[[164,8]]},"995":{"position":[[2196,10]]},"1030":{"position":[[2008,8]]},"1036":{"position":[[353,6]]},"1049":{"position":[[381,6]]}}}],["activation_token",{"_index":683,"t":{"646":{"position":[[298,16]]},"676":{"position":[[262,16]]},"684":{"position":[[7,16]]},"688":{"position":[[286,16]]}}}],["activesupport",{"_index":983,"t":{"918":{"position":[[559,13]]}}}],["actual",{"_index":975,"t":{"918":{"position":[[290,8]]},"934":{"position":[[247,8]]},"1012":{"position":[[129,6]]},"1042":{"position":[[612,6]]}}}],["ad",{"_index":350,"t":{"61":{"position":[[30,6]]},"164":{"position":[[59,5]]},"721":{"position":[[511,6]]},"760":{"position":[[777,6]]},"782":{"position":[[67,5]]},"918":{"position":[[38,6]]}}}],["adapt",{"_index":1470,"t":{"1047":{"position":[[130,7]]},"1049":{"position":[[430,7]]}}}],["add",{"_index":415,"t":{"160":{"position":[[111,3]]},"918":{"position":[[119,3],[207,3],[399,4]]}}}],["addit",{"_index":241,"t":{"10":{"position":[[2274,10]]},"936":{"position":[[471,8]]}}}],["addition",{"_index":1490,"t":{"1047":{"position":[[684,12]]},"1074":{"position":[[949,12]]}}}],["address",{"_index":504,"t":{"319":{"position":[[225,7]]},"331":{"position":[[256,7],[583,7]]},"345":{"position":[[125,7]]},"347":{"position":[[229,7]]},"359":{"position":[[172,7],[272,7]]},"361":{"position":[[223,7],[385,7]]},"385":{"position":[[60,7]]},"764":{"position":[[37,7],[291,7]]},"766":{"position":[[303,7]]},"1018":{"position":[[89,7],[252,7]]},"1026":{"position":[[849,7],[2482,7]]},"1028":{"position":[[281,7],[390,7],[445,7]]},"1032":{"position":[[216,7],[346,7]]}}}],["address1",{"_index":517,"t":{"385":{"position":[[71,8]]}}}],["adequ",{"_index":1368,"t":{"1030":{"position":[[803,8]]}}}],["adequaci",{"_index":1591,"t":{"1076":{"position":[[1469,8]]}}}],["adher",{"_index":772,"t":{"721":{"position":[[95,8]]},"723":{"position":[[94,8]]}}}],["adjust",{"_index":225,"t":{"10":{"position":[[1482,7]]},"910":{"position":[[500,7]]},"959":{"position":[[497,7]]},"961":{"position":[[1345,7]]}}}],["admin",{"_index":328,"t":{"47":{"position":[[150,5]]},"132":{"position":[[23,5],[48,5]]},"721":{"position":[[227,5]]},"723":{"position":[[180,5]]},"725":{"position":[[380,5]]},"846":{"position":[[57,5]]},"848":{"position":[[220,5],[376,5],[410,5],[926,5],[951,5]]},"852":{"position":[[189,5]]},"860":{"position":[[106,5]]},"862":{"position":[[220,5]]},"866":{"position":[[193,5]]},"878":{"position":[[192,5]]},"975":{"position":[[152,5],[322,5],[362,5]]},"977":{"position":[[158,5]]},"979":{"position":[[177,5],[357,5],[447,5],[478,5],[520,5],[579,5],[689,5],[757,5],[828,5],[889,5],[1014,5]]},"981":{"position":[[23,5],[400,5],[527,5]]},"983":{"position":[[8,5],[102,5],[201,5],[251,5],[297,5],[471,5],[879,5],[957,5],[980,5],[1211,5]]},"985":{"position":[[8,5],[109,5],[223,5],[489,5]]},"987":{"position":[[82,5]]},"989":{"position":[[158,5],[814,5],[1394,5]]},"991":{"position":[[75,5]]},"993":{"position":[[79,5]]},"1040":{"position":[[1601,5]]}}}],["admin_demo",{"_index":1105,"t":{"983":{"position":[[297,10],[980,10]]},"985":{"position":[[223,10],[489,10]]},"987":{"position":[[82,10]]},"991":{"position":[[75,10]]},"993":{"position":[[79,10]]}}}],["administr",{"_index":1094,"t":{"979":{"position":[[249,13]]},"995":{"position":[[615,14],[1447,14]]},"1051":{"position":[[553,14],[624,14]]}}}],["adopt",{"_index":1253,"t":{"1014":{"position":[[1266,6]]}}}],["advanc",{"_index":1085,"t":{"973":{"position":[[41,8]]}}}],["advantag",{"_index":923,"t":{"894":{"position":[[299,9]]}}}],["advic",{"_index":963,"t":{"918":{"position":[[60,6]]}}}],["aforement",{"_index":1034,"t":{"942":{"position":[[44,14]]},"1016":{"position":[[923,14]]},"1022":{"position":[[286,14]]},"1026":{"position":[[2391,14]]}}}],["again",{"_index":1028,"t":{"936":{"position":[[975,5]]}}}],["against",{"_index":511,"t":{"377":{"position":[[56,7]]},"934":{"position":[[1511,7]]},"1030":{"position":[[212,7]]},"1047":{"position":[[157,7]]},"1063":{"position":[[50,7]]}}}],["agenc",{"_index":1176,"t":{"995":{"position":[[2265,8]]},"1024":{"position":[[194,8]]}}}],["aggreg",{"_index":1186,"t":{"1008":{"position":[[595,11],[612,11]]}}}],["agre",{"_index":1151,"t":{"995":{"position":[[1333,5],[1526,5],[1720,5]]}}}],["agreement",{"_index":1137,"t":{"995":{"position":[[712,10]]},"1074":{"position":[[673,9],[761,9],[966,9]]},"1076":{"position":[[1031,9],[1215,9]]}}}],["aim",{"_index":1538,"t":{"1065":{"position":[[100,3]]}}}],["air",{"_index":1528,"t":{"1063":{"position":[[207,3]]}}}],["alarm",{"_index":1038,"t":{"947":{"position":[[352,6],[636,6]]},"1038":{"position":[[426,6]]}}}],["alert",{"_index":526,"t":{"398":{"position":[[112,5]]},"402":{"position":[[68,5]]},"408":{"position":[[44,5]]},"412":{"position":[[44,5]]},"426":{"position":[[64,5]]},"450":{"position":[[88,5],[279,5]]},"460":{"position":[[88,5]]},"470":{"position":[[88,5]]},"506":{"position":[[100,5]]},"520":{"position":[[112,5]]},"538":{"position":[[111,5]]},"554":{"position":[[112,5]]},"570":{"position":[[111,5]]},"586":{"position":[[111,5]]},"600":{"position":[[98,5]]},"616":{"position":[[112,5]]},"949":{"position":[[947,6],[2374,5],[2508,5]]},"1042":{"position":[[619,6]]}}}],["alert_engin",{"_index":525,"t":{"398":{"position":[[112,12]]},"402":{"position":[[68,12]]},"408":{"position":[[44,12]]},"412":{"position":[[44,12]]},"426":{"position":[[64,12]]},"450":{"position":[[88,12]]},"460":{"position":[[88,12]]},"506":{"position":[[100,12]]},"520":{"position":[[112,12]]},"538":{"position":[[111,12]]},"554":{"position":[[112,12]]},"570":{"position":[[111,12]]},"586":{"position":[[111,12]]},"600":{"position":[[98,12]]},"616":{"position":[[112,12]]}}}],["alert_engine2",{"_index":621,"t":{"450":{"position":[[279,13]]},"470":{"position":[[88,13]]}}}],["algorithm",{"_index":226,"t":{"10":{"position":[[1523,9]]},"910":{"position":[[541,9]]},"959":{"position":[[538,9]]},"961":{"position":[[1386,9]]}}}],["allow",{"_index":33,"t":{"2":{"position":[[524,6]]},"4":{"position":[[796,6],[1118,6]]},"8":{"position":[[755,6]]},"10":{"position":[[1691,6]]},"512":{"position":[[151,7]]},"723":{"position":[[363,7],[534,5],[631,5],[745,5],[844,5],[951,5],[1071,5],[1189,5],[1322,5],[1440,5],[1563,5],[1698,5]]},"904":{"position":[[307,6]]},"934":{"position":[[323,6]]},"936":{"position":[[951,5]]},"947":{"position":[[1010,6]]},"959":{"position":[[706,6]]},"961":{"position":[[1554,6]]},"1040":{"position":[[686,6]]}}}],["along",{"_index":994,"t":{"930":{"position":[[209,5]]},"938":{"position":[[209,5]]},"953":{"position":[[209,5]]},"963":{"position":[[209,5]]},"999":{"position":[[214,5]]}}}],["alongisd",{"_index":330,"t":{"47":{"position":[[161,9]]}}}],["alongsid",{"_index":470,"t":{"261":{"position":[[360,9]]},"385":{"position":[[206,9]]},"947":{"position":[[837,9]]}}}],["alreadi",{"_index":724,"t":{"705":{"position":[[169,7],[188,7],[235,7],[254,7]]},"1001":{"position":[[3,7]]}}}],["already_exist",{"_index":726,"t":{"705":{"position":[[188,14],[254,14]]}}}],["alter",{"_index":1355,"t":{"1030":{"position":[[277,10]]},"1058":{"position":[[85,7]]}}}],["altern",{"_index":239,"t":{"10":{"position":[[2212,11]]},"766":{"position":[[575,11],[1148,11],[1289,11],[1319,11]]}}}],["although",{"_index":1382,"t":{"1030":{"position":[[1556,8]]}}}],["alway",{"_index":463,"t":{"261":{"position":[[206,6]]},"898":{"position":[[1091,6]]},"912":{"position":[[682,6]]},"1016":{"position":[[645,6]]}}}],["am",{"_index":3,"t":{"2":{"position":[[28,3]]},"4":{"position":[[93,3],[749,3],[1781,3],[1911,3]]},"10":{"position":[[0,3],[1639,3],[1738,3],[2018,3],[2468,3]]},"12":{"position":[[78,3]]},"14":{"position":[[65,3]]},"20":{"position":[[126,3],[219,3],[396,3],[446,3],[542,3],[722,3]]},"57":{"position":[[417,3],[510,3],[685,3],[735,3],[831,3],[1011,3],[1061,3],[1154,3],[1322,3],[1372,3],[1468,3],[1641,3]]},"426":{"position":[[515,3],[776,3],[840,3],[939,3]]},"898":{"position":[[1355,3]]},"910":{"position":[[611,3]]},"926":{"position":[[716,3],[739,3]]},"934":{"position":[[4,3]]},"936":{"position":[[480,3],[1112,3]]},"947":{"position":[[971,3]]},"949":{"position":[[670,3],[681,3],[760,3],[809,3],[834,3],[870,3],[974,3],[1609,3],[1906,3],[2166,3],[2385,3]]},"955":{"position":[[0,3]]},"959":{"position":[[654,3],[753,3]]},"961":{"position":[[576,3],[1502,3],[1601,3]]},"965":{"position":[[547,3],[681,3]]},"967":{"position":[[0,3]]},"1001":{"position":[[26,3]]},"1003":{"position":[[0,3],[325,3]]},"1012":{"position":[[0,3],[78,3],[136,3],[349,3],[399,3],[462,3],[502,3],[601,3],[811,3]]},"1036":{"position":[[186,3],[339,3],[397,3]]},"1038":{"position":[[82,3],[193,3],[291,3],[546,3],[847,3],[925,3],[1064,3]]},"1040":{"position":[[1597,3]]}}}],["amd64",{"_index":752,"t":{"715":{"position":[[200,5]]}}}],["amount",{"_index":296,"t":{"33":{"position":[[31,6]]},"43":{"position":[[46,6]]}}}],["ams_host",{"_index":1057,"t":{"949":{"position":[[681,8],[809,8],[870,8]]}}}],["ams_nod",{"_index":266,"t":{"20":{"position":[[126,8],[219,8],[446,8],[542,8]]},"57":{"position":[[417,8],[510,8],[735,8],[831,8],[1061,8],[1154,8],[1372,8],[1468,8]]}}}],["ams_verificationhash",{"_index":611,"t":{"426":{"position":[[515,20],[776,20],[840,20],[939,20]]}}}],["amsexcept",{"_index":1076,"t":{"949":{"position":[[1685,12],[1982,12],[2265,12],[2452,12],[2554,12]]}}}],["amsmessag",{"_index":1078,"t":{"949":{"position":[[2201,10]]}}}],["annual",{"_index":1592,"t":{"1076":{"position":[[1541,8]]}}}],["anonym",{"_index":1219,"t":{"1014":{"position":[[53,7]]},"1018":{"position":[[74,11]]},"1055":{"position":[[35,13],[147,9]]}}}],["anoth",{"_index":1052,"t":{"949":{"position":[[270,7]]},"1026":{"position":[[1984,7],[2286,7]]},"1042":{"position":[[125,7]]}}}],["answer",{"_index":957,"t":{"916":{"position":[[14,7]]},"920":{"position":[[14,7]]}}}],["anyof",{"_index":1002,"t":{"932":{"position":[[1111,5]]}}}],["apach",{"_index":920,"t":{"894":{"position":[[245,6],[437,6]]}}}],["apart",{"_index":234,"t":{"10":{"position":[[1960,5]]},"766":{"position":[[0,5]]}}}],["api",{"_index":13,"t":{"2":{"position":[[152,3],[245,3],[339,3]]},"4":{"position":[[33,3],[1915,3]]},"10":{"position":[[673,3],[1742,3],[1920,3],[2404,3]]},"37":{"position":[[228,3]]},"47":{"position":[[68,3]]},"51":{"position":[[228,3]]},"61":{"position":[[74,3]]},"293":{"position":[[81,3]]},"377":{"position":[[404,3]]},"426":{"position":[[490,3],[738,3],[802,3]]},"498":{"position":[[82,3]]},"703":{"position":[[52,3]]},"707":{"position":[[36,3]]},"719":{"position":[[247,3],[517,3]]},"721":{"position":[[555,3]]},"723":{"position":[[474,3]]},"725":{"position":[[10,3],[531,3]]},"755":{"position":[[81,3]]},"757":{"position":[[32,3]]},"760":{"position":[[27,3],[163,3],[534,3],[821,3]]},"762":{"position":[[39,3]]},"764":{"position":[[83,3],[632,3],[831,3]]},"766":{"position":[[882,3]]},"894":{"position":[[19,3],[331,3],[508,3]]},"896":{"position":[[112,3],[205,3]]},"898":{"position":[[1058,3],[1319,3]]},"900":{"position":[[124,3]]},"908":{"position":[[381,3]]},"912":{"position":[[888,3]]},"922":{"position":[[163,3]]},"930":{"position":[[223,3]]},"932":{"position":[[587,3]]},"934":{"position":[[1162,3],[1377,3],[1859,3]]},"936":{"position":[[570,3],[758,3],[1116,3]]},"938":{"position":[[223,3]]},"940":{"position":[[53,3]]},"944":{"position":[[57,3]]},"953":{"position":[[223,3]]},"957":{"position":[[381,3]]},"959":{"position":[[757,3],[935,3]]},"961":{"position":[[1605,3],[1783,3]]},"963":{"position":[[223,3]]},"979":{"position":[[77,3],[290,3],[1232,3]]},"981":{"position":[[566,3]]},"983":{"position":[[1247,3]]},"985":{"position":[[458,3],[532,3]]},"987":{"position":[[484,3]]},"989":{"position":[[1430,3]]},"997":{"position":[[1068,3]]},"999":{"position":[[228,3]]},"1040":{"position":[[1630,3]]}}}],["app",{"_index":1452,"t":{"1040":{"position":[[1610,3]]}}}],["appli",{"_index":645,"t":{"542":{"position":[[416,8]]},"719":{"position":[[555,5]]},"965":{"position":[[1424,8]]},"1010":{"position":[[551,5]]},"1014":{"position":[[1995,5]]},"1044":{"position":[[322,5]]},"1049":{"position":[[105,7]]},"1051":{"position":[[571,7]]},"1053":{"position":[[479,7]]},"1055":{"position":[[400,7]]},"1058":{"position":[[541,7]]},"1065":{"position":[[338,7]]},"1070":{"position":[[764,7]]},"1074":{"position":[[489,7]]}}}],["applic",{"_index":38,"t":{"2":{"position":[[589,12]]},"10":{"position":[[128,11],[197,11],[640,11],[1059,11]]},"18":{"position":[[23,11]]},"27":{"position":[[23,11]]},"39":{"position":[[23,11]]},"41":{"position":[[23,11]]},"53":{"position":[[23,11]]},"55":{"position":[[23,11]]},"69":{"position":[[30,11]]},"81":{"position":[[30,11]]},"95":{"position":[[31,11]]},"109":{"position":[[30,11]]},"121":{"position":[[33,11]]},"128":{"position":[[30,11]]},"135":{"position":[[30,11]]},"142":{"position":[[31,11]]},"151":{"position":[[30,11]]},"160":{"position":[[31,11]]},"169":{"position":[[31,11]]},"181":{"position":[[23,11]]},"197":{"position":[[30,11]]},"209":{"position":[[33,11]]},"221":{"position":[[23,11]]},"233":{"position":[[23,11]]},"241":{"position":[[23,11]]},"249":{"position":[[23,11]]},"263":{"position":[[31,11]]},"275":{"position":[[23,11]]},"289":{"position":[[31,11]]},"303":{"position":[[23,11]]},"317":{"position":[[30,11]]},"329":{"position":[[30,11]]},"343":{"position":[[31,11]]},"357":{"position":[[30,11]]},"371":{"position":[[33,11]]},"383":{"position":[[31,11]]},"398":{"position":[[30,11]]},"436":{"position":[[30,11]]},"448":{"position":[[30,11]]},"458":{"position":[[30,11]]},"468":{"position":[[30,11]]},"480":{"position":[[23,11]]},"494":{"position":[[31,11]]},"506":{"position":[[33,11]]},"520":{"position":[[31,11]]},"538":{"position":[[31,11]]},"554":{"position":[[31,11]]},"570":{"position":[[31,11]]},"586":{"position":[[30,11]]},"600":{"position":[[30,11]]},"616":{"position":[[31,11]]},"630":{"position":[[23,11]]},"644":{"position":[[31,11]]},"654":{"position":[[31,11]]},"664":{"position":[[31,11]]},"674":{"position":[[30,11]]},"686":{"position":[[30,11]]},"696":{"position":[[33,11]]},"711":{"position":[[8,11]]},"737":{"position":[[31,11]]},"751":{"position":[[23,11]]},"775":{"position":[[30,11]]},"780":{"position":[[30,11]]},"785":{"position":[[30,11]]},"790":{"position":[[30,11]]},"802":{"position":[[30,11]]},"814":{"position":[[30,11]]},"824":{"position":[[30,11]]},"836":{"position":[[30,11]]},"850":{"position":[[36,11]]},"864":{"position":[[36,11]]},"876":{"position":[[31,11]]},"888":{"position":[[33,11]]},"898":{"position":[[455,11]]},"906":{"position":[[122,11],[191,11]]},"908":{"position":[[348,11]]},"910":{"position":[[77,11]]},"951":{"position":[[374,11],[562,12]]},"955":{"position":[[128,11],[197,11]]},"957":{"position":[[348,11]]},"959":{"position":[[74,11]]},"961":{"position":[[374,11],[562,12],[704,11],[773,11],[922,11]]},"997":{"position":[[374,11],[562,12],[612,11],[1035,11]]},"1003":{"position":[[308,12]]},"1008":{"position":[[268,11]]},"1014":{"position":[[1329,10],[1426,10],[1870,10]]},"1024":{"position":[[662,10]]},"1026":{"position":[[215,10],[708,10],[1215,10],[1438,10],[1692,10],[2169,10]]},"1051":{"position":[[381,12]]},"1053":{"position":[[121,12]]},"1060":{"position":[[365,11]]},"1065":{"position":[[405,10]]}}}],["appoint",{"_index":1550,"t":{"1068":{"position":[[536,9]]}}}],["approach",{"_index":136,"t":{"4":{"position":[[1935,8]]}}}],["appropri",{"_index":1129,"t":{"995":{"position":[[341,11],[2237,11]]},"1010":{"position":[[561,11]]},"1016":{"position":[[780,11]]},"1030":{"position":[[129,11]]}}}],["approv",{"_index":992,"t":{"930":{"position":[[136,8]]},"938":{"position":[[136,8]]},"953":{"position":[[136,8]]},"963":{"position":[[136,8]]},"999":{"position":[[141,8]]},"1047":{"position":[[283,8]]},"1076":{"position":[[1145,8]]}}}],["april",{"_index":1238,"t":{"1014":{"position":[[514,5]]}}}],["architectur",{"_index":751,"t":{"715":{"position":[[184,12]]}}}],["area",{"_index":1469,"t":{"1047":{"position":[[120,5],[677,5]]},"1076":{"position":[[792,4]]}}}],["arg",{"_index":1058,"t":{"949":{"position":[[709,4],[724,4],[819,4],[888,4],[908,4],[991,4],[1033,4],[1089,4],[1625,4],[1656,4],[1922,4],[1953,4],[2184,4],[2245,4],[2401,4],[2432,4],[2649,4]]}}}],["argo",{"_index":0,"t":{"2":{"position":[[4,4],[463,4]]},"10":{"position":[[2013,4],[2069,4],[2093,4],[2105,4]]},"41":{"position":[[129,4],[134,4]]},"43":{"position":[[157,4],[231,4]]},"55":{"position":[[128,4],[133,4]]},"61":{"position":[[255,4]]},"63":{"position":[[0,4]]},"183":{"position":[[269,4],[586,4],[920,4],[1273,4],[1626,4],[1979,4],[2323,4]]},"636":{"position":[[0,4]]},"717":{"position":[[75,4],[218,4]]},"719":{"position":[[414,4]]},"721":{"position":[[187,4]]},"760":{"position":[[4,4],[149,4]]},"762":{"position":[[87,4],[310,4]]},"764":{"position":[[936,4]]},"766":{"position":[[31,4],[192,4],[955,4],[1247,4]]},"768":{"position":[[0,4]]},"777":{"position":[[521,4],[980,4],[1368,4],[1730,4]]},"782":{"position":[[518,4]]},"787":{"position":[[179,4],[567,4],[929,4]]},"804":{"position":[[175,4]]},"816":{"position":[[175,4]]},"826":{"position":[[175,4]]},"838":{"position":[[175,4]]},"846":{"position":[[30,4]]},"848":{"position":[[284,4]]},"850":{"position":[[94,4]]},"852":{"position":[[162,4]]},"864":{"position":[[92,4]]},"876":{"position":[[76,4]]},"878":{"position":[[165,4]]},"888":{"position":[[78,4]]},"894":{"position":[[4,4],[316,4],[493,4]]},"898":{"position":[[25,4],[1359,4]]},"900":{"position":[[4,4]]},"912":{"position":[[7,4],[487,4]]},"930":{"position":[[34,4],[87,4]]},"932":{"position":[[829,4],[1425,4],[2249,4]]},"938":{"position":[[34,4],[87,4]]},"947":{"position":[[596,4]]},"953":{"position":[[34,4],[87,4]]},"963":{"position":[[34,4],[87,4]]},"973":{"position":[[111,4]]},"975":{"position":[[29,4]]},"977":{"position":[[0,4],[368,4],[804,4]]},"979":{"position":[[275,4]]},"999":{"position":[[34,4],[87,4]]},"1008":{"position":[[459,4]]},"1012":{"position":[[717,4],[846,4]]},"1014":{"position":[[249,4],[295,4],[833,4],[1630,4],[2087,4]]},"1018":{"position":[[230,4]]},"1020":{"position":[[78,4],[229,4],[310,4]]},"1022":{"position":[[154,4]]},"1026":{"position":[[107,4],[858,4],[1391,4],[2441,4]]},"1028":{"position":[[21,4]]},"1030":{"position":[[723,4],[780,4]]},"1032":{"position":[[174,4]]},"1034":{"position":[[24,4]]},"1036":{"position":[[289,4],[312,4]]},"1038":{"position":[[58,4],[998,4]]},"1040":{"position":[[530,4],[663,4],[1399,4],[1512,4]]},"1042":{"position":[[10,4]]}}}],["argo2",{"_index":397,"t":{"128":{"position":[[75,5]]},"130":{"position":[[206,5]]},"132":{"position":[[275,5]]},"135":{"position":[[75,5]]},"137":{"position":[[190,5]]},"142":{"position":[[89,5]]},"144":{"position":[[30,5]]},"146":{"position":[[180,5]]},"151":{"position":[[88,5]]},"153":{"position":[[30,5]]},"155":{"position":[[174,5]]},"160":{"position":[[89,5]]},"164":{"position":[[172,5]]},"169":{"position":[[76,5]]},"777":{"position":[[197,5]]},"782":{"position":[[194,5]]},"790":{"position":[[91,5]]},"792":{"position":[[99,5],[220,5]]},"860":{"position":[[78,5]]},"866":{"position":[[165,5]]}}}],["argo_msg",{"_index":829,"t":{"762":{"position":[[310,8]]},"766":{"position":[[955,8]]},"977":{"position":[[368,8]]}}}],["argoeu",{"_index":1203,"t":{"1012":{"position":[[342,6],[392,6],[455,6],[710,6],[829,6]]},"1014":{"position":[[1613,6],[2070,6]]}}}],["argomessagingservic",{"_index":1061,"t":{"949":{"position":[[840,20]]}}}],["argument",{"_index":730,"t":{"705":{"position":[[327,8],[440,9],[462,8],[603,8],[654,9],[676,8],[771,9],[793,8],[867,8],[935,8],[1012,8]]},"760":{"position":[[223,9]]}}}],["around",{"_index":1026,"t":{"936":{"position":[[787,6]]},"944":{"position":[[114,6]]}}}],["array",{"_index":659,"t":{"562":{"position":[[91,5]]},"918":{"position":[[365,5]]},"932":{"position":[[1073,5]]},"1005":{"position":[[205,5]]}}}],["arriv",{"_index":1456,"t":{"1042":{"position":[[331,6]]}}}],["art",{"_index":1556,"t":{"1068":{"position":[[799,3]]},"1072":{"position":[[21,3]]},"1076":{"position":[[1250,3]]}}}],["articl",{"_index":1463,"t":{"1044":{"position":[[299,7]]}}}],["ascrib",{"_index":1264,"t":{"1014":{"position":[[1846,8]]}}}],["ask",{"_index":1457,"t":{"1042":{"position":[[373,6]]}}}],["aspect",{"_index":1571,"t":{"1074":{"position":[[546,7]]}}}],["assess",{"_index":1554,"t":{"1068":{"position":[[688,10]]}}}],["assign",{"_index":902,"t":{"848":{"position":[[1095,6]]},"914":{"position":[[675,9]]},"934":{"position":[[1262,6]]},"1060":{"position":[[464,10]]}}}],["assist",{"_index":1406,"t":{"1036":{"position":[[47,6]]}}}],["associ",{"_index":513,"t":{"377":{"position":[[191,10]]},"848":{"position":[[59,10]]},"862":{"position":[[59,10]]},"922":{"position":[[33,10]]},"934":{"position":[[1646,10]]},"1010":{"position":[[199,9]]}}}],["async",{"_index":1455,"t":{"1042":{"position":[[166,5]]}}}],["asynchron",{"_index":55,"t":{"4":{"position":[[134,12]]},"1008":{"position":[[211,12]]},"1040":{"position":[[855,12]]}}}],["attach",{"_index":180,"t":{"8":{"position":[[612,8],[713,8]]},"261":{"position":[[297,8]]},"904":{"position":[[164,8],[265,8]]},"934":{"position":[[1071,8]]},"949":{"position":[[332,6]]},"983":{"position":[[28,8]]}}}],["attempt",{"_index":954,"t":{"914":{"position":[[318,7]]},"995":{"position":[[578,7]]}}}],["attr1",{"_index":457,"t":{"261":{"position":[[35,5]]}}}],["attr2",{"_index":459,"t":{"261":{"position":[[52,5]]}}}],["attribut",{"_index":72,"t":{"4":{"position":[[499,10]]},"8":{"position":[[943,10],[1040,9]]},"261":{"position":[[19,10]]},"404":{"position":[[928,10],[1290,10],[1501,10]]},"558":{"position":[[77,10]]},"898":{"position":[[911,10],[1127,10]]},"912":{"position":[[131,9],[268,10],[707,10]]},"932":{"position":[[1258,10],[1347,10],[1505,10],[1780,9],[1893,10],[2043,10]]},"934":{"position":[[720,10]]}}}],["attribute1",{"_index":940,"t":{"912":{"position":[[293,10]]}}}],["attribute2",{"_index":942,"t":{"912":{"position":[[337,10]]}}}],["audit",{"_index":1345,"t":{"1028":{"position":[[154,6]]},"1076":{"position":[[1530,6]]}}}],["auth",{"_index":243,"t":{"10":{"position":[[2333,4]]},"725":{"position":[[581,4]]},"762":{"position":[[441,4]]},"764":{"position":[[499,4]]},"766":{"position":[[711,4]]},"977":{"position":[[499,4]]}}}],["authent",{"_index":238,"t":{"10":{"position":[[2125,14],[2224,14]]},"61":{"position":[[13,13]]},"705":{"position":[[1107,13]]},"719":{"position":[[0,14],[170,13],[290,14],[352,14]]},"721":{"position":[[0,14],[367,14],[494,13]]},"760":{"position":[[760,13]]},"766":{"position":[[736,14]]},"820":{"position":[[66,14]]},"979":{"position":[[1178,12]]},"1030":{"position":[[1320,14]]},"1040":{"position":[[1106,14],[1228,12]]}}}],["authn",{"_index":237,"t":{"10":{"position":[[2098,5],[2110,5]]},"1038":{"position":[[929,5]]}}}],["author",{"_index":358,"t":{"61":{"position":[[287,13]]},"269":{"position":[[40,10]]},"277":{"position":[[29,10],[87,10]]},"281":{"position":[[35,10]]},"287":{"position":[[3,10]]},"414":{"position":[[11,13],[189,13],[284,13]]},"474":{"position":[[31,10]]},"482":{"position":[[27,10]]},"486":{"position":[[35,10]]},"492":{"position":[[3,10]]},"536":{"position":[[314,13],[409,13],[656,13]]},"719":{"position":[[106,13],[268,13],[371,13]]},"721":{"position":[[449,13]]},"723":{"position":[[0,13]]},"731":{"position":[[40,10]]},"739":{"position":[[27,10]]},"743":{"position":[[35,10]]},"749":{"position":[[3,10]]},"764":{"position":[[511,13]]},"848":{"position":[[698,10],[830,10]]},"975":{"position":[[847,10]]},"977":{"position":[[641,10]]},"989":{"position":[[93,10]]},"991":{"position":[[249,10],[355,10]]},"993":{"position":[[265,10],[369,10]]},"995":{"position":[[1090,11],[1930,9]]},"1014":{"position":[[1765,9]]},"1022":{"position":[[428,13]]},"1024":{"position":[[179,11],[362,11]]},"1034":{"position":[[194,9],[232,9]]},"1040":{"position":[[1122,13]]},"1049":{"position":[[160,9]]},"1051":{"position":[[29,10],[121,13],[233,13]]},"1070":{"position":[[498,9]]}}}],["authoris",{"_index":1154,"t":{"995":{"position":[[1587,10]]},"1047":{"position":[[272,10],[560,10]]},"1049":{"position":[[293,10]]},"1060":{"position":[[537,13]]}}}],["authorizationhead",{"_index":569,"t":{"408":{"position":[[224,19]]},"532":{"position":[[91,19]]}}}],["authorized_us",{"_index":475,"t":{"277":{"position":[[87,16]]},"287":{"position":[[3,16]]},"482":{"position":[[27,16]]},"492":{"position":[[3,16]]},"739":{"position":[[27,16]]},"749":{"position":[[3,16]]},"991":{"position":[[249,16]]},"993":{"position":[[265,16]]}}}],["autogen",{"_index":570,"t":{"408":{"position":[[257,7]]},"414":{"position":[[167,7]]},"532":{"position":[[124,7]]},"536":{"position":[[254,7],[531,7],[724,7]]}}}],["automat",{"_index":184,"t":{"8":{"position":[[850,13]]},"414":{"position":[[224,13]]},"536":{"position":[[349,13]]},"904":{"position":[[402,13]]}}}],["avail",{"_index":59,"t":{"4":{"position":[[260,9]]},"6":{"position":[[219,12],[321,12]]},"10":{"position":[[486,9]]},"65":{"position":[[23,9]]},"71":{"position":[[51,9]]},"130":{"position":[[51,9]]},"227":{"position":[[23,9]]},"430":{"position":[[23,9]]},"440":{"position":[[23,9]]},"725":{"position":[[511,9]]},"766":{"position":[[124,9],[226,9]]},"770":{"position":[[23,9]]},"777":{"position":[[51,9]]},"792":{"position":[[51,9]]},"848":{"position":[[267,9]]},"908":{"position":[[194,9]]},"910":{"position":[[700,9]]},"936":{"position":[[441,9],[1090,9],[1183,9]]},"951":{"position":[[538,9]]},"957":{"position":[[194,9]]},"961":{"position":[[538,9]]},"977":{"position":[[660,9]]},"995":{"position":[[1210,9]]},"997":{"position":[[538,9],[881,9]]},"1003":{"position":[[284,9]]},"1030":{"position":[[1941,12]]},"1038":{"position":[[785,9],[1003,12]]},"1070":{"position":[[647,9]]}}}],["averag",{"_index":304,"t":{"35":{"position":[[31,7]]},"43":{"position":[[187,7],[263,7],[328,7]]},"57":{"position":[[124,7],[250,7]]},"926":{"position":[[845,7],[928,7]]}}}],["average_daily_messag",{"_index":320,"t":{"43":{"position":[[187,22],[263,22],[328,22]]},"57":{"position":[[124,22],[250,22]]}}}],["avro",{"_index":467,"t":{"261":{"position":[[239,4],[285,4]]},"337":{"position":[[6,4]]},"385":{"position":[[110,4],[144,4]]},"934":{"position":[[977,4]]}}}],["b",{"_index":70,"t":{"4":{"position":[[458,1]]},"934":{"position":[[679,1]]},"1018":{"position":[[190,1]]}}}],["b64encod",{"_index":971,"t":{"918":{"position":[[175,9],[309,9]]}}}],["back",{"_index":120,"t":{"4":{"position":[[1455,4]]},"894":{"position":[[70,4],[226,4],[427,4],[670,4]]},"898":{"position":[[206,4]]}}}],["backup",{"_index":1536,"t":{"1063":{"position":[[401,6]]},"1065":{"position":[[5,7],[192,7],[320,6],[427,6]]}}}],["bad",{"_index":721,"t":{"703":{"position":[[141,3]]}}}],["balanc",{"_index":1177,"t":{"1008":{"position":[[40,9]]}}}],["base",{"_index":893,"t":{"820":{"position":[[53,5]]},"848":{"position":[[717,5],[849,5]]},"916":{"position":[[22,5]]},"920":{"position":[[22,5]]},"1040":{"position":[[336,5]]},"1042":{"position":[[178,5]]},"1049":{"position":[[151,5]]},"1051":{"position":[[136,5]]},"1076":{"position":[[76,5]]}}}],["base64",{"_index":465,"t":{"261":{"position":[[224,6]]},"377":{"position":[[246,6]]},"385":{"position":[[199,6]]},"898":{"position":[[1109,6]]},"912":{"position":[[700,6]]},"918":{"position":[[12,6],[78,6],[590,6]]},"932":{"position":[[1186,6],[1612,6],[2288,6]]},"934":{"position":[[1701,6]]},"947":{"position":[[985,6]]}}}],["base64decod",{"_index":550,"t":{"404":{"position":[[787,12]]},"532":{"position":[[186,12]]},"534":{"position":[[180,12]]},"947":{"position":[[646,12],[945,12]]}}}],["basi",{"_index":364,"t":{"63":{"position":[[54,5]]},"975":{"position":[[243,5]]},"1049":{"position":[[260,5]]},"1060":{"position":[[525,5]]}}}],["bb0ad3da48f69372e38e55e423324b7366e32804",{"_index":701,"t":{"656":{"position":[[284,40]]}}}],["be",{"_index":448,"t":{"227":{"position":[[232,5]]},"440":{"position":[[244,5]]},"936":{"position":[[1079,5]]},"947":{"position":[[1091,5]]},"1026":{"position":[[591,5]]},"1030":{"position":[[1304,5]]},"1036":{"position":[[193,5]]},"1042":{"position":[[79,5]]},"1049":{"position":[[66,5]]},"1058":{"position":[[168,5]]},"1065":{"position":[[291,5]]},"1070":{"position":[[407,5]]}}}],["bear",{"_index":767,"t":{"719":{"position":[[478,4]]}}}],["becom",{"_index":1258,"t":{"1014":{"position":[[1559,6]]}}}],["befor",{"_index":552,"t":{"404":{"position":[[867,6]]},"416":{"position":[[363,6]]},"757":{"position":[[426,6]]},"947":{"position":[[1084,6]]},"949":{"position":[[104,6]]},"971":{"position":[[220,6]]},"1076":{"position":[[1042,6]]}}}],["begin",{"_index":1588,"t":{"1076":{"position":[[1054,5]]}}}],["behalf",{"_index":1565,"t":{"1074":{"position":[[50,6]]}}}],["behind",{"_index":754,"t":{"717":{"position":[[64,6]]}}}],["belong",{"_index":428,"t":{"183":{"position":[[406,9],[730,9]]},"305":{"position":[[420,9]]},"315":{"position":[[59,6]]},"327":{"position":[[59,6]]},"341":{"position":[[59,6]]},"355":{"position":[[57,7]]},"369":{"position":[[57,7]]},"381":{"position":[[57,7]]},"434":{"position":[[44,7]]},"721":{"position":[[333,7]]},"725":{"position":[[472,6]]},"951":{"position":[[94,6]]},"961":{"position":[[94,6]]},"997":{"position":[[94,6]]}}}],["below",{"_index":817,"t":{"762":{"position":[[185,5]]},"932":{"position":[[1791,5]]},"1026":{"position":[[379,5]]}}}],["best",{"_index":1301,"t":{"1020":{"position":[[216,4]]},"1030":{"position":[[1575,4]]}}}],["beta",{"_index":1416,"t":{"1038":{"position":[[174,4],[272,4]]}}}],["better",{"_index":1046,"t":{"947":{"position":[[1164,6]]}}}],["between",{"_index":36,"t":{"2":{"position":[[569,7]]},"305":{"position":[[1763,7]]},"632":{"position":[[1073,7]]},"926":{"position":[[377,7],[634,7]]},"934":{"position":[[267,7]]},"1038":{"position":[[16,7]]},"1040":{"position":[[627,7],[755,7],[1267,7],[1476,7]]}}}],["beyond",{"_index":1386,"t":{"1030":{"position":[[1853,6]]}}}],["big",{"_index":922,"t":{"894":{"position":[[295,3]]}}}],["billion",{"_index":155,"t":{"6":{"position":[[295,7]]}}}],["binari",{"_index":519,"t":{"385":{"position":[[161,6]]},"1012":{"position":[[281,6],[428,6]]}}}],["bind",{"_index":819,"t":{"762":{"position":[[195,4]]},"764":{"position":[[22,4]]},"766":{"position":[[285,4]]},"977":{"position":[[253,4]]},"1076":{"position":[[492,7],[621,7]]}}}],["bind_ip",{"_index":818,"t":{"762":{"position":[[195,7]]},"764":{"position":[[22,7]]},"977":{"position":[[253,7]]}}}],["black",{"_index":997,"t":{"932":{"position":[[245,5]]}}}],["blob",{"_index":1210,"t":{"1012":{"position":[[732,4]]}}}],["block",{"_index":1445,"t":{"1040":{"position":[[956,8]]}}}],["blog",{"_index":1036,"t":{"947":{"position":[[240,4]]}}}],["bodi",{"_index":549,"t":{"404":{"position":[[751,4],[1228,4]]},"426":{"position":[[985,4]]},"932":{"position":[[1408,4]]},"949":{"position":[[1223,4]]},"979":{"position":[[620,4]]},"981":{"position":[[211,4]]},"983":{"position":[[377,4],[512,4]]},"987":{"position":[[218,4]]},"989":{"position":[[369,4],[954,4]]},"991":{"position":[[240,4]]},"993":{"position":[[256,4]]},"995":{"position":[[287,4],[295,6],[459,4],[467,6],[1735,4],[1743,6]]},"1030":{"position":[[599,4]]},"1076":{"position":[[1601,6]]},"1078":{"position":[[170,6]]}}}],["bot",{"_index":1041,"t":{"947":{"position":[[592,3]]}}}],["both",{"_index":190,"t":{"10":{"position":[[13,4]]},"719":{"position":[[473,4]]},"906":{"position":[[17,4]]},"955":{"position":[[13,4]]},"961":{"position":[[589,4]]},"1026":{"position":[[37,4]]},"1030":{"position":[[82,4]]},"1078":{"position":[[115,4]]}}}],["bound",{"_index":1232,"t":{"1014":{"position":[[415,5]]},"1076":{"position":[[1289,5]]}}}],["brand",{"_index":383,"t":{"71":{"position":[[437,5],[565,5]]},"81":{"position":[[75,5]]},"83":{"position":[[111,5],[239,5]]},"97":{"position":[[227,5]]},"121":{"position":[[78,5]]},"181":{"position":[[68,5]]},"197":{"position":[[75,5]]},"199":{"position":[[106,5]]},"209":{"position":[[84,5]]},"221":{"position":[[68,5]]},"223":{"position":[[114,5]]},"233":{"position":[[68,5]]},"235":{"position":[[57,5],[108,5]]},"241":{"position":[[68,5]]},"243":{"position":[[57,5]]},"249":{"position":[[68,5]]},"251":{"position":[[57,5]]},"263":{"position":[[89,5]]},"275":{"position":[[68,5]]},"289":{"position":[[89,5]]},"303":{"position":[[68,5]]},"398":{"position":[[88,5]]},"400":{"position":[[21,5]]},"402":{"position":[[44,5],[102,5]]},"406":{"position":[[21,5]]},"408":{"position":[[20,5],[78,5]]},"410":{"position":[[21,5]]},"412":{"position":[[20,5],[78,5]]},"426":{"position":[[40,5]]},"448":{"position":[[75,5]]},"450":{"position":[[64,5],[122,5],[255,5],[314,5]]},"458":{"position":[[75,5]]},"460":{"position":[[64,5],[122,5]]},"468":{"position":[[75,5]]},"470":{"position":[[64,5],[123,5]]},"480":{"position":[[68,5]]},"494":{"position":[[92,5]]},"506":{"position":[[76,5]]},"520":{"position":[[88,5]]},"538":{"position":[[87,5]]},"554":{"position":[[88,5]]},"570":{"position":[[87,5]]},"586":{"position":[[87,5]]},"600":{"position":[[74,5]]},"616":{"position":[[88,5]]},"630":{"position":[[68,5]]}}}],["brand_new",{"_index":382,"t":{"71":{"position":[[437,9]]},"81":{"position":[[75,9]]},"83":{"position":[[111,9]]},"121":{"position":[[78,9]]},"181":{"position":[[68,9]]},"197":{"position":[[75,9]]},"199":{"position":[[106,9]]},"209":{"position":[[84,9]]},"221":{"position":[[68,9]]},"223":{"position":[[114,9]]},"233":{"position":[[68,9]]},"235":{"position":[[57,9],[108,9]]},"241":{"position":[[68,9]]},"243":{"position":[[57,9]]},"249":{"position":[[68,9]]},"251":{"position":[[57,9]]},"263":{"position":[[89,9]]},"275":{"position":[[68,9]]},"289":{"position":[[89,9]]},"303":{"position":[[68,9]]},"398":{"position":[[88,9]]},"400":{"position":[[21,9]]},"402":{"position":[[44,9],[102,9]]},"406":{"position":[[21,9]]},"408":{"position":[[20,9],[78,9]]},"410":{"position":[[21,9]]},"412":{"position":[[20,9],[78,9]]},"426":{"position":[[40,9]]},"448":{"position":[[75,9]]},"450":{"position":[[64,9],[122,9],[255,9],[314,9]]},"458":{"position":[[75,9]]},"460":{"position":[[64,9],[122,9]]},"468":{"position":[[75,9]]},"470":{"position":[[64,9],[123,9]]},"480":{"position":[[68,9]]},"494":{"position":[[92,9]]},"506":{"position":[[76,9]]},"520":{"position":[[88,9]]},"538":{"position":[[87,9]]},"554":{"position":[[88,9]]},"570":{"position":[[87,9]]},"586":{"position":[[87,9]]},"600":{"position":[[74,9]]},"616":{"position":[[88,9]]},"630":{"position":[[68,9]]}}}],["breach",{"_index":1133,"t":{"995":{"position":[[590,6],[940,6]]},"1070":{"position":[[95,6],[120,6],[395,8],[635,8]]}}}],["broker",{"_index":17,"t":{"2":{"position":[[226,6],[773,6]]},"896":{"position":[[186,6]]}}}],["bug",{"_index":980,"t":{"918":{"position":[[447,3]]}}}],["build",{"_index":741,"t":{"715":{"position":[[91,5]]},"1047":{"position":[[499,8]]}}}],["build_tim",{"_index":740,"t":{"715":{"position":[[91,10]]}}}],["built",{"_index":1448,"t":{"1040":{"position":[[1070,5]]}}}],["busi",{"_index":1311,"t":{"1024":{"position":[[113,8]]}}}],["byte",{"_index":483,"t":{"305":{"position":[[89,5],[800,5],[1046,5]]},"632":{"position":[[483,5],[727,5]]},"926":{"position":[[281,5],[512,5]]}}}],["bytoken",{"_index":892,"t":{"810":{"position":[[15,7]]},"814":{"position":[[72,7]]}}}],["byuuid",{"_index":895,"t":{"832":{"position":[[15,6]]},"836":{"position":[[72,6]]}}}],["c",{"_index":74,"t":{"4":{"position":[[525,1]]},"934":{"position":[[746,1]]}}}],["c94c",{"_index":500,"t":{"319":{"position":[[103,4]]},"331":{"position":[[134,4],[461,4]]},"347":{"position":[[107,4]]},"361":{"position":[[101,4]]}}}],["calcul",{"_index":301,"t":{"33":{"position":[[115,10]]}}}],["call",{"_index":42,"t":{"2":{"position":[[975,6]]},"8":{"position":[[105,6]]},"10":{"position":[[663,5],[882,5]]},"37":{"position":[[232,4]]},"47":{"position":[[72,5]]},"51":{"position":[[232,4]]},"377":{"position":[[408,4]]},"426":{"position":[[494,4]]},"552":{"position":[[347,4]]},"636":{"position":[[32,5]]},"760":{"position":[[203,6],[492,5]]},"768":{"position":[[32,5]]},"898":{"position":[[1437,4]]},"900":{"position":[[349,6]]},"908":{"position":[[371,5],[590,5]]},"928":{"position":[[47,6]]},"932":{"position":[[1868,4]]},"934":{"position":[[1166,4],[1381,4],[1863,4]]},"936":{"position":[[762,4]]},"940":{"position":[[82,4]]},"942":{"position":[[19,4]]},"944":{"position":[[19,4],[61,4]]},"951":{"position":[[50,6]]},"957":{"position":[[371,5],[590,5]]},"961":{"position":[[50,6]]},"979":{"position":[[294,4],[529,7]]},"991":{"position":[[369,4]]},"993":{"position":[[383,4]]},"997":{"position":[[50,6],[1058,5],[1277,5]]},"1003":{"position":[[641,4]]},"1076":{"position":[[1004,6]]}}}],["capabl",{"_index":899,"t":{"848":{"position":[[438,12]]},"975":{"position":[[390,12]]},"979":{"position":[[144,12]]},"1016":{"position":[[130,10]]}}}],["capac",{"_index":1307,"t":{"1022":{"position":[[349,8]]}}}],["carri",{"_index":1547,"t":{"1068":{"position":[[259,7],[709,7]]}}}],["carrier",{"_index":1501,"t":{"1051":{"position":[[348,8]]}}}],["case",{"_index":468,"t":{"261":{"position":[[255,4]]},"703":{"position":[[3,4]]},"760":{"position":[[357,4],[472,4],[721,4]]},"949":{"position":[[8,5]]},"969":{"position":[[3,4]]},"1026":{"position":[[631,4]]},"1034":{"position":[[3,4]]},"1042":{"position":[[402,4],[540,4]]},"1074":{"position":[[1174,4]]}}}],["categori",{"_index":1346,"t":{"1028":{"position":[[195,10]]}}}],["center",{"_index":1467,"t":{"1047":{"position":[[75,7]]}}}],["central",{"_index":1425,"t":{"1038":{"position":[[690,7]]},"1040":{"position":[[204,11]]},"1068":{"position":[[71,7]]}}}],["cert",{"_index":834,"t":{"762":{"position":[[349,5]]},"766":{"position":[[413,5]]},"977":{"position":[[407,5]]}}}],["certain",{"_index":1331,"t":{"1026":{"position":[[672,7]]}}}],["certif",{"_index":831,"t":{"762":{"position":[[322,11],[372,11]]},"764":{"position":[[380,11],[415,11],[432,11],[460,11]]},"766":{"position":[[348,11],[367,11],[437,11],[460,11]]},"977":{"position":[[380,11],[430,11]]},"1030":{"position":[[585,13]]},"1068":{"position":[[164,13]]},"1076":{"position":[[1587,13]]},"1078":{"position":[[156,13]]}}}],["certifi",{"_index":1364,"t":{"1030":{"position":[[557,9]]},"1051":{"position":[[478,9]]},"1078":{"position":[[120,9]]}}}],["certificate_key",{"_index":836,"t":{"762":{"position":[[372,15]]},"764":{"position":[[432,15]]},"977":{"position":[[430,15]]}}}],["chang",{"_index":636,"t":{"524":{"position":[[79,6]]},"542":{"position":[[310,8]]},"860":{"position":[[129,7]]},"866":{"position":[[249,7]]},"924":{"position":[[66,6]]},"965":{"position":[[1318,8]]},"985":{"position":[[466,7]]},"1014":{"position":[[1545,7]]},"1040":{"position":[[477,6]]},"1049":{"position":[[517,7]]},"1051":{"position":[[423,8]]},"1060":{"position":[[495,6]]},"1068":{"position":[[441,7]]}}}],["changed_nam",{"_index":907,"t":{"860":{"position":[[129,12]]},"866":{"position":[[249,12]]}}}],["channel",{"_index":41,"t":{"2":{"position":[[966,8]]},"8":{"position":[[96,8]]},"404":{"position":[[520,8]]},"410":{"position":[[204,7]]},"412":{"position":[[373,7]]},"900":{"position":[[340,8]]},"928":{"position":[[38,8]]},"947":{"position":[[95,8],[897,7]]},"951":{"position":[[41,8]]},"961":{"position":[[41,8]]},"997":{"position":[[41,8]]},"1042":{"position":[[477,7],[676,7]]}}}],["chapter",{"_index":814,"t":{"760":{"position":[[587,7]]}}}],["charact",{"_index":974,"t":{"918":{"position":[[236,9]]}}}],["check",{"_index":512,"t":{"377":{"position":[[89,5],[341,5]]},"934":{"position":[[1544,5],[1796,5]]},"1060":{"position":[[46,5]]},"1068":{"position":[[390,7]]}}}],["checkpoint",{"_index":1548,"t":{"1068":{"position":[[301,11]]}}}],["choos",{"_index":589,"t":{"416":{"position":[[160,6]]},"971":{"position":[[17,6]]}}}],["circumv",{"_index":1134,"t":{"995":{"position":[[600,10]]}}}],["citat",{"_index":1130,"t":{"995":{"position":[[383,8]]}}}],["claim",{"_index":1504,"t":{"1051":{"position":[[728,7]]}}}],["clarif",{"_index":1398,"t":{"1032":{"position":[[21,14]]}}}],["class",{"_index":177,"t":{"8":{"position":[[391,5]]},"187":{"position":[[166,5]]},"902":{"position":[[166,5]]},"918":{"position":[[371,5]]}}}],["classif",{"_index":1370,"t":{"1030":{"position":[[898,14]]}}}],["claus",{"_index":1574,"t":{"1074":{"position":[[737,7]]}}}],["click",{"_index":1215,"t":{"1012":{"position":[[889,5]]}}}],["client",{"_index":80,"t":{"4":{"position":[[611,6],[1034,6],[1129,6],[1426,6]]},"719":{"position":[[63,6]]},"725":{"position":[[124,7]]},"757":{"position":[[795,6]]},"898":{"position":[[572,6],[709,6],[1479,6],[1772,6]]},"914":{"position":[[394,6]]},"924":{"position":[[52,6]]},"934":{"position":[[561,6],[832,6]]},"949":{"position":[[674,6],[764,6]]},"975":{"position":[[823,7]]},"989":{"position":[[69,7]]},"1016":{"position":[[54,7],[471,7]]},"1018":{"position":[[360,6]]},"1042":{"position":[[354,7]]},"1074":{"position":[[64,6],[116,6]]},"1076":{"position":[[1161,7]]}}}],["close",{"_index":1189,"t":{"1010":{"position":[[362,5]]}}}],["closest",{"_index":1024,"t":{"936":{"position":[[591,7]]}}}],["cloud",{"_index":1428,"t":{"1038":{"position":[[879,5]]}}}],["cloudstor",{"_index":1519,"t":{"1058":{"position":[[404,11]]}}}],["cluster",{"_index":1179,"t":{"1008":{"position":[[71,8]]}}}],["code",{"_index":355,"t":{"61":{"position":[[177,4],[378,4]]},"123":{"position":[[17,4]]},"211":{"position":[[17,4]]},"293":{"position":[[142,4]]},"426":{"position":[[1089,4]]},"498":{"position":[[143,4]]},"508":{"position":[[17,4]]},"524":{"position":[[17,4]]},"542":{"position":[[17,4]]},"590":{"position":[[17,4]]},"602":{"position":[[17,4]]},"620":{"position":[[17,4]]},"703":{"position":[[107,4]]},"705":{"position":[[20,5],[71,4]]},"755":{"position":[[142,4]]},"760":{"position":[[459,4],[651,4],[666,4]]},"914":{"position":[[255,4],[531,4]]},"1030":{"position":[[2294,4]]}}}],["codifi",{"_index":1254,"t":{"1014":{"position":[[1276,8]]}}}],["collabor",{"_index":1578,"t":{"1074":{"position":[[1189,13]]}}}],["collect",{"_index":439,"t":{"183":{"position":[[2455,10]]},"305":{"position":[[1361,10]]},"721":{"position":[[60,10]]},"723":{"position":[[59,10]]},"1014":{"position":[[937,8]]},"1016":{"position":[[6,8],[253,10],[442,8],[885,10]]},"1018":{"position":[[307,7]]},"1026":{"position":[[49,10],[1343,9]]},"1028":{"position":[[223,9]]},"1030":{"position":[[942,9],[1425,10]]},"1038":{"position":[[575,10]]},"1053":{"position":[[33,9]]},"1072":{"position":[[130,9]]}}}],["collector",{"_index":1424,"t":{"1038":{"position":[[672,10]]}}}],["com",{"_index":406,"t":{"130":{"position":[[346,3]]},"132":{"position":[[409,3]]},"137":{"position":[[330,3]]},"144":{"position":[[86,3]]},"146":{"position":[[311,3]]},"155":{"position":[[305,3]]},"164":{"position":[[321,3]]},"385":{"position":[[53,3]]},"410":{"position":[[140,3]]},"412":{"position":[[309,3]]},"426":{"position":[[673,3],[767,3],[831,3],[930,3]]},"532":{"position":[[66,3]]},"534":{"position":[[114,3]]},"540":{"position":[[71,3]]},"642":{"position":[[108,3]]},"646":{"position":[[291,3]]},"656":{"position":[[350,3]]},"721":{"position":[[168,3]]},"777":{"position":[[337,3]]},"782":{"position":[[334,3]]},"792":{"position":[[360,3]]},"947":{"position":[[236,3],[530,3]]},"1012":{"position":[[338,3],[388,3],[451,3],[706,3]]}}}],["combin",{"_index":186,"t":{"8":{"position":[[908,11]]},"47":{"position":[[10,11]]},"898":{"position":[[876,11]]}}}],["come",{"_index":755,"t":{"717":{"position":[[110,6]]},"725":{"position":[[203,5]]},"1076":{"position":[[845,4]]}}}],["command",{"_index":862,"t":{"766":{"position":[[94,7],[134,7],[236,7]]},"1012":{"position":[[33,7]]}}}],["commiss",{"_index":1573,"t":{"1074":{"position":[[686,12]]}}}],["commit",{"_index":738,"t":{"715":{"position":[[37,6]]}}}],["common",{"_index":1395,"t":{"1030":{"position":[[2336,6]]}}}],["commonli",{"_index":1341,"t":{"1026":{"position":[[1895,8]]}}}],["commun",{"_index":133,"t":{"4":{"position":[[1894,11]]},"10":{"position":[[1897,11]]},"717":{"position":[[36,13]]},"959":{"position":[[912,11]]},"961":{"position":[[1760,11]]},"965":{"position":[[524,13]]},"1024":{"position":[[320,12]]},"1030":{"position":[[1360,11]]},"1040":{"position":[[613,13],[868,13],[1462,13]]},"1051":{"position":[[657,13]]}}}],["compani",{"_index":1217,"t":{"1014":{"position":[[36,7]]},"1074":{"position":[[822,9]]}}}],["compens",{"_index":1162,"t":{"995":{"position":[[1893,12]]}}}],["compet",{"_index":1403,"t":{"1034":{"position":[[172,9]]}}}],["compil",{"_index":747,"t":{"715":{"position":[[151,8]]},"1036":{"position":[[8,8]]}}}],["complaint",{"_index":1402,"t":{"1034":{"position":[[153,9]]}}}],["complet",{"_index":1336,"t":{"1026":{"position":[[1123,9]]}}}],["compli",{"_index":1165,"t":{"995":{"position":[[1967,6]]},"1022":{"position":[[489,6]]},"1024":{"position":[[518,9]]},"1072":{"position":[[33,6]]},"1076":{"position":[[942,6]]}}}],["complianc",{"_index":1582,"t":{"1076":{"position":[[263,10],[444,10]]}}}],["compon",{"_index":1432,"t":{"1038":{"position":[[1133,10]]},"1040":{"position":[[309,9],[454,9],[773,10],[1313,9],[1488,10]]}}}],["compris",{"_index":1281,"t":{"1016":{"position":[[402,8]]},"1063":{"position":[[144,8]]}}}],["concept",{"_index":1523,"t":{"1060":{"position":[[551,7]]},"1065":{"position":[[327,7]]}}}],["concern",{"_index":1302,"t":{"1020":{"position":[[295,10]]},"1026":{"position":[[564,10],[989,10]]}}}],["conclus",{"_index":1572,"t":{"1074":{"position":[[629,10]]},"1076":{"position":[[1183,10]]}}}],["condit",{"_index":1122,"t":{"995":{"position":[[100,10],[251,10],[2069,10]]},"1014":{"position":[[908,10]]},"1026":{"position":[[1666,10]]},"1063":{"position":[[211,12]]}}}],["conduct",{"_index":1309,"t":{"1022":{"position":[[386,9]]},"1030":{"position":[[2302,7]]},"1044":{"position":[[226,10]]}}}],["confidenti",{"_index":1136,"t":{"995":{"position":[[696,15],[1259,15]]},"1014":{"position":[[1033,15]]},"1030":{"position":[[87,15],[1910,15]]},"1040":{"position":[[1196,15]]},"1068":{"position":[[631,15]]},"1076":{"position":[[720,15]]}}}],["config",{"_index":671,"t":{"614":{"position":[[93,6]]},"725":{"position":[[551,6]]},"762":{"position":[[137,6]]},"764":{"position":[[818,6],[855,6]]},"766":{"position":[[536,6],[592,6],[1211,6],[1272,6],[1301,6],[1331,6],[1338,6]]},"977":{"position":[[229,6]]}}}],["configur",{"_index":196,"t":{"10":{"position":[[318,10]]},"404":{"position":[[53,13]]},"426":{"position":[[162,13],[1065,13]]},"528":{"position":[[31,13]]},"536":{"position":[[98,13],[512,13]]},"542":{"position":[[114,13],[390,13]]},"705":{"position":[[725,13]]},"757":{"position":[[411,10],[728,10]]},"762":{"position":[[63,13],[115,13],[161,13]]},"766":{"position":[[11,13],[62,13],[1160,13]]},"908":{"position":[[26,10]]},"932":{"position":[[674,10]]},"947":{"position":[[140,13],[301,13]]},"957":{"position":[[26,10]]},"965":{"position":[[169,13],[662,13],[954,13],[1029,13],[1151,13],[1398,13],[1576,13]]},"973":{"position":[[81,11]]},"975":{"position":[[87,9]]},"977":{"position":[[23,13],[94,13]]},"997":{"position":[[713,10]]},"1010":{"position":[[573,13]]},"1040":{"position":[[109,9],[250,13],[396,14],[1500,11]]}}}],["confirm",{"_index":1329,"t":{"1026":{"position":[[516,12]]},"1076":{"position":[[1455,9]]}}}],["confus",{"_index":970,"t":{"918":{"position":[[160,9]]}}}],["connect",{"_index":654,"t":{"552":{"position":[[419,10]]},"719":{"position":[[494,7]]},"766":{"position":[[1084,7]]},"898":{"position":[[1577,10]]},"951":{"position":[[336,10]]},"961":{"position":[[336,10]]},"997":{"position":[[336,10]]},"1003":{"position":[[713,10]]},"1016":{"position":[[226,10]]},"1058":{"position":[[341,11]]}}}],["consequ",{"_index":1168,"t":{"995":{"position":[[2022,12]]}}}],["consid",{"_index":979,"t":{"918":{"position":[[426,8]]}}}],["consist",{"_index":1125,"t":{"995":{"position":[[204,10]]},"1068":{"position":[[317,12]]}}}],["consol",{"_index":846,"t":{"762":{"position":[[532,7]]},"764":{"position":[[797,7]]}}}],["constantli",{"_index":1359,"t":{"1030":{"position":[[402,10]]},"1042":{"position":[[362,10]]}}}],["consum",{"_index":85,"t":{"4":{"position":[[681,8]]},"8":{"position":[[482,7],[791,7]]},"10":{"position":[[1837,7]]},"130":{"position":[[226,8]]},"132":{"position":[[295,8]]},"137":{"position":[[210,8]]},"144":{"position":[[49,8]]},"146":{"position":[[200,8]]},"153":{"position":[[49,8]]},"155":{"position":[[194,8]]},"162":{"position":[[13,8]]},"164":{"position":[[192,8]]},"440":{"position":[[144,8]]},"474":{"position":[[51,7]]},"518":{"position":[[78,7]]},"536":{"position":[[78,7]]},"546":{"position":[[13,8]]},"552":{"position":[[78,7],[129,7]]},"568":{"position":[[78,7]]},"584":{"position":[[78,7]]},"598":{"position":[[78,7]]},"614":{"position":[[78,7]]},"624":{"position":[[100,8]]},"632":{"position":[[48,8],[1053,8],[1094,7]]},"757":{"position":[[79,7]]},"777":{"position":[[217,8],[540,8],[999,8],[1400,8],[1762,8]]},"782":{"position":[[214,8],[537,8]]},"787":{"position":[[198,8],[599,8],[961,8]]},"792":{"position":[[240,8]]},"804":{"position":[[194,8]]},"816":{"position":[[194,8]]},"826":{"position":[[194,8]]},"838":{"position":[[194,8]]},"848":{"position":[[596,8],[625,8]]},"904":{"position":[[34,7],[343,7]]},"926":{"position":[[287,8],[357,8],[398,7]]},"932":{"position":[[381,7],[553,9],[2212,7]]},"936":{"position":[[801,7],[981,7]]},"944":{"position":[[128,7]]},"949":{"position":[[210,7],[939,7],[954,8],[1053,8],[1123,8],[1167,8]]},"959":{"position":[[852,7]]},"961":{"position":[[1700,7]]},"975":{"position":[[711,7],[801,8],[872,7]]},"989":{"position":[[47,8],[118,7],[196,8],[837,8],[885,8],[1043,8],[1130,8],[1156,8]]},"993":{"position":[[32,8],[285,8],[347,8],[427,7]]},"1001":{"position":[[87,8]]},"1003":{"position":[[36,8],[418,7],[927,7]]},"1036":{"position":[[436,8]]},"1042":{"position":[[113,8]]}}}],["consumed_messag",{"_index":1062,"t":{"949":{"position":[[954,17],[1053,17],[1123,17],[1167,17]]}}}],["consumer_demo",{"_index":1115,"t":{"989":{"position":[[196,13],[837,13],[885,13],[1156,13]]},"993":{"position":[[32,13],[285,13],[347,13]]}}}],["consumpt",{"_index":675,"t":{"632":{"position":[[796,11]]},"926":{"position":[[296,11]]},"936":{"position":[[455,11]]},"969":{"position":[[38,11]]}}}],["consumption_r",{"_index":674,"t":{"632":{"position":[[796,16]]}}}],["contact",{"_index":1226,"t":{"1014":{"position":[[199,7],[279,7]]},"1026":{"position":[[2429,7]]},"1032":{"position":[[162,7],[255,7]]},"1076":{"position":[[855,7]]}}}],["contain",{"_index":369,"t":{"71":{"position":[[28,8]]},"83":{"position":[[28,8]]},"97":{"position":[[28,8]]},"111":{"position":[[28,8]]},"130":{"position":[[28,8]]},"137":{"position":[[28,8]]},"146":{"position":[[28,8]]},"155":{"position":[[28,8]]},"164":{"position":[[28,8]]},"199":{"position":[[28,8]]},"265":{"position":[[28,8]]},"293":{"position":[[25,8]]},"319":{"position":[[28,8]]},"331":{"position":[[28,8]]},"347":{"position":[[28,8]]},"361":{"position":[[28,8]]},"498":{"position":[[25,8]]},"646":{"position":[[28,8]]},"656":{"position":[[28,8]]},"666":{"position":[[28,8]]},"676":{"position":[[28,8]]},"688":{"position":[[28,8]]},"725":{"position":[[240,8]]},"755":{"position":[[25,8]]},"760":{"position":[[293,8],[420,7],[609,8]]},"777":{"position":[[28,8]]},"782":{"position":[[28,8]]},"787":{"position":[[28,8]]},"792":{"position":[[28,8]]},"804":{"position":[[28,8]]},"816":{"position":[[28,8]]},"826":{"position":[[28,8]]},"838":{"position":[[28,8]]},"852":{"position":[[28,8]]},"866":{"position":[[28,8]]},"878":{"position":[[28,8]]},"894":{"position":[[601,10]]},"898":{"position":[[137,10],[762,8]]},"932":{"position":[[1452,7],[1725,7]]},"1016":{"position":[[339,9]]}}}],["content",{"_index":261,"t":{"18":{"position":[[9,7]]},"27":{"position":[[9,7]]},"39":{"position":[[9,7]]},"41":{"position":[[9,7]]},"53":{"position":[[9,7]]},"55":{"position":[[9,7]]},"69":{"position":[[16,7]]},"81":{"position":[[16,7]]},"95":{"position":[[17,7]]},"109":{"position":[[16,7]]},"121":{"position":[[19,7]]},"128":{"position":[[16,7]]},"135":{"position":[[16,7]]},"142":{"position":[[17,7]]},"151":{"position":[[16,7]]},"160":{"position":[[17,7]]},"169":{"position":[[17,7]]},"181":{"position":[[9,7]]},"197":{"position":[[16,7]]},"209":{"position":[[19,7]]},"221":{"position":[[9,7]]},"233":{"position":[[9,7]]},"241":{"position":[[9,7]]},"249":{"position":[[9,7]]},"263":{"position":[[17,7]]},"275":{"position":[[9,7]]},"289":{"position":[[17,7]]},"303":{"position":[[9,7]]},"317":{"position":[[16,7]]},"329":{"position":[[16,7]]},"343":{"position":[[17,7]]},"351":{"position":[[25,8]]},"357":{"position":[[16,7]]},"371":{"position":[[19,7]]},"383":{"position":[[17,7]]},"398":{"position":[[16,7]]},"426":{"position":[[1116,7]]},"436":{"position":[[16,7]]},"448":{"position":[[16,7]]},"458":{"position":[[16,7]]},"468":{"position":[[16,7]]},"480":{"position":[[9,7]]},"494":{"position":[[17,7]]},"506":{"position":[[19,7]]},"520":{"position":[[17,7]]},"538":{"position":[[17,7]]},"554":{"position":[[17,7]]},"570":{"position":[[17,7]]},"586":{"position":[[16,7]]},"600":{"position":[[16,7]]},"616":{"position":[[17,7]]},"630":{"position":[[9,7]]},"644":{"position":[[17,7]]},"654":{"position":[[17,7]]},"664":{"position":[[17,7]]},"674":{"position":[[16,7]]},"686":{"position":[[16,7]]},"696":{"position":[[19,7]]},"737":{"position":[[17,7]]},"751":{"position":[[9,7]]},"775":{"position":[[16,7]]},"780":{"position":[[16,7]]},"785":{"position":[[16,7]]},"790":{"position":[[16,7]]},"802":{"position":[[16,7]]},"814":{"position":[[16,7]]},"824":{"position":[[16,7]]},"836":{"position":[[16,7]]},"850":{"position":[[22,7]]},"864":{"position":[[22,7]]},"876":{"position":[[17,7]]},"888":{"position":[[19,7]]}}}],["contentencod",{"_index":1003,"t":{"932":{"position":[[1167,15]]}}}],["context",{"_index":1299,"t":{"1020":{"position":[[50,7]]},"1074":{"position":[[296,7]]},"1076":{"position":[[296,7]]}}}],["continu",{"_index":1067,"t":{"949":{"position":[[1104,8],[1669,8],[1774,8],[1966,8],[2071,8],[2346,8]]},"1076":{"position":[[751,12]]}}}],["contract",{"_index":1016,"t":{"934":{"position":[[258,8]]},"1074":{"position":[[1155,8]]}}}],["contractor",{"_index":1568,"t":{"1074":{"position":[[451,10],[515,10],[867,10],[900,10],[1013,10],[1226,10]]}}}],["contractu",{"_index":1462,"t":{"1044":{"position":[[170,11]]},"1074":{"position":[[725,11],[774,11]]},"1076":{"position":[[607,13]]}}}],["control",{"_index":784,"t":{"725":{"position":[[37,7]]},"995":{"position":[[642,8]]},"1014":{"position":[[0,10],[186,10],[1706,10]]},"1022":{"position":[[411,7]]},"1024":{"position":[[631,10]]},"1026":{"position":[[465,10],[942,10],[1299,10],[1538,10],[1867,10],[1992,10],[2028,10]]},"1030":{"position":[[821,8],[1864,7]]},"1034":{"position":[[75,10]]},"1047":{"position":[[783,7]]},"1049":{"position":[[129,8],[928,7]]},"1051":{"position":[[610,10]]},"1060":{"position":[[235,7]]},"1074":{"position":[[989,7]]}}}],["cooki",{"_index":1293,"t":{"1018":{"position":[[160,7],[173,7]]},"1028":{"position":[[326,7]]}}}],["copi",{"_index":144,"t":{"6":{"position":[[81,6]]},"1026":{"position":[[746,4]]},"1051":{"position":[[196,6]]},"1058":{"position":[[77,6]]}}}],["core",{"_index":1408,"t":{"1036":{"position":[[249,4]]},"1038":{"position":[[34,4]]}}}],["coreextens",{"_index":984,"t":{"918":{"position":[[574,14]]}}}],["corpor",{"_index":1220,"t":{"1014":{"position":[[72,9]]},"1076":{"position":[[482,9]]}}}],["correct",{"_index":1140,"t":{"995":{"position":[[855,7]]}}}],["corrupt",{"_index":1374,"t":{"1030":{"position":[[1241,9]]}}}],["council",{"_index":1237,"t":{"1014":{"position":[[500,7]]}}}],["count",{"_index":303,"t":{"33":{"position":[[150,5]]},"37":{"position":[[66,5],[184,5]]},"43":{"position":[[175,5],[247,5],[312,5]]},"51":{"position":[[66,5],[184,5]]},"57":{"position":[[111,5],[163,5],[189,5],[207,5],[237,5],[296,5],[321,5],[353,5]]}}}],["counter",{"_index":422,"t":{"183":{"position":[[190,7],[363,7],[507,7],[680,7],[836,7],[1020,7],[1189,7],[1373,7],[1542,7],[1726,7],[1895,7],[2079,7],[2244,7],[2469,8]]},"305":{"position":[[197,7],[370,7],[510,7],[683,7],[824,7],[997,7],[1151,7],[1375,8]]},"632":{"position":[[188,7],[366,7],[507,7],[678,7]]}}}],["cours",{"_index":1586,"t":{"1076":{"position":[[889,6],[1503,6]]}}}],["court",{"_index":1315,"t":{"1024":{"position":[[486,5]]}}}],["cpu",{"_index":254,"t":{"12":{"position":[[51,3]]},"20":{"position":[[135,3],[383,3]]},"57":{"position":[[426,3],[672,3],[1070,3],[1309,3]]},"926":{"position":[[725,3]]}}}],["cpu_usag",{"_index":267,"t":{"20":{"position":[[135,9]]},"57":{"position":[[426,9],[1070,9]]}}}],["creat",{"_index":19,"t":{"2":{"position":[[260,8],[811,8],[1025,6]]},"4":{"position":[[1179,8]]},"8":{"position":[[155,6],[301,6],[514,6],[577,7]]},"71":{"position":[[134,7],[211,7],[292,7],[369,7],[450,7],[527,7]]},"83":{"position":[[124,7],[201,7]]},"87":{"position":[[13,7]]},"91":{"position":[[37,6]]},"97":{"position":[[47,7],[112,7],[189,7]]},"105":{"position":[[37,6]]},"111":{"position":[[112,7],[189,7]]},"130":{"position":[[374,7]]},"132":{"position":[[160,7],[437,7]]},"137":{"position":[[358,7]]},"146":{"position":[[65,7],[339,7]]},"155":{"position":[[333,7]]},"164":{"position":[[349,7]]},"187":{"position":[[76,6]]},"189":{"position":[[13,7]]},"195":{"position":[[37,6],[74,6]]},"199":{"position":[[47,7]]},"315":{"position":[[104,7]]},"335":{"position":[[13,7]]},"341":{"position":[[104,7]]},"347":{"position":[[47,7]]},"377":{"position":[[155,6],[224,6],[302,8]]},"392":{"position":[[13,7]]},"396":{"position":[[37,6],[88,6]]},"404":{"position":[[27,7]]},"416":{"position":[[0,8]]},"426":{"position":[[136,7]]},"542":{"position":[[88,7]]},"638":{"position":[[13,7]]},"650":{"position":[[62,7]]},"656":{"position":[[47,7],[378,7]]},"666":{"position":[[47,7]]},"705":{"position":[[203,6],[269,6],[336,6],[685,6]]},"723":{"position":[[738,6],[759,6],[1315,6],[1336,6]]},"757":{"position":[[44,7]]},"768":{"position":[[42,8]]},"777":{"position":[[365,7],[824,7],[1189,7],[1266,7],[1551,7],[1628,7],[1921,7],[1998,7]]},"782":{"position":[[362,7],[727,7]]},"787":{"position":[[388,7],[465,7],[750,7],[827,7],[1120,7],[1197,7]]},"792":{"position":[[388,7]]},"804":{"position":[[478,7]]},"816":{"position":[[478,7]]},"826":{"position":[[478,7]]},"838":{"position":[[478,7]]},"842":{"position":[[13,7]]},"848":{"position":[[1001,6],[1059,6]]},"852":{"position":[[47,7],[421,7],[498,7]]},"866":{"position":[[47,7],[430,7],[507,7]]},"878":{"position":[[47,7],[326,7],[403,7]]},"896":{"position":[[220,8]]},"900":{"position":[[399,6]]},"902":{"position":[[76,6]]},"904":{"position":[[66,6],[129,7]]},"932":{"position":[[95,6],[149,6],[172,6],[430,7],[518,7],[717,6],[769,6]]},"934":{"position":[[142,7],[901,6],[1013,6],[1039,6],[1237,6],[1610,6],[1679,6],[1757,8]]},"947":{"position":[[1238,6]]},"951":{"position":[[275,6],[526,7]]},"961":{"position":[[275,6],[526,7]]},"965":{"position":[[8,6],[56,7],[143,7],[636,7]]},"969":{"position":[[330,8]]},"975":{"position":[[135,6],[195,6],[305,6],[549,6],[635,6],[729,6]]},"977":{"position":[[133,6]]},"979":{"position":[[328,6],[457,6],[1025,7]]},"981":{"position":[[51,6],[296,7],[373,7],[499,7]]},"983":{"position":[[184,6],[1107,7],[1184,7]]},"985":{"position":[[131,8],[184,6]]},"987":{"position":[[3,6]]},"989":{"position":[[168,6],[239,6],[709,7],[786,7],[826,6],[1289,7],[1366,7]]},"997":{"position":[[275,6],[526,7]]},"1003":{"position":[[272,7]]},"1010":{"position":[[256,6]]},"1016":{"position":[[285,8]]},"1018":{"position":[[198,8]]}}}],["created_bi",{"_index":379,"t":{"71":{"position":[[211,10],[369,10],[527,10]]},"83":{"position":[[201,10]]},"97":{"position":[[189,10]]},"111":{"position":[[189,10]]},"132":{"position":[[160,10]]},"777":{"position":[[1266,10],[1628,10],[1998,10]]},"787":{"position":[[465,10],[827,10],[1197,10]]},"852":{"position":[[498,10]]},"866":{"position":[[507,10]]},"878":{"position":[[403,10]]},"981":{"position":[[373,10],[499,10]]},"983":{"position":[[1184,10]]},"989":{"position":[[786,10],[1366,10]]}}}],["created_on",{"_index":371,"t":{"71":{"position":[[134,10],[292,10],[450,10]]},"83":{"position":[[124,10]]},"97":{"position":[[112,10]]},"111":{"position":[[112,10]]},"130":{"position":[[374,10]]},"132":{"position":[[437,10]]},"137":{"position":[[358,10]]},"146":{"position":[[339,10]]},"155":{"position":[[333,10]]},"164":{"position":[[349,10]]},"656":{"position":[[378,10]]},"777":{"position":[[365,10],[824,10],[1189,10],[1551,10],[1921,10]]},"782":{"position":[[362,10],[727,10]]},"787":{"position":[[388,10],[750,10],[1120,10]]},"792":{"position":[[388,10]]},"804":{"position":[[478,10]]},"816":{"position":[[478,10]]},"826":{"position":[[478,10]]},"838":{"position":[[478,10]]},"852":{"position":[[421,10]]},"866":{"position":[[430,10]]},"878":{"position":[[326,10]]},"979":{"position":[[1025,10]]},"981":{"position":[[296,10]]},"983":{"position":[[1107,10]]},"989":{"position":[[709,10],[1289,10]]}}}],["createdon",{"_index":529,"t":{"402":{"position":[[160,9]]},"408":{"position":[[534,9]]},"412":{"position":[[386,9]]},"450":{"position":[[197,9],[389,9]]},"460":{"position":[[197,9]]},"470":{"position":[[198,9]]}}}],["creation",{"_index":793,"t":{"757":{"position":[[437,8]]},"914":{"position":[[663,8],[748,8]]},"934":{"position":[[1182,8]]}}}],["credenti",{"_index":1138,"t":{"995":{"position":[[754,11],[993,11],[1071,10]]},"1030":{"position":[[2092,11]]}}}],["criteria",{"_index":1246,"t":{"1014":{"position":[[891,8]]}}}],["critic",{"_index":1541,"t":{"1065":{"position":[[359,11]]}}}],["crt",{"_index":835,"t":{"762":{"position":[[365,3]]},"766":{"position":[[386,3],[429,3]]},"977":{"position":[[423,3]]}}}],["crud",{"_index":900,"t":{"848":{"position":[[534,4]]},"975":{"position":[[486,4]]}}}],["cryptographi",{"_index":1514,"t":{"1055":{"position":[[307,12]]}}}],["curl",{"_index":259,"t":{"18":{"position":[[0,4]]},"27":{"position":[[0,4]]},"39":{"position":[[0,4]]},"41":{"position":[[0,4]]},"53":{"position":[[0,4]]},"55":{"position":[[0,4]]},"69":{"position":[[0,4]]},"81":{"position":[[0,4]]},"95":{"position":[[0,4]]},"109":{"position":[[0,4]]},"121":{"position":[[0,4]]},"128":{"position":[[0,4]]},"135":{"position":[[0,4]]},"142":{"position":[[0,4]]},"151":{"position":[[0,4]]},"160":{"position":[[0,4]]},"169":{"position":[[0,4]]},"181":{"position":[[0,4]]},"197":{"position":[[0,4]]},"209":{"position":[[0,4]]},"221":{"position":[[0,4]]},"233":{"position":[[0,4]]},"241":{"position":[[0,4]]},"249":{"position":[[0,4]]},"263":{"position":[[0,4]]},"275":{"position":[[0,4]]},"289":{"position":[[0,4]]},"303":{"position":[[0,4]]},"317":{"position":[[0,4]]},"329":{"position":[[0,4]]},"343":{"position":[[0,4]]},"357":{"position":[[0,4]]},"371":{"position":[[0,4]]},"383":{"position":[[0,4]]},"398":{"position":[[0,4]]},"426":{"position":[[0,4]]},"436":{"position":[[0,4]]},"448":{"position":[[0,4]]},"458":{"position":[[0,4]]},"468":{"position":[[0,4]]},"480":{"position":[[0,4]]},"494":{"position":[[0,4]]},"506":{"position":[[0,4]]},"520":{"position":[[0,4]]},"538":{"position":[[0,4]]},"554":{"position":[[0,4]]},"570":{"position":[[0,4]]},"586":{"position":[[0,4]]},"600":{"position":[[0,4]]},"616":{"position":[[0,4]]},"630":{"position":[[0,4]]},"644":{"position":[[0,4]]},"654":{"position":[[0,4]]},"664":{"position":[[0,4]]},"674":{"position":[[0,4]]},"686":{"position":[[0,4]]},"696":{"position":[[0,4]]},"737":{"position":[[0,4]]},"751":{"position":[[0,4]]},"775":{"position":[[0,4]]},"780":{"position":[[0,4]]},"785":{"position":[[0,4]]},"790":{"position":[[0,4]]},"802":{"position":[[0,4]]},"814":{"position":[[0,4]]},"824":{"position":[[0,4]]},"836":{"position":[[0,4]]},"850":{"position":[[5,4]]},"864":{"position":[[5,4]]},"876":{"position":[[0,4]]},"888":{"position":[[0,4]]}}}],["current",{"_index":652,"t":{"552":{"position":[[227,9],[589,9]]},"578":{"position":[[38,7]]},"582":{"position":[[24,7]]},"588":{"position":[[24,7]]},"608":{"position":[[26,7]]},"723":{"position":[[478,9]]},"898":{"position":[[1747,9]]},"910":{"position":[[581,7]]},"924":{"position":[[4,7],[191,9]]},"936":{"position":[[302,7],[356,7],[897,7],[923,7]]},"1003":{"position":[[516,9],[883,9]]},"1076":{"position":[[1369,7]]}}}],["custom",{"_index":1542,"t":{"1065":{"position":[[375,8]]},"1070":{"position":[[288,8]]}}}],["d",{"_index":386,"t":{"95":{"position":[[50,1]]},"109":{"position":[[49,1]]},"142":{"position":[[50,1]]},"151":{"position":[[49,1]]},"160":{"position":[[50,1]]},"209":{"position":[[52,1]]},"263":{"position":[[50,1]]},"289":{"position":[[50,1]]},"343":{"position":[[49,1]]},"357":{"position":[[48,1]]},"383":{"position":[[49,1]]},"398":{"position":[[49,1]]},"494":{"position":[[50,1]]},"520":{"position":[[50,1]]},"538":{"position":[[50,1]]},"554":{"position":[[50,1]]},"570":{"position":[[50,1]]},"586":{"position":[[49,1]]},"616":{"position":[[50,1]]},"737":{"position":[[50,1]]},"850":{"position":[[55,1]]},"864":{"position":[[55,1]]}}}],["d4cb2e350c61",{"_index":695,"t":{"656":{"position":[[119,12]]}}}],["daili",{"_index":302,"t":{"33":{"position":[[136,5]]},"35":{"position":[[17,5]]},"37":{"position":[[52,5],[170,5]]},"43":{"position":[[195,5],[271,5],[336,5]]},"51":{"position":[[52,5],[170,5]]},"57":{"position":[[132,5],[258,5]]},"183":{"position":[[2211,5]]},"305":{"position":[[1118,5]]},"926":{"position":[[196,5],[538,5],[853,5],[936,5]]}}}],["data",{"_index":96,"t":{"4":{"position":[[1012,4]]},"8":{"position":[[923,4]]},"47":{"position":[[100,4]]},"261":{"position":[[72,4],[184,4]]},"305":{"position":[[1037,4]]},"385":{"position":[[244,4],[277,4]]},"404":{"position":[[962,4],[1322,4],[1533,4]]},"558":{"position":[[134,4]]},"632":{"position":[[718,4]]},"764":{"position":[[225,4]]},"898":{"position":[[891,4],[1073,4],[1078,4]]},"912":{"position":[[62,4],[248,4],[664,4],[669,4]]},"932":{"position":[[1139,4],[1230,4],[1564,4],[1574,4],[1599,4],[1752,4],[1948,4],[2097,4],[2232,4]]},"934":{"position":[[539,4]]},"949":{"position":[[1151,4],[2212,4]]},"995":{"position":[[199,4],[1383,4]]},"1008":{"position":[[508,4]]},"1014":{"position":[[604,4],[642,4],[656,4],[998,4],[1384,4],[1701,4],[1720,4],[1787,4],[1809,4],[1915,4],[2198,4]]},"1016":{"position":[[42,4],[430,4],[489,4],[636,4],[831,4]]},"1018":{"position":[[108,4],[367,4]]},"1020":{"position":[[13,4]]},"1022":{"position":[[40,4],[274,4]]},"1024":{"position":[[74,4],[294,4],[626,4]]},"1026":{"position":[[137,4],[226,4],[341,4],[407,4],[559,4],[660,4],[767,4],[900,4],[984,4],[1065,4],[1118,4],[1253,4],[1338,4],[1494,4],[1590,4],[1621,4],[1725,4],[1747,4],[1805,4],[1976,4],[2061,4],[2233,4],[2278,4],[2362,4]]},"1028":{"position":[[13,4],[218,4],[273,4],[289,4]]},"1030":{"position":[[27,4],[207,4],[656,4],[865,4],[929,4],[996,4],[1027,4],[1159,4],[1197,4],[1214,4],[1623,4],[1756,4],[2159,4],[2234,4],[2254,4]]},"1032":{"position":[[144,4],[273,4]]},"1034":{"position":[[70,4],[96,4],[216,4]]},"1036":{"position":[[360,4],[431,4],[465,4]]},"1038":{"position":[[597,4]]},"1042":{"position":[[71,4],[388,4],[447,4]]},"1044":{"position":[[220,4]]},"1047":{"position":[[70,4]]},"1049":{"position":[[37,4]]},"1051":{"position":[[49,4],[92,4],[175,4],[343,4],[446,4]]},"1053":{"position":[[28,4],[343,4],[435,4]]},"1055":{"position":[[61,4],[166,4],[356,4]]},"1058":{"position":[[56,4],[199,4],[492,4]]},"1060":{"position":[[111,4],[164,4],[395,4],[513,4]]},"1063":{"position":[[32,4],[396,4]]},"1065":{"position":[[0,4],[139,4]]},"1068":{"position":[[100,4],[285,4],[349,4],[497,4],[651,4],[665,4]]},"1070":{"position":[[115,4],[390,4],[630,4],[690,4]]},"1072":{"position":[[63,4],[122,4],[186,4]]},"1074":{"position":[[32,4],[581,4],[601,4],[657,4],[786,4],[935,4],[1125,4]]},"1076":{"position":[[381,4],[581,4],[684,4],[800,4],[877,4],[954,4],[974,4],[1199,4],[1302,4]]}}}],["databas",{"_index":851,"t":{"764":{"position":[[337,8]]},"766":{"position":[[931,8]]},"1038":{"position":[[474,8]]},"1060":{"position":[[355,8]]},"1065":{"position":[[16,9]]}}}],["datastor",{"_index":771,"t":{"721":{"position":[[78,9]]},"723":{"position":[[77,9]]},"764":{"position":[[311,9],[363,9]]},"766":{"position":[[911,9],[986,9]]}}}],["date",{"_index":307,"t":{"37":{"position":[[6,4],[18,4],[124,4],[136,4]]},"41":{"position":[[84,4],[104,4]]},"51":{"position":[[6,4],[18,4],[124,4],[136,4]]},"55":{"position":[[83,4],[103,4]]},"995":{"position":[[873,4]]}}}],["day",{"_index":111,"t":{"4":{"position":[[1313,4]]},"183":{"position":[[2538,3]]},"305":{"position":[[1444,3]]},"936":{"position":[[1126,4]]}}}],["db",{"_index":828,"t":{"762":{"position":[[305,2]]},"764":{"position":[[334,2]]},"766":{"position":[[901,2]]},"977":{"position":[[363,2]]},"1028":{"position":[[516,2]]}}}],["dba38fd1a45337a617a59e7278c756f23642e9e7",{"_index":1119,"t":{"989":{"position":[[1182,40]]}}}],["deadlin",{"_index":626,"t":{"512":{"position":[[42,8],[81,8],[136,8]]},"518":{"position":[[159,8]]},"524":{"position":[[65,8]]},"914":{"position":[[8,8],[292,8],[365,8],[601,8]]}}}],["deal",{"_index":157,"t":{"6":{"position":[[338,5]]},"385":{"position":[[128,7]]}}}],["decid",{"_index":588,"t":{"416":{"position":[[150,6],[326,8]]},"971":{"position":[[7,6],[183,8]]}}}],["decis",{"_index":1316,"t":{"1024":{"position":[[492,8]]}}}],["declar",{"_index":547,"t":{"404":{"position":[[581,8]]},"995":{"position":[[29,7]]}}}],["declin",{"_index":704,"t":{"660":{"position":[[13,8]]},"662":{"position":[[31,7]]},"664":{"position":[[87,7]]}}}],["decod",{"_index":551,"t":{"404":{"position":[[847,6]]},"947":{"position":[[1076,7]]},"949":{"position":[[605,7]]}}}],["decoupl",{"_index":230,"t":{"10":{"position":[[1701,8]]},"959":{"position":[[716,8]]},"961":{"position":[[1564,8]]}}}],["deem",{"_index":1256,"t":{"1014":{"position":[[1515,6]]}}}],["default",{"_index":108,"t":{"4":{"position":[[1297,7]]},"37":{"position":[[83,7],[201,7],[297,7]]},"51":{"position":[[83,7],[201,7],[297,7]]},"227":{"position":[[453,7]]},"404":{"position":[[654,7]]},"414":{"position":[[175,7]]},"416":{"position":[[745,7]]},"440":{"position":[[481,7]]},"536":{"position":[[262,7]]},"552":{"position":[[265,7],[385,7]]},"723":{"position":[[442,7]]},"764":{"position":[[244,7],[716,8],[785,8]]},"766":{"position":[[325,7],[391,7],[488,7],[752,7],[803,7],[946,7],[1012,7],[1096,7]]},"770":{"position":[[259,7]]},"848":{"position":[[425,7]]},"898":{"position":[[1543,7]]},"914":{"position":[[352,7]]},"932":{"position":[[491,7]]},"971":{"position":[[602,7]]},"975":{"position":[[377,7]]},"1003":{"position":[[554,7],[679,7]]},"1072":{"position":[[96,7],[256,7]]}}}],["defin",{"_index":89,"t":{"4":{"position":[[815,6]]},"8":{"position":[[1089,6]]},"203":{"position":[[25,7]]},"223":{"position":[[55,7]]},"934":{"position":[[164,7],[342,6]]},"977":{"position":[[214,7]]},"979":{"position":[[387,6],[769,7]]},"983":{"position":[[549,7]]},"995":{"position":[[272,7]]},"1001":{"position":[[133,7]]},"1076":{"position":[[653,7]]}}}],["definit",{"_index":67,"t":{"4":{"position":[[415,10],[465,10]]},"721":{"position":[[427,10]]},"766":{"position":[[852,10]]},"934":{"position":[[636,10],[686,10]]},"983":{"position":[[492,10]]},"1044":{"position":[[284,11]]}}}],["degrad",{"_index":150,"t":{"6":{"position":[[193,11]]}}}],["delet",{"_index":219,"t":{"10":{"position":[[1276,6]]},"115":{"position":[[13,7]]},"117":{"position":[[0,6]]},"119":{"position":[[37,6]]},"121":{"position":[[8,6]]},"203":{"position":[[13,7],[59,6]]},"205":{"position":[[0,6]]},"207":{"position":[[37,6],[74,6]]},"209":{"position":[[8,6]]},"365":{"position":[[13,7]]},"367":{"position":[[0,6]]},"369":{"position":[[103,7]]},"371":{"position":[[8,6]]},"500":{"position":[[13,7],[56,6]]},"502":{"position":[[0,6]]},"504":{"position":[[78,6]]},"506":{"position":[[8,6]]},"692":{"position":[[13,7]]},"694":{"position":[[0,6]]},"696":{"position":[[8,6]]},"723":{"position":[[837,6],[858,6],[894,6],[1433,6],[1454,6],[1497,6]]},"848":{"position":[[1020,6],[1078,6]]},"882":{"position":[[13,7]]},"884":{"position":[[0,6]]},"888":{"position":[[8,6]]},"910":{"position":[[294,6]]},"959":{"position":[[291,6]]},"961":{"position":[[1139,6]]},"1016":{"position":[[947,7]]},"1028":{"position":[[462,7],[503,7]]},"1051":{"position":[[331,8],[437,8]]},"1055":{"position":[[245,8]]},"1060":{"position":[[424,8],[506,6]]}}}],["deliv",{"_index":178,"t":{"8":{"position":[[409,9],[1006,9]]},"10":{"position":[[143,7],[1846,7]]},"187":{"position":[[184,9]]},"416":{"position":[[414,9],[567,9]]},"757":{"position":[[479,9]]},"898":{"position":[[426,9],[974,9]]},"902":{"position":[[184,9]]},"906":{"position":[[137,7]]},"955":{"position":[[143,7]]},"959":{"position":[[861,7]]},"961":{"position":[[719,7],[1709,7]]},"971":{"position":[[271,9],[424,9]]},"1042":{"position":[[439,7],[650,9]]},"1076":{"position":[[196,9]]}}}],["deliveri",{"_index":52,"t":{"4":{"position":[[103,8]]},"6":{"position":[[60,8]]},"10":{"position":[[40,8],[58,8],[169,8],[353,10],[705,8]]},"757":{"position":[[607,10]]},"906":{"position":[[44,8],[62,8],[163,8]]},"908":{"position":[[61,10],[413,8]]},"914":{"position":[[48,8]]},"955":{"position":[[40,8],[58,8],[169,8]]},"957":{"position":[[61,10],[413,8]]},"961":{"position":[[616,8],[634,8],[745,8]]},"997":{"position":[[584,8],[748,10],[1100,8]]}}}],["demand",{"_index":65,"t":{"4":{"position":[[378,6],[1139,6],[1747,6]]},"8":{"position":[[318,6],[597,6]]},"187":{"position":[[93,6]]},"902":{"position":[[93,6]]},"904":{"position":[[149,6]]},"934":{"position":[[599,6]]}}}],["demo",{"_index":1097,"t":{"979":{"position":[[507,4],[566,4],[876,4]]},"981":{"position":[[10,4],[87,4],[137,4],[243,4],[288,4],[387,4],[433,4],[514,4]]},"983":{"position":[[223,4],[238,4],[303,4],[447,4],[844,4],[930,4],[986,4],[1198,4]]},"985":{"position":[[229,4],[250,4],[302,4],[404,4],[495,4]]},"987":{"position":[[73,4],[88,4],[136,4],[244,4],[302,4],[350,4]]},"989":{"position":[[145,4],[187,4],[205,4],[222,4],[260,4],[309,4],[443,4],[528,4],[584,4],[801,4],[846,4],[894,4],[1027,4],[1111,4],[1165,4],[1381,4]]},"991":{"position":[[42,4],[81,4],[154,4],[279,4],[342,4]]},"993":{"position":[[41,4],[85,4],[165,4],[294,4],[356,4]]}}}],["demo_service_admin",{"_index":1096,"t":{"979":{"position":[[507,18],[566,18],[876,18]]},"981":{"position":[[10,18],[387,18],[514,18]]},"983":{"position":[[238,18],[1198,18]]},"989":{"position":[[145,18],[801,18],[1381,18]]}}}],["demoadmin",{"_index":1106,"t":{"983":{"position":[[394,9],[1056,9]]}}}],["democonsum",{"_index":1118,"t":{"989":{"position":[[971,12],[1235,12]]}}}],["demopublish",{"_index":1116,"t":{"989":{"position":[[386,13],[654,13]]}}}],["depend",{"_index":1200,"t":{"1012":{"position":[[296,12]]}}}],["deploy",{"_index":128,"t":{"4":{"position":[[1735,8]]},"973":{"position":[[97,9]]},"1038":{"position":[[346,9]]},"1063":{"position":[[344,10]]}}}],["desc",{"_index":897,"t":{"846":{"position":[[183,4]]},"852":{"position":[[391,4]]},"860":{"position":[[234,4]]},"866":{"position":[[400,4]]}}}],["desc1",{"_index":680,"t":{"642":{"position":[[154,5]]},"646":{"position":[[260,5]]}}}],["desca",{"_index":874,"t":{"777":{"position":[[752,5]]},"804":{"position":[[406,5]]},"816":{"position":[[406,5]]},"826":{"position":[[406,5]]},"838":{"position":[[406,5]]}}}],["describ",{"_index":813,"t":{"760":{"position":[[574,9]]},"936":{"position":[[243,8]]},"973":{"position":[[14,9]]},"983":{"position":[[620,8]]},"1014":{"position":[[715,9]]},"1020":{"position":[[123,9]]},"1026":{"position":[[369,9],[797,9]]},"1044":{"position":[[14,9]]}}}],["descript",{"_index":283,"t":{"20":{"position":[[333,11],[656,11]]},"57":{"position":[[622,11],[945,11],[1259,11],[1575,11]]},"71":{"position":[[234,11],[392,11],[550,11]]},"83":{"position":[[224,11]]},"93":{"position":[[3,11],[28,11]]},"97":{"position":[[212,11]]},"101":{"position":[[47,11]]},"107":{"position":[[30,11],[55,11]]},"111":{"position":[[212,11],[227,11]]},"183":{"position":[[348,11],[665,11],[1005,11],[1358,11],[1711,11],[2064,11],[2438,11]]},"305":{"position":[[355,11],[668,11],[982,11],[1344,11],[1683,11]]},"632":{"position":[[351,11],[663,11],[994,11]]},"642":{"position":[[139,11]]},"646":{"position":[[245,11]]},"656":{"position":[[245,11]]},"676":{"position":[[196,11]]},"688":{"position":[[220,11]]},"721":{"position":[[258,11]]},"723":{"position":[[211,11],[510,11]]},"760":{"position":[[684,11]]},"764":{"position":[[10,11]]},"777":{"position":[[737,11]]},"804":{"position":[[391,11]]},"816":{"position":[[391,11]]},"826":{"position":[[391,11]]},"838":{"position":[[391,11]]},"846":{"position":[[168,11]]},"848":{"position":[[356,11],[906,11]]},"852":{"position":[[376,11]]},"860":{"position":[[219,11]]},"866":{"position":[[385,11]]},"898":{"position":[[5,11]]},"912":{"position":[[428,11]]},"981":{"position":[[220,11],[409,11]]},"1010":{"position":[[109,11]]}}}],["design",{"_index":916,"t":{"894":{"position":[[32,8]]},"918":{"position":[[440,6]]},"1040":{"position":[[36,8]]},"1049":{"position":[[142,8]]},"1072":{"position":[[82,6],[242,6]]}}}],["desir",{"_index":854,"t":{"764":{"position":[[697,7]]},"766":{"position":[[678,7]]},"932":{"position":[[1557,6]]},"949":{"position":[[547,7]]}}}],["despit",{"_index":1018,"t":{"936":{"position":[[46,7]]}}}],["destin",{"_index":553,"t":{"404":{"position":[[899,11]]},"947":{"position":[[1118,11]]},"1042":{"position":[[309,11]]}}}],["destruct",{"_index":1353,"t":{"1030":{"position":[[247,11]]},"1063":{"position":[[69,11]]},"1074":{"position":[[1110,11]]}}}],["detail",{"_index":444,"t":{"215":{"position":[[22,7]]},"223":{"position":[[40,7]]},"725":{"position":[[54,6]]},"898":{"position":[[1275,8]]},"912":{"position":[[844,8]]},"922":{"position":[[119,8]]},"932":{"position":[[119,7],[2369,7]]},"934":{"position":[[991,7],[1215,7],[1395,7],[1878,7],[2022,7]]},"979":{"position":[[1214,7]]},"981":{"position":[[548,7]]},"983":{"position":[[1229,7]]},"985":{"position":[[514,7]]},"987":{"position":[[466,7]]},"989":{"position":[[1412,7]]},"1010":{"position":[[466,8]]},"1014":{"position":[[11,7],[207,7],[241,7],[287,7]]},"1036":{"position":[[226,8]]}}}],["detect",{"_index":1376,"t":{"1030":{"position":[[1310,8]]},"1049":{"position":[[675,9],[776,9]]},"1063":{"position":[[168,9]]},"1070":{"position":[[222,9],[343,9]]}}}],["determin",{"_index":763,"t":{"719":{"position":[[33,11],[138,11]]}}}],["devel",{"_index":935,"t":{"898":{"position":[[1333,5]]},"922":{"position":[[177,5]]},"1010":{"position":[[304,5]]},"1012":{"position":[[737,5]]}}}],["develop",{"_index":1196,"t":{"1012":{"position":[[207,11],[546,10]]},"1053":{"position":[[202,11]]}}}],["dgfnzwxvc8t8cg",{"_index":522,"t":{"385":{"position":[[285,14]]}}}],["dictionari",{"_index":930,"t":{"898":{"position":[[1138,10]]},"912":{"position":[[141,10],[718,10]]}}}],["diesel",{"_index":1532,"t":{"1063":{"position":[[326,6]]}}}],["differ",{"_index":158,"t":{"6":{"position":[[349,9]]},"10":{"position":[[2186,9]]},"894":{"position":[[154,9],[398,9]]},"1008":{"position":[[629,9]]},"1038":{"position":[[24,9],[336,9],[662,9]]},"1040":{"position":[[299,9],[329,6],[763,9],[920,9]]},"1053":{"position":[[47,9]]}}}],["digit",{"_index":1449,"t":{"1040":{"position":[[1153,7]]}}}],["dilig",{"_index":1570,"t":{"1074":{"position":[[536,9]]}}}],["dir",{"_index":865,"t":{"766":{"position":[[543,3],[1218,3],[1279,3]]}}}],["directli",{"_index":1271,"t":{"1014":{"position":[[2255,8]]}}}],["directori",{"_index":866,"t":{"766":{"position":[[554,9],[1179,9]]},"1049":{"position":[[388,9]]}}}],["disabl",{"_index":583,"t":{"414":{"position":[[271,8]]},"536":{"position":[[396,8]]}}}],["disclos",{"_index":1153,"t":{"995":{"position":[[1568,9]]},"1024":{"position":[[52,8]]},"1026":{"position":[[2260,8]]}}}],["disclosur",{"_index":1511,"t":{"1055":{"position":[[206,10]]},"1076":{"position":[[1020,10]]}}}],["disk",{"_index":1535,"t":{"1063":{"position":[[377,4]]}}}],["display",{"_index":284,"t":{"20":{"position":[[370,8],[693,8]]},"57":{"position":[[659,8],[982,8],[1296,8],[1612,8]]},"183":{"position":[[376,8],[693,8],[1033,8],[1386,8],[1739,8],[2092,8]]},"305":{"position":[[383,8],[696,8],[1010,8],[1710,8]]},"632":{"position":[[379,8],[691,8],[1021,8]]},"766":{"position":[[161,9]]},"926":{"position":[[325,8],[581,8]]},"947":{"position":[[827,9]]},"1038":{"position":[[487,8]]}}}],["disrupt",{"_index":1474,"t":{"1047":{"position":[[197,11]]}}}],["dissemin",{"_index":1357,"t":{"1030":{"position":[[300,13]]}}}],["distinct",{"_index":1224,"t":{"1014":{"position":[[155,11]]}}}],["distribut",{"_index":921,"t":{"894":{"position":[[263,11]]},"1008":{"position":[[136,11]]}}}],["doc",{"_index":968,"t":{"918":{"position":[[142,4]]},"1012":{"position":[[815,4]]}}}],["document",{"_index":1084,"t":{"973":{"position":[[5,8]]},"1010":{"position":[[475,13]]},"1044":{"position":[[5,8]]},"1053":{"position":[[323,9]]},"1068":{"position":[[79,13]]},"1070":{"position":[[413,10]]},"1074":{"position":[[472,13]]}}}],["doe",{"_index":774,"t":{"721":{"position":[[164,3]]}}}],["doesn",{"_index":731,"t":{"705":{"position":[[368,5],[508,5]]},"894":{"position":[[450,5]]}}}],["domain",{"_index":1164,"t":{"995":{"position":[[1920,6]]},"1014":{"position":[[2049,6]]}}}],["don",{"_index":1072,"t":{"949":{"position":[[1393,3]]},"985":{"position":[[20,3]]}}}],["doorbel",{"_index":1479,"t":{"1047":{"position":[[404,8]]}}}],["doubl",{"_index":597,"t":{"416":{"position":[[643,7]]},"971":{"position":[[500,7]]}}}],["download",{"_index":1205,"t":{"1012":{"position":[[487,8]]}}}],["dpa",{"_index":1405,"t":{"1034":{"position":[[253,3]]},"1076":{"position":[[1226,3]]}}}],["dpia",{"_index":1555,"t":{"1068":{"position":[[700,4]]}}}],["dpo",{"_index":1227,"t":{"1014":{"position":[[215,3]]},"1032":{"position":[[298,3]]},"1068":{"position":[[522,3]]},"1070":{"position":[[592,3]]},"1076":{"position":[[406,3]]}}}],["dqnnhlabegeib",{"_index":657,"t":{"558":{"position":[[43,14]]},"566":{"position":[[15,14]]},"572":{"position":[[15,14]]}}}],["draft",{"_index":999,"t":{"932":{"position":[[997,5]]}}}],["drive",{"_index":1539,"t":{"1065":{"position":[[226,6]]}}}],["dropper",{"_index":1373,"t":{"1030":{"position":[[1187,8]]}}}],["due",{"_index":170,"t":{"6":{"position":[[493,3]]},"1074":{"position":[[532,3]]}}}],["duplic",{"_index":797,"t":{"757":{"position":[[653,9]]}}}],["durabl",{"_index":139,"t":{"6":{"position":[[0,10],[30,10]]}}}],["dure",{"_index":718,"t":{"703":{"position":[[17,6]]},"760":{"position":[[499,6]]},"898":{"position":[[559,6]]},"914":{"position":[[58,6],[643,6]]},"916":{"position":[[52,6]]},"920":{"position":[[52,6]]},"934":{"position":[[1171,6]]},"1016":{"position":[[854,6]]},"1026":{"position":[[42,6]]},"1030":{"position":[[1251,6]]},"1051":{"position":[[247,6]]},"1058":{"position":[[128,6]]}}}],["dynam",{"_index":224,"t":{"10":{"position":[[1470,11]]},"416":{"position":[[232,7]]},"910":{"position":[[488,11]]},"959":{"position":[[485,11]]},"961":{"position":[[1333,11]]},"971":{"position":[[89,7]]}}}],["e",{"_index":418,"t":{"175":{"position":[[72,1]]},"297":{"position":[[74,1]]},"624":{"position":[[81,1]]},"930":{"position":[[179,1]]},"938":{"position":[[179,1]]},"949":{"position":[[1701,1],[1769,1],[1803,1],[1896,1],[1998,1],[2066,1],[2281,1],[2341,1],[2468,1],[2542,1],[2570,1],[2633,1]]},"953":{"position":[[179,1]]},"963":{"position":[[179,1]]},"995":{"position":[[767,1]]},"999":{"position":[[184,1]]},"1008":{"position":[[172,1]]},"1018":{"position":[[245,1]]},"1028":{"position":[[383,1],[438,1]]},"1032":{"position":[[209,1],[339,1]]},"1060":{"position":[[312,1]]}}}],["e1",{"_index":516,"t":{"385":{"position":[[42,2]]}}}],["e2epush",{"_index":333,"t":{"57":{"position":[[92,7]]}}}],["each",{"_index":76,"t":{"4":{"position":[[547,4],[835,4]]},"8":{"position":[[641,4],[688,4],[876,4]]},"33":{"position":[[160,4]]},"61":{"position":[[0,4],[69,4]]},"183":{"position":[[2533,4]]},"305":{"position":[[1439,4]]},"404":{"position":[[854,4]]},"414":{"position":[[124,4]]},"719":{"position":[[569,4]]},"721":{"position":[[417,4],[481,4],[550,4]]},"725":{"position":[[168,4]]},"757":{"position":[[119,4],[197,4],[509,4],[541,4],[673,4],[884,4]]},"760":{"position":[[747,4],[816,4]]},"894":{"position":[[546,4],[592,4]]},"898":{"position":[[82,4],[128,4]]},"904":{"position":[[193,4],[240,4],[428,4]]},"912":{"position":[[30,4]]},"932":{"position":[[1482,4]]},"934":{"position":[[362,4],[768,4]]},"936":{"position":[[190,4]]},"951":{"position":[[72,4]]},"961":{"position":[[72,4]]},"983":{"position":[[67,4],[629,4]]},"985":{"position":[[84,4]]},"997":{"position":[[72,4]]},"1026":{"position":[[67,4],[151,4]]},"1053":{"position":[[237,4]]}}}],["eas",{"_index":45,"t":{"4":{"position":[[0,4]]}}}],["easi",{"_index":1451,"t":{"1040":{"position":[[1573,4]]}}}],["easili",{"_index":49,"t":{"4":{"position":[[67,6]]},"894":{"position":[[367,6]]}}}],["edit",{"_index":102,"t":{"4":{"position":[[1207,7]]},"762":{"position":[[49,4]]}}}],["educ",{"_index":1396,"t":{"1030":{"position":[[2380,9]]}}}],["effect",{"_index":1259,"t":{"1014":{"position":[[1566,9]]},"1016":{"position":[[595,11]]},"1028":{"position":[[187,6]]},"1068":{"position":[[229,13]]},"1074":{"position":[[979,9]]},"1076":{"position":[[1482,13]]}}}],["effici",{"_index":1181,"t":{"1008":{"position":[[124,11]]}}}],["egi",{"_index":789,"t":{"737":{"position":[[88,3]]},"751":{"position":[[67,3]]},"1038":{"position":[[807,3]]}}}],["elaps",{"_index":591,"t":{"416":{"position":[[356,6],[441,7],[594,7]]},"971":{"position":[[213,6],[298,7],[451,7]]}}}],["electron",{"_index":1251,"t":{"1014":{"position":[[1209,10]]},"1058":{"position":[[135,10]]}}}],["elig",{"_index":787,"t":{"725":{"position":[[283,8]]},"985":{"position":[[118,8]]}}}],["email",{"_index":405,"t":{"130":{"position":[[327,5]]},"132":{"position":[[390,5]]},"137":{"position":[[311,5]]},"144":{"position":[[66,5],[75,5]]},"146":{"position":[[291,5],[300,5]]},"155":{"position":[[285,5],[294,5]]},"164":{"position":[[301,5],[310,5]]},"319":{"position":[[258,5],[378,5]]},"331":{"position":[[289,5],[409,5],[616,5],[736,5]]},"345":{"position":[[94,5],[216,5]]},"347":{"position":[[262,5],[382,5]]},"359":{"position":[[141,5],[263,5]]},"361":{"position":[[256,5],[376,5]]},"385":{"position":[[33,5]]},"642":{"position":[[86,5]]},"646":{"position":[[269,5]]},"656":{"position":[[328,5]]},"676":{"position":[[221,5]]},"684":{"position":[[24,5]]},"688":{"position":[[245,5]]},"721":{"position":[[149,5],[284,5],[297,5]]},"777":{"position":[[318,5],[781,5],[794,5],[1146,5],[1159,5],[1508,5],[1521,5],[1878,5],[1891,5]]},"782":{"position":[[315,5],[684,5],[697,5]]},"787":{"position":[[345,5],[358,5],[707,5],[720,5],[1077,5],[1090,5]]},"792":{"position":[[341,5]]},"804":{"position":[[435,5],[448,5]]},"816":{"position":[[435,5],[448,5]]},"826":{"position":[[435,5],[448,5]]},"838":{"position":[[435,5],[448,5]]},"846":{"position":[[72,5],[85,5]]},"848":{"position":[[112,5],[126,5]]},"852":{"position":[[280,5],[293,5]]},"860":{"position":[[244,5],[257,5]]},"862":{"position":[[112,5],[126,5]]},"866":{"position":[[289,5],[302,5]]},"878":{"position":[[284,5],[297,5]]},"979":{"position":[[629,5],[951,5]]},"983":{"position":[[386,5],[1047,5]]},"989":{"position":[[378,5],[645,5],[963,5],[1226,5]]},"1010":{"position":[[70,5],[190,5],[408,5]]},"1026":{"position":[[828,5],[2476,5]]},"1028":{"position":[[486,5]]}}}],["emerg",{"_index":1531,"t":{"1063":{"position":[[316,9]]}}}],["employ",{"_index":1305,"t":{"1022":{"position":[[202,10]]},"1049":{"position":[[492,10]]}}}],["employe",{"_index":1486,"t":{"1047":{"position":[[571,9],[611,9]]},"1049":{"position":[[304,9]]},"1068":{"position":[[144,9]]},"1074":{"position":[[913,9]]},"1076":{"position":[[637,9],[737,9]]}}}],["empti",{"_index":206,"t":{"10":{"position":[[828,5]]},"123":{"position":[[31,5]]},"171":{"position":[[0,5]]},"211":{"position":[[31,5]]},"373":{"position":[[31,5]]},"508":{"position":[[31,5]]},"524":{"position":[[31,5]]},"542":{"position":[[31,5]]},"552":{"position":[[237,5],[599,5]]},"590":{"position":[[31,5]]},"620":{"position":[[31,5]]},"764":{"position":[[775,5]]},"890":{"position":[[36,5]]},"898":{"position":[[1757,5]]},"908":{"position":[[536,5]]},"924":{"position":[[201,5]]},"932":{"position":[[1710,5],[1746,5]]},"957":{"position":[[536,5]]},"991":{"position":[[292,5]]},"993":{"position":[[307,5]]},"997":{"position":[[1223,5]]},"1003":{"position":[[526,5],[893,5]]}}}],["emul",{"_index":949,"t":{"912":{"position":[[553,8]]}}}],["enabl",{"_index":23,"t":{"2":{"position":[[348,7]]},"4":{"position":[[400,7],[1807,7],[1967,6]]},"10":{"position":[[1665,7],[1815,7]]},"416":{"position":[[16,7]]},"542":{"position":[[347,7]]},"764":{"position":[[504,6],[592,7]]},"766":{"position":[[716,6]]},"900":{"position":[[133,7]]},"934":{"position":[[621,7]]},"947":{"position":[[5,7],[1187,7],[1263,7]]},"949":{"position":[[346,7]]},"959":{"position":[[680,7],[830,7]]},"961":{"position":[[1528,7],[1678,7]]},"965":{"position":[[22,7],[405,7],[1355,7]]},"969":{"position":[[346,7]]},"975":{"position":[[115,6]]},"977":{"position":[[545,7],[729,6]]},"1012":{"position":[[866,7]]},"1026":{"position":[[170,7]]},"1040":{"position":[[83,7],[714,7]]},"1042":{"position":[[216,7]]}}}],["enact",{"_index":1248,"t":{"1014":{"position":[[1132,7]]}}}],["encod",{"_index":464,"t":{"261":{"position":[[213,7],[352,7]]},"377":{"position":[[253,8]]},"385":{"position":[[188,7]]},"898":{"position":[[1098,7]]},"912":{"position":[[689,7]]},"918":{"position":[[598,8]]},"932":{"position":[[1619,7],[1658,8],[2295,7]]},"934":{"position":[[1708,8]]},"947":{"position":[[992,7]]}}}],["encode64",{"_index":966,"t":{"918":{"position":[[92,8],[271,8],[385,8],[616,9]]}}}],["encount",{"_index":959,"t":{"916":{"position":[[40,11]]},"920":{"position":[[40,11]]}}}],["encrypt",{"_index":1371,"t":{"1030":{"position":[[969,10],[1121,10],[1134,10]]},"1040":{"position":[[1137,10]]},"1051":{"position":[[456,9],[492,10]]},"1058":{"position":[[331,9]]}}}],["end",{"_index":165,"t":{"6":{"position":[[433,3]]},"37":{"position":[[120,3]]},"41":{"position":[[100,3]]},"51":{"position":[[120,3]]},"55":{"position":[[99,3]]},"894":{"position":[[75,3],[231,3],[432,3],[675,3]]},"898":{"position":[[211,3]]},"1016":{"position":[[962,3]]}}}],["end_dat",{"_index":310,"t":{"37":{"position":[[120,8]]},"41":{"position":[[100,8]]},"51":{"position":[[120,8]]},"55":{"position":[[99,8]]}}}],["endpoint",{"_index":212,"t":{"10":{"position":[[1091,8]]},"29":{"position":[[132,8]]},"255":{"position":[[18,8]]},"404":{"position":[[188,8],[334,8],[419,9],[718,8],[1195,8]]},"406":{"position":[[106,8]]},"414":{"position":[[157,8]]},"420":{"position":[[82,8]]},"426":{"position":[[297,8],[375,8],[472,8],[610,8],[645,8],[705,8]]},"532":{"position":[[31,8]]},"536":{"position":[[150,8]]},"540":{"position":[[31,8]]},"542":{"position":[[249,8],[328,8]]},"898":{"position":[[798,8]]},"910":{"position":[[109,8]]},"949":{"position":[[861,8],[1415,8],[1485,8]]},"959":{"position":[[106,8]]},"961":{"position":[[954,8]]},"965":{"position":[[304,8],[462,8],[493,8],[803,8],[924,8],[1000,8],[1055,8],[1206,8],[1336,8]]},"967":{"position":[[50,9]]},"1010":{"position":[[446,8]]},"1012":{"position":[[184,8],[560,8],[766,8]]}}}],["enforc",{"_index":1175,"t":{"995":{"position":[[2253,11]]},"1024":{"position":[[385,11],[474,9]]}}}],["engag",{"_index":1524,"t":{"1060":{"position":[[642,7]]},"1065":{"position":[[571,7]]}}}],["engin",{"_index":527,"t":{"398":{"position":[[118,6]]},"402":{"position":[[74,6]]},"408":{"position":[[50,6]]},"412":{"position":[[50,6]]},"426":{"position":[[70,6]]},"450":{"position":[[94,6]]},"460":{"position":[[94,6]]},"506":{"position":[[106,6]]},"520":{"position":[[118,6]]},"538":{"position":[[117,6]]},"554":{"position":[[118,6]]},"570":{"position":[[117,6]]},"586":{"position":[[117,6]]},"600":{"position":[[104,6]]},"616":{"position":[[118,6]]},"1008":{"position":[[411,7]]},"1038":{"position":[[1117,6]]}}}],["engine2",{"_index":622,"t":{"450":{"position":[[285,7]]},"470":{"position":[[94,7]]}}}],["enough",{"_index":1394,"t":{"1030":{"position":[[2186,6]]}}}],["ensur",{"_index":95,"t":{"4":{"position":[[1005,6]]},"10":{"position":[[1405,6]]},"910":{"position":[[423,6]]},"934":{"position":[[532,6]]},"959":{"position":[[420,6]]},"961":{"position":[[1268,6]]},"1014":{"position":[[1072,7]]},"1030":{"position":[[74,7],[1602,6]]},"1051":{"position":[[11,6]]},"1053":{"position":[[6,7]]},"1058":{"position":[[35,6]]},"1060":{"position":[[16,6]]},"1063":{"position":[[11,6]]},"1068":{"position":[[452,6]]},"1074":{"position":[[11,6],[1092,8]]}}}],["enter",{"_index":1291,"t":{"1018":{"position":[[9,8]]},"1051":{"position":[[413,8]]},"1060":{"position":[[125,7],[488,5]]}}}],["entiti",{"_index":363,"t":{"63":{"position":[[40,8]]},"975":{"position":[[221,8]]},"1022":{"position":[[140,8],[330,8]]},"1024":{"position":[[162,8]]},"1042":{"position":[[102,6]]}}}],["entitl",{"_index":1157,"t":{"995":{"position":[[1805,8]]},"1026":{"position":[[1081,8],[1510,8]]}}}],["entranc",{"_index":1484,"t":{"1047":{"position":[[472,9],[483,8]]}}}],["entri",{"_index":1429,"t":{"1038":{"position":[[940,5]]},"1060":{"position":[[400,5]]}}}],["entrust",{"_index":1589,"t":{"1076":{"position":[[1091,9]]}}}],["environ",{"_index":1197,"t":{"1012":{"position":[[219,11]]},"1053":{"position":[[291,12],[309,12]]}}}],["environment",{"_index":1466,"t":{"1047":{"position":[[44,13],[165,13]]}}}],["eosc",{"_index":756,"t":{"717":{"position":[[125,4],[159,4]]},"1036":{"position":[[378,4]]},"1038":{"position":[[156,4]]}}}],["equal",{"_index":661,"t":{"594":{"position":[[70,5]]}}}],["equip",{"_index":1392,"t":{"1030":{"position":[[2108,9]]}}}],["eras",{"_index":1324,"t":{"1026":{"position":[[286,5]]}}}],["erasur",{"_index":1338,"t":{"1026":{"position":[[1240,7],[1314,7]]}}}],["error",{"_index":116,"t":{"4":{"position":[[1393,5]]},"10":{"position":[[806,5]]},"22":{"position":[[24,6],[51,6]]},"31":{"position":[[24,6],[51,6]]},"45":{"position":[[24,6],[51,6]]},"59":{"position":[[24,6],[51,6]]},"61":{"position":[[166,5],[367,5]]},"73":{"position":[[24,6],[51,6]]},"85":{"position":[[24,6],[51,6]]},"99":{"position":[[24,6],[51,6]]},"113":{"position":[[24,6],[51,6]]},"125":{"position":[[24,6],[51,6]]},"139":{"position":[[24,6],[51,6]]},"148":{"position":[[24,6],[51,6]]},"157":{"position":[[24,6],[51,6]]},"166":{"position":[[24,6],[51,6]]},"173":{"position":[[24,6],[51,6]]},"185":{"position":[[24,6],[51,6]]},"201":{"position":[[24,6],[51,6]]},"213":{"position":[[24,6],[51,6]]},"225":{"position":[[24,6],[51,6]]},"253":{"position":[[24,6],[51,6]]},"267":{"position":[[24,6],[51,6]]},"279":{"position":[[24,6],[51,6]]},"293":{"position":[[107,5],[131,5]]},"295":{"position":[[24,6],[51,6]]},"307":{"position":[[24,6],[51,6]]},"321":{"position":[[24,6],[51,6]]},"333":{"position":[[24,6],[51,6]]},"349":{"position":[[24,6],[51,6]]},"363":{"position":[[24,6],[51,6]]},"375":{"position":[[24,6],[51,6]]},"389":{"position":[[24,6],[51,6]]},"418":{"position":[[24,6],[51,6]]},"428":{"position":[[24,6],[51,6]]},"438":{"position":[[24,6],[51,6]]},"472":{"position":[[24,6],[51,6]]},"484":{"position":[[24,6],[51,6]]},"498":{"position":[[108,5],[132,5],[259,6],[286,6]]},"510":{"position":[[24,6],[51,6]]},"526":{"position":[[24,6],[51,6]]},"544":{"position":[[24,6],[51,6]]},"560":{"position":[[24,6],[51,6]]},"576":{"position":[[24,6],[51,6]]},"592":{"position":[[24,6],[51,6]]},"606":{"position":[[24,6],[51,6]]},"622":{"position":[[24,6],[51,6]]},"634":{"position":[[24,6],[51,6]]},"648":{"position":[[24,6],[51,6]]},"658":{"position":[[24,6],[51,6]]},"668":{"position":[[24,6],[51,6]]},"678":{"position":[[24,6],[51,6]]},"690":{"position":[[24,6],[51,6]]},"700":{"position":[[24,6],[51,6]]},"703":{"position":[[11,5],[96,5]]},"705":{"position":[[14,5],[43,6],[65,5]]},"741":{"position":[[24,6],[51,6]]},"755":{"position":[[107,5],[131,5],[258,6],[285,6]]},"760":{"position":[[368,5],[400,5],[453,5],[595,6],[660,5],[678,5],[738,6]]},"794":{"position":[[24,6],[51,6]]},"806":{"position":[[24,6],[51,6]]},"818":{"position":[[24,6],[51,6]]},"828":{"position":[[24,6],[51,6]]},"840":{"position":[[24,6],[51,6]]},"854":{"position":[[24,6],[51,6]]},"868":{"position":[[24,6],[51,6]]},"880":{"position":[[24,6],[51,6]]},"892":{"position":[[24,6],[51,6]]},"908":{"position":[[514,5]]},"914":{"position":[[486,5],[520,5]]},"949":{"position":[[1711,5],[1813,5],[2008,5],[2291,5],[2478,5],[2580,5]]},"957":{"position":[[514,5]]},"997":{"position":[[1201,5]]}}}],["especi",{"_index":93,"t":{"4":{"position":[[947,10]]},"934":{"position":[[474,10]]},"1074":{"position":[[555,10]]}}}],["establish",{"_index":1461,"t":{"1044":{"position":[[66,11]]},"1060":{"position":[[56,9]]},"1068":{"position":[[823,11]]},"1070":{"position":[[47,11]]},"1074":{"position":[[187,11]]},"1076":{"position":[[319,11]]}}}],["etc",{"_index":117,"t":{"4":{"position":[[1415,3]]},"10":{"position":[[2414,3]]},"762":{"position":[[337,3],[391,3]]},"764":{"position":[[932,3]]},"766":{"position":[[401,3],[498,3]]},"977":{"position":[[395,3],[449,3]]},"1018":{"position":[[408,3]]}}}],["ethnic",{"_index":1297,"t":{"1018":{"position":[[383,6]]}}}],["eu",{"_index":1234,"t":{"1014":{"position":[[449,2]]},"1074":{"position":[[713,2]]}}}],["eurocert",{"_index":1366,"t":{"1030":{"position":[[605,8]]}}}],["european",{"_index":1233,"t":{"1014":{"position":[[428,8],[469,8]]}}}],["evalu",{"_index":1360,"t":{"1030":{"position":[[413,9]]},"1074":{"position":[[376,10]]}}}],["even",{"_index":1093,"t":{"979":{"position":[[188,4]]},"1055":{"position":[[220,4]]}}}],["event",{"_index":56,"t":{"4":{"position":[[147,5]]},"305":{"position":[[1792,6]]},"632":{"position":[[1102,6]]},"926":{"position":[[406,6],[663,6]]},"1026":{"position":[[2311,5]]},"1032":{"position":[[91,5]]},"1042":{"position":[[172,5]]},"1055":{"position":[[197,5]]},"1065":{"position":[[151,5]]}}}],["eventu",{"_index":187,"t":{"8":{"position":[[995,10]]},"898":{"position":[[963,10]]}}}],["everyth",{"_index":995,"t":{"932":{"position":[[5,10]]}}}],["ex",{"_index":86,"t":{"4":{"position":[[734,2],[1380,2]]},"981":{"position":[[77,2]]},"1038":{"position":[[357,2]]}}}],["examin",{"_index":1071,"t":{"949":{"position":[[1323,9]]}}}],["exampl",{"_index":413,"t":{"132":{"position":[[175,7]]},"385":{"position":[[45,7]]},"416":{"position":[[701,7]]},"426":{"position":[[624,7],[665,7],[759,7],[823,7],[922,7]]},"532":{"position":[[58,7]]},"536":{"position":[[620,7]]},"540":{"position":[[63,7]]},"642":{"position":[[100,7]]},"646":{"position":[[283,7]]},"656":{"position":[[342,7]]},"762":{"position":[[153,7]]},"766":{"position":[[1236,7]]},"848":{"position":[[180,7]]},"862":{"position":[[180,7]]},"918":{"position":[[255,7]]},"932":{"position":[[1813,7]]},"936":{"position":[[847,7]]},"947":{"position":[[337,7],[522,7]]},"969":{"position":[[113,7]]},"971":{"position":[[558,7]]},"977":{"position":[[589,7]]},"979":{"position":[[649,7],[972,7]]},"983":{"position":[[409,7],[798,7],[1071,7]]},"989":{"position":[[405,7],[673,7],[989,7],[1253,7]]},"1008":{"position":[[85,7],[239,7]]},"1010":{"position":[[498,8]]},"1012":{"position":[[660,7],[743,8]]},"1026":{"position":[[2199,7]]},"1042":{"position":[[508,7]]}}}],["exce",{"_index":1006,"t":{"932":{"position":[[1640,6]]}}}],["except",{"_index":1075,"t":{"949":{"position":[[1678,6],[1783,6],[1790,9],[1975,6],[2258,6],[2445,6],[2547,6]]}}}],["exchang",{"_index":1015,"t":{"934":{"position":[[109,9]]},"1008":{"position":[[556,8]]},"1030":{"position":[[1149,9]]},"1038":{"position":[[208,8],[306,8]]},"1040":{"position":[[1257,9]]}}}],["exclus",{"_index":1283,"t":{"1016":{"position":[[505,11]]}}}],["execut",{"_index":607,"t":{"426":{"position":[[393,7]]},"764":{"position":[[899,10]]}}}],["exercis",{"_index":1322,"t":{"1026":{"position":[[181,8],[2371,8]]}}}],["exist",{"_index":103,"t":{"4":{"position":[[1218,8]]},"101":{"position":[[66,8]]},"293":{"position":[[53,8],[200,5]]},"498":{"position":[[53,8],[201,5]]},"546":{"position":[[143,5]]},"705":{"position":[[177,6],[196,6],[243,6],[262,6],[376,5],[516,5]]},"723":{"position":[[868,8],[1464,8]]},"755":{"position":[[53,8],[200,5]]},"766":{"position":[[1355,5]]},"856":{"position":[[24,8]]},"870":{"position":[[26,8]]},"882":{"position":[[24,8]]},"1003":{"position":[[146,5]]},"1014":{"position":[[1414,5]]},"1042":{"position":[[198,9]]}}}],["expect",{"_index":68,"t":{"4":{"position":[[433,8],[483,8]]},"377":{"position":[[140,8]]},"404":{"position":[[734,6],[1211,6]]},"934":{"position":[[654,8],[704,8],[1595,8]]}}}],["expir",{"_index":1513,"t":{"1055":{"position":[[265,7]]}}}],["explain",{"_index":777,"t":{"721":{"position":[[464,9]]}}}],["explicit",{"_index":953,"t":{"914":{"position":[[183,8]]}}}],["explicitli",{"_index":202,"t":{"10":{"position":[[652,10],[871,10]]},"377":{"position":[[379,10]]},"908":{"position":[[360,10],[579,10]]},"934":{"position":[[1834,10]]},"957":{"position":[[360,10],[579,10]]},"997":{"position":[[1047,10],[1266,10]]}}}],["express",{"_index":176,"t":{"8":{"position":[[379,7]]},"187":{"position":[[154,7]]},"902":{"position":[[154,7]]}}}],["extent",{"_index":1284,"t":{"1016":{"position":[[566,6]]},"1055":{"position":[[89,6]]},"1060":{"position":[[211,6]]},"1063":{"position":[[127,6]]},"1065":{"position":[[71,6]]},"1068":{"position":[[415,6]]},"1070":{"position":[[66,6]]},"1074":{"position":[[215,6]]}}}],["extern",{"_index":1566,"t":{"1074":{"position":[[271,8]]},"1076":{"position":[[1566,8]]}}}],["extinguish",{"_index":1527,"t":{"1063":{"position":[[192,13]]}}}],["f9f2e8c5f02lbcc94fe76b0d3cfa5d20d9365444",{"_index":739,"t":{"715":{"position":[[47,40]]}}}],["fa7ae01bbebc",{"_index":682,"t":{"646":{"position":[[122,12]]},"777":{"position":[[478,12],[937,12]]},"782":{"position":[[475,12]]},"787":{"position":[[136,12]]},"804":{"position":[[132,12]]},"816":{"position":[[132,12]]},"826":{"position":[[132,12]]},"836":{"position":[[103,12]]},"838":{"position":[[132,12]]},"852":{"position":[[119,12]]},"866":{"position":[[122,12]]},"878":{"position":[[122,12]]}}}],["fa7ae01bbebw",{"_index":404,"t":{"130":{"position":[[163,12]]},"132":{"position":[[232,12]]},"137":{"position":[[147,12]]},"146":{"position":[[137,12]]},"155":{"position":[[131,12]]},"164":{"position":[[129,12]]},"777":{"position":[[154,12]]},"782":{"position":[[151,12]]},"792":{"position":[[177,12]]}}}],["fa7ae01bbebz",{"_index":906,"t":{"860":{"position":[[35,12]]}}}],["fa7ae01bberr",{"_index":879,"t":{"777":{"position":[[1325,12]]},"787":{"position":[[524,12]]}}}],["fa7ae01bbfrt",{"_index":882,"t":{"777":{"position":[[1687,12]]},"787":{"position":[[886,12]]}}}],["facil",{"_index":844,"t":{"762":{"position":[[507,10]]},"764":{"position":[[740,10]]},"1047":{"position":[[96,10]]},"1049":{"position":[[685,10]]}}}],["fact",{"_index":1019,"t":{"936":{"position":[[58,4]]}}}],["fail",{"_index":162,"t":{"6":{"position":[[387,7]]}}}],["failur",{"_index":166,"t":{"6":{"position":[[444,8]]},"760":{"position":[[379,7]]}}}],["fals",{"_index":575,"t":{"408":{"position":[[452,5]]},"532":{"position":[[201,5]]},"552":{"position":[[165,5]]},"977":{"position":[[555,5]]},"1003":{"position":[[454,5]]}}}],["far",{"_index":1155,"t":{"995":{"position":[[1674,3]]},"1055":{"position":[[174,3]]}}}],["fast",{"_index":1460,"t":{"1042":{"position":[[721,4]]}}}],["featur",{"_index":98,"t":{"4":{"position":[[1069,7],[1660,8]]},"725":{"position":[[497,7]]},"1036":{"position":[[254,8]]},"1040":{"position":[[1088,8]]}}}],["fedcloud",{"_index":1182,"t":{"1008":{"position":[[177,8]]},"1038":{"position":[[830,8]]}}}],["feder",{"_index":1418,"t":{"1038":{"position":[[251,10]]},"1040":{"position":[[4,10],[119,9],[502,10],[1279,10],[1324,10]]}}}],["feel",{"_index":1393,"t":{"1030":{"position":[[2172,4]]}}}],["field",{"_index":509,"t":{"351":{"position":[[80,6]]},"385":{"position":[[249,5]]},"404":{"position":[[253,5],[575,5],[800,5],[1147,5]]},"552":{"position":[[375,5],[520,5]]},"898":{"position":[[1465,5],[1678,5]]},"912":{"position":[[422,5]]},"914":{"position":[[720,5]]},"924":{"position":[[122,5]]},"932":{"position":[[1757,5]]},"983":{"position":[[534,5],[562,5]]},"1003":{"position":[[669,5],[814,5]]}}}],["file",{"_index":816,"t":{"762":{"position":[[77,4],[129,4]]},"764":{"position":[[427,4]]},"766":{"position":[[25,4],[379,4],[476,4],[599,4],[1174,4]]},"1034":{"position":[[146,4]]}}}],["fill",{"_index":1187,"t":{"1010":{"position":[[33,4]]}}}],["filter",{"_index":1459,"t":{"1042":{"position":[[564,6]]},"1070":{"position":[[187,7]]}}}],["final",{"_index":1310,"t":{"1022":{"position":[[459,7]]}}}],["find",{"_index":1008,"t":{"932":{"position":[[1805,4]]},"936":{"position":[[622,4]]},"965":{"position":[[368,4],[865,4],[1532,4]]}}}],["finer",{"_index":785,"t":{"725":{"position":[[48,5]]}}}],["fire",{"_index":1525,"t":{"1063":{"position":[[153,4],[187,4]]}}}],["firewal",{"_index":1498,"t":{"1049":{"position":[[755,9]]},"1058":{"position":[[302,9]]},"1060":{"position":[[345,8]]},"1070":{"position":[[172,8]]}}}],["first",{"_index":179,"t":{"8":{"position":[[508,5]]},"416":{"position":[[300,5],[714,5]]},"594":{"position":[[39,5]]},"642":{"position":[[32,5],[46,5]]},"646":{"position":[[167,5],[181,5]]},"656":{"position":[[175,5]]},"676":{"position":[[122,5]]},"688":{"position":[[146,5]]},"762":{"position":[[4,5]]},"764":{"position":[[845,5]]},"777":{"position":[[667,5]]},"804":{"position":[[321,5]]},"816":{"position":[[321,5]]},"826":{"position":[[321,5]]},"838":{"position":[[321,5]]},"846":{"position":[[94,5]]},"852":{"position":[[302,5]]},"860":{"position":[[145,5]]},"866":{"position":[[311,5]]},"894":{"position":[[187,5]]},"904":{"position":[[60,5]]},"947":{"position":[[1070,5]]},"949":{"position":[[58,5]]},"969":{"position":[[166,5],[221,5]]},"971":{"position":[[157,5],[571,5]]},"977":{"position":[[144,5],[184,5]]},"979":{"position":[[49,5],[86,5]]},"981":{"position":[[62,5],[237,5],[427,5]]}}}],["first_nam",{"_index":677,"t":{"642":{"position":[[32,10]]},"646":{"position":[[167,10]]},"656":{"position":[[175,10]]},"676":{"position":[[122,10]]},"688":{"position":[[146,10]]},"777":{"position":[[667,10]]},"804":{"position":[[321,10]]},"816":{"position":[[321,10]]},"826":{"position":[[321,10]]},"838":{"position":[[321,10]]},"846":{"position":[[94,10]]},"852":{"position":[[302,10]]},"860":{"position":[[145,10]]},"866":{"position":[[311,10]]}}}],["firsta",{"_index":871,"t":{"777":{"position":[[681,6]]},"804":{"position":[[335,6]]},"816":{"position":[[335,6]]},"826":{"position":[[335,6]]},"838":{"position":[[335,6]]}}}],["flag",{"_index":1044,"t":{"947":{"position":[[1005,4]]}}}],["flask",{"_index":1212,"t":{"1012":{"position":[[752,5]]}}}],["flask_receive_endpoint",{"_index":1211,"t":{"1012":{"position":[[752,22]]}}}],["flexibl",{"_index":1439,"t":{"1040":{"position":[[698,11]]}}}],["float64",{"_index":271,"t":{"20":{"position":[[191,7],[514,7]]},"57":{"position":[[482,7],[803,7],[1126,7],[1440,7]]},"305":{"position":[[1547,7]]},"632":{"position":[[853,7]]}}}],["flow",{"_index":223,"t":{"10":{"position":[[1452,4],[1494,4]]},"910":{"position":[[470,4],[512,4]]},"932":{"position":[[65,4]]},"959":{"position":[[467,4],[509,4]]},"961":{"position":[[1315,4],[1357,4]]},"1042":{"position":[[415,4]]}}}],["fname",{"_index":698,"t":{"656":{"position":[[189,5]]},"846":{"position":[[108,5]]},"852":{"position":[[316,5]]},"860":{"position":[[159,5]]},"866":{"position":[[325,5]]}}}],["focus",{"_index":11,"t":{"2":{"position":[[121,8],[249,7],[664,8],[800,7]]},"896":{"position":[[81,8],[209,7]]}}}],["folder",{"_index":860,"t":{"764":{"position":[[882,6]]}}}],["follow",{"_index":354,"t":{"61":{"position":[[131,9],[332,9]]},"175":{"position":[[4,9]]},"227":{"position":[[356,9]]},"269":{"position":[[4,9]]},"281":{"position":[[4,9]]},"293":{"position":[[97,9]]},"297":{"position":[[4,9]]},"404":{"position":[[765,9],[1242,9]]},"426":{"position":[[405,9]]},"440":{"position":[[376,9]]},"486":{"position":[[4,9]]},"498":{"position":[[98,9]]},"624":{"position":[[4,9]]},"703":{"position":[[75,9]]},"705":{"position":[[4,9]]},"721":{"position":[[111,9]]},"723":{"position":[[110,9],[302,9]]},"731":{"position":[[4,9]]},"743":{"position":[[4,9]]},"755":{"position":[[97,9]]},"766":{"position":[[274,7]]},"770":{"position":[[162,9]]},"848":{"position":[[315,9],[872,9]]},"912":{"position":[[217,7]]},"914":{"position":[[499,9]]},"932":{"position":[[43,9],[942,9]]},"934":{"position":[[233,6],[865,6]]},"940":{"position":[[67,9]]},"942":{"position":[[4,9]]},"944":{"position":[[4,9]]},"947":{"position":[[1144,9]]},"949":{"position":[[415,9]]},"967":{"position":[[17,9]]},"975":{"position":[[75,6]]},"979":{"position":[[605,9]]},"981":{"position":[[196,9]]},"983":{"position":[[362,9]]},"995":{"position":[[90,9]]},"1003":{"position":[[354,9]]},"1010":{"position":[[0,6]]},"1012":{"position":[[675,9]]},"1014":{"position":[[1968,9]]},"1016":{"position":[[100,9]]},"1022":{"position":[[105,9]]},"1030":{"position":[[1568,6]]}}}],["foo",{"_index":274,"t":{"20":{"position":[[253,3],[576,3]]},"558":{"position":[[123,3]]},"777":{"position":[[790,3],[1155,3],[1517,3],[1887,3]]},"782":{"position":[[693,3]]},"787":{"position":[[354,3],[716,3],[1086,3]]},"804":{"position":[[444,3]]},"816":{"position":[[444,3]]},"826":{"position":[[444,3]]},"838":{"position":[[444,3]]},"846":{"position":[[81,3]]},"852":{"position":[[289,3]]},"860":{"position":[[253,3]]},"866":{"position":[[298,3]]},"878":{"position":[[293,3]]},"979":{"position":[[657,3],[980,3]]},"983":{"position":[[417,3],[1079,3]]},"989":{"position":[[413,3],[681,3],[997,3],[1261,3]]}}}],["forbidden",{"_index":362,"t":{"61":{"position":[[429,9],[452,9]]},"705":{"position":[[1122,9],[1155,9],[1192,9]]}}}],["form",{"_index":805,"t":{"760":{"position":[[122,4]]},"930":{"position":[[118,4]]},"938":{"position":[[118,4]]},"953":{"position":[[118,4]]},"963":{"position":[[118,4]]},"999":{"position":[[123,4]]},"1010":{"position":[[45,4]]},"1030":{"position":[[337,4]]},"1076":{"position":[[698,6]]}}}],["formal",{"_index":1562,"t":{"1070":{"position":[[509,10]]}}}],["format",{"_index":466,"t":{"261":{"position":[[231,6]]},"598":{"position":[[115,6]]},"723":{"position":[[312,6]]},"898":{"position":[[1266,6]]},"912":{"position":[[207,6],[835,6]]},"914":{"position":[[509,6]]},"922":{"position":[[110,6]]},"934":{"position":[[89,6],[194,6]]},"949":{"position":[[492,6],[555,6],[639,9],[702,6],[802,6],[1356,6],[1588,6],[1750,6],[1877,6],[2047,6],[2082,6],[2117,9],[2137,6],[2217,9],[2330,6],[2523,6],[2622,6]]},"1026":{"position":[[1930,6]]}}}],["format_messag",{"_index":1054,"t":{"949":{"position":[[492,14],[2137,14]]}}}],["formatted_messag",{"_index":1077,"t":{"949":{"position":[[2117,17],[2217,17]]}}}],["forward",{"_index":542,"t":{"404":{"position":[[381,7],[483,7]]},"947":{"position":[[64,7],[851,9],[931,9]]},"1042":{"position":[[282,7]]}}}],["found",{"_index":480,"t":{"293":{"position":[[122,5],[223,5]]},"426":{"position":[[1029,5]]},"498":{"position":[[123,5],[224,5]]},"705":{"position":[[390,5],[530,5]]},"755":{"position":[[122,5],[223,5]]}}}],["framework",{"_index":1575,"t":{"1074":{"position":[[751,9]]}}}],["free",{"_index":1241,"t":{"1014":{"position":[[620,4]]}}}],["fresh",{"_index":1087,"t":{"975":{"position":[[8,5]]}}}],["fulfil",{"_index":1343,"t":{"1026":{"position":[[2214,11]]}}}],["full",{"_index":852,"t":{"764":{"position":[[600,4]]},"766":{"position":[[877,4]]}}}],["fulli",{"_index":1321,"t":{"1026":{"position":[[164,5]]},"1076":{"position":[[1283,5]]}}}],["function",{"_index":231,"t":{"10":{"position":[[1719,13],[1774,13],[2312,15],[2453,13]]},"936":{"position":[[116,13]]},"942":{"position":[[59,13]]},"947":{"position":[[47,13]]},"949":{"position":[[452,13],[509,8],[567,8]]},"951":{"position":[[395,8]]},"959":{"position":[[734,13],[789,13]]},"961":{"position":[[395,8],[1582,13],[1637,13]]},"997":{"position":[[395,8]]},"1012":{"position":[[87,13]]},"1049":{"position":[[185,9],[532,9]]},"1068":{"position":[[473,11]]}}}],["further",{"_index":1095,"t":{"979":{"position":[[379,7]]},"1074":{"position":[[1054,7]]},"1076":{"position":[[1106,7]]}}}],["furthermor",{"_index":1290,"t":{"1016":{"position":[[813,11]]}}}],["futur",{"_index":124,"t":{"4":{"position":[[1597,6]]},"638":{"position":[[46,6]]},"1036":{"position":[[383,6]]}}}],["g",{"_index":419,"t":{"175":{"position":[[74,1]]},"297":{"position":[[76,1]]},"624":{"position":[[83,1]]},"995":{"position":[[769,1]]},"1008":{"position":[[174,1]]},"1060":{"position":[[314,1]]}}}],["gain",{"_index":1492,"t":{"1049":{"position":[[215,6]]}}}],["garbag",{"_index":91,"t":{"4":{"position":[[918,7]]},"934":{"position":[[445,7]]}}}],["gather",{"_index":1423,"t":{"1038":{"position":[[648,8]]}}}],["gc",{"_index":748,"t":{"715":{"position":[[163,2]]}}}],["gdpr",{"_index":1243,"t":{"1014":{"position":[[685,4],[1163,4]]},"1044":{"position":[[317,4]]},"1068":{"position":[[814,4]]},"1072":{"position":[[28,4]]},"1076":{"position":[[1257,4]]}}}],["gdprteam",{"_index":1401,"t":{"1032":{"position":[[355,8]]}}}],["gener",{"_index":532,"t":{"404":{"position":[[90,8]]},"414":{"position":[[64,9],[238,9]]},"426":{"position":[[199,8]]},"536":{"position":[[363,9],[556,8]]},"542":{"position":[[151,8]]},"894":{"position":[[54,7]]},"898":{"position":[[1041,9],[1302,9]]},"912":{"position":[[470,9],[871,9]]},"922":{"position":[[146,9]]},"926":{"position":[[761,7]]},"932":{"position":[[57,7]]},"947":{"position":[[717,9]]},"965":{"position":[[206,8],[698,9]]},"979":{"position":[[1106,9]]},"1014":{"position":[[648,7]]},"1036":{"position":[[157,7]]},"1038":{"position":[[745,8]]},"1063":{"position":[[333,10]]}}}],["get",{"_index":256,"t":{"14":{"position":[[13,4]]},"215":{"position":[[13,4]]},"1036":{"position":[[264,7]]}}}],["get_data",{"_index":1068,"t":{"949":{"position":[[1147,8]]}}}],["ghj32",{"_index":1012,"t":{"932":{"position":[[2069,5]]}}}],["github",{"_index":1201,"t":{"1012":{"position":[[310,6],[331,6],[381,6],[444,6],[699,6],[836,6]]},"1014":{"position":[[1620,6],[2077,6]]}}}],["give",{"_index":1033,"t":{"942":{"position":[[24,5]]},"944":{"position":[[24,5]]},"991":{"position":[[12,4]]},"993":{"position":[[12,4]]},"1042":{"position":[[239,5]]}}}],["given",{"_index":298,"t":{"33":{"position":[[70,5]]},"43":{"position":[[85,5]]},"87":{"position":[[44,5]]},"189":{"position":[[42,5]]},"269":{"position":[[75,5]]},"281":{"position":[[62,5]]},"311":{"position":[[51,5]]},"323":{"position":[[45,5]]},"331":{"position":[[60,5]]},"486":{"position":[[62,5]]},"594":{"position":[[101,5]]},"727":{"position":[[45,5]]},"729":{"position":[[47,5]]},"731":{"position":[[63,5]]},"743":{"position":[[62,5]]},"1040":{"position":[[1307,5]]}}}],["go",{"_index":119,"t":{"4":{"position":[[1452,2]]},"414":{"position":[[52,5]]},"719":{"position":[[444,5]]},"1012":{"position":[[248,2]]}}}],["go1",{"_index":746,"t":{"715":{"position":[[139,3]]}}}],["goal",{"_index":1127,"t":{"995":{"position":[[231,5]]},"1038":{"position":[[126,5]]},"1076":{"position":[[150,4]]}}}],["gocdb",{"_index":1430,"t":{"1038":{"position":[[991,5]]}}}],["golang",{"_index":745,"t":{"715":{"position":[[129,6]]}}}],["googl",{"_index":7,"t":{"2":{"position":[[86,6]]},"760":{"position":[[46,6]]},"900":{"position":[[80,6]]}}}],["govern",{"_index":1313,"t":{"1024":{"position":[[351,10]]}}}],["gr",{"_index":762,"t":{"717":{"position":[[232,2]]},"760":{"position":[[160,2]]},"1014":{"position":[[228,2],[309,2]]},"1026":{"position":[[869,2]]},"1032":{"position":[[370,2]]},"1034":{"position":[[257,2]]}}}],["gracefulli",{"_index":161,"t":{"6":{"position":[[376,10]]}}}],["grant",{"_index":1128,"t":{"995":{"position":[[302,8],[474,8],[1750,8]]},"1047":{"position":[[218,7]]},"1049":{"position":[[196,8]]}}}],["graphic",{"_index":1280,"t":{"1016":{"position":[[317,8],[375,8]]}}}],["greater",{"_index":558,"t":{"404":{"position":[[1170,7]]},"594":{"position":[[79,7]]}}}],["grnet",{"_index":700,"t":{"656":{"position":[[236,5]]},"717":{"position":[[226,5]]},"760":{"position":[[154,5]]},"1014":{"position":[[174,5],[222,5],[303,5],[405,5],[765,5],[931,5],[1441,5]]},"1016":{"position":[[0,5],[436,5]]},"1018":{"position":[[292,5]]},"1022":{"position":[[0,5],[231,5],[361,5],[452,5],[534,5]]},"1024":{"position":[[0,5],[617,5]]},"1026":{"position":[[0,5],[863,5],[2322,5]]},"1030":{"position":[[35,5],[389,5],[494,5]]},"1032":{"position":[[267,5],[364,5]]},"1044":{"position":[[140,5]]},"1076":{"position":[[63,5],[304,5],[914,5],[1339,5],[1414,5]]},"1078":{"position":[[100,5]]}}}],["group",{"_index":367,"t":{"63":{"position":[[88,6]]},"949":{"position":[[1429,5],[1519,5]]},"975":{"position":[[277,6]]},"1068":{"position":[[527,5]]},"1074":{"position":[[813,5]]}}}],["grpc",{"_index":130,"t":{"4":{"position":[[1867,4]]},"10":{"position":[[1870,4]]},"959":{"position":[[885,4]]},"961":{"position":[[1733,4]]}}}],["guarante",{"_index":1148,"t":{"995":{"position":[[1164,9]]},"1026":{"position":[[201,10]]},"1030":{"position":[[1665,9]]}}}],["guard",{"_index":1477,"t":{"1047":{"position":[[376,5]]}}}],["guid",{"_index":1035,"t":{"947":{"position":[[169,5],[1154,6]]},"957":{"position":[[671,5]]},"959":{"position":[[975,5]]},"1036":{"position":[[235,6],[411,5],[445,5]]}}}],["guidelin",{"_index":1585,"t":{"1076":{"position":[[525,10]]}}}],["h",{"_index":260,"t":{"18":{"position":[[6,1]]},"27":{"position":[[6,1]]},"39":{"position":[[6,1]]},"41":{"position":[[6,1]]},"53":{"position":[[6,1]]},"55":{"position":[[6,1]]},"69":{"position":[[13,1]]},"81":{"position":[[13,1]]},"95":{"position":[[14,1]]},"109":{"position":[[13,1]]},"121":{"position":[[16,1]]},"128":{"position":[[13,1]]},"135":{"position":[[13,1]]},"142":{"position":[[14,1]]},"151":{"position":[[13,1]]},"160":{"position":[[14,1]]},"169":{"position":[[14,1]]},"181":{"position":[[6,1]]},"197":{"position":[[13,1]]},"209":{"position":[[16,1]]},"221":{"position":[[6,1]]},"233":{"position":[[6,1]]},"241":{"position":[[6,1]]},"249":{"position":[[6,1]]},"263":{"position":[[14,1]]},"275":{"position":[[6,1]]},"289":{"position":[[14,1]]},"303":{"position":[[6,1]]},"317":{"position":[[13,1]]},"329":{"position":[[13,1]]},"343":{"position":[[14,1]]},"357":{"position":[[13,1]]},"371":{"position":[[16,1]]},"383":{"position":[[14,1]]},"398":{"position":[[13,1]]},"436":{"position":[[13,1]]},"448":{"position":[[13,1]]},"458":{"position":[[13,1]]},"468":{"position":[[13,1]]},"480":{"position":[[6,1]]},"494":{"position":[[14,1]]},"506":{"position":[[16,1]]},"520":{"position":[[14,1]]},"538":{"position":[[14,1]]},"554":{"position":[[14,1]]},"570":{"position":[[14,1]]},"586":{"position":[[13,1]]},"600":{"position":[[13,1]]},"616":{"position":[[14,1]]},"630":{"position":[[6,1]]},"644":{"position":[[14,1]]},"654":{"position":[[14,1]]},"664":{"position":[[14,1]]},"674":{"position":[[13,1]]},"686":{"position":[[13,1]]},"696":{"position":[[16,1]]},"737":{"position":[[14,1]]},"751":{"position":[[6,1]]},"775":{"position":[[13,1]]},"780":{"position":[[13,1]]},"785":{"position":[[13,1]]},"790":{"position":[[13,1]]},"802":{"position":[[13,1]]},"814":{"position":[[13,1]]},"824":{"position":[[13,1]]},"836":{"position":[[13,1]]},"850":{"position":[[19,1]]},"864":{"position":[[19,1]]},"876":{"position":[[14,1]]},"888":{"position":[[16,1]]}}}],["hackathon",{"_index":1411,"t":{"1036":{"position":[[343,9]]}}}],["halv",{"_index":593,"t":{"416":{"position":[[490,6]]},"971":{"position":[[347,6]]}}}],["handl",{"_index":15,"t":{"2":{"position":[[174,8],[721,8]]},"6":{"position":[[149,6]]},"10":{"position":[[1433,6]]},"404":{"position":[[317,6]]},"703":{"position":[[24,8]]},"760":{"position":[[506,8]]},"896":{"position":[[134,8]]},"910":{"position":[[451,6]]},"959":{"position":[[448,6]]},"961":{"position":[[1296,6]]},"1040":{"position":[[286,7]]},"1042":{"position":[[710,7]]},"1051":{"position":[[684,8]]},"1070":{"position":[[534,8]]},"1076":{"position":[[689,8]]}}}],["handshak",{"_index":138,"t":{"4":{"position":[[1983,9]]}}}],["happen",{"_index":601,"t":{"416":{"position":[[821,6],[893,6]]},"536":{"position":[[607,7]]},"703":{"position":[[145,8]]},"971":{"position":[[678,6],[750,6]]}}}],["hard",{"_index":1534,"t":{"1063":{"position":[[372,4]]}}}],["hardwar",{"_index":168,"t":{"6":{"position":[[466,8]]}}}],["hash",{"_index":534,"t":{"404":{"position":[[108,4]]},"426":{"position":[[217,4]]},"542":{"position":[[169,4]]},"965":{"position":[[224,4],[717,4],[728,4]]}}}],["have",{"_index":240,"t":{"10":{"position":[[2258,6]]},"1042":{"position":[[347,6]]}}}],["header",{"_index":580,"t":{"414":{"position":[[25,6],[203,6],[298,6]]},"426":{"position":[[1109,6]]},"536":{"position":[[328,6],[423,6],[670,6]]},"713":{"position":[[0,7]]}}}],["health",{"_index":291,"t":{"29":{"position":[[40,6]]}}}],["held",{"_index":1389,"t":{"1030":{"position":[[1987,4]]}}}],["help",{"_index":864,"t":{"766":{"position":[[217,4]]},"1040":{"position":[[1179,4]]}}}],["helpdesk",{"_index":758,"t":{"717":{"position":[[164,8]]}}}],["here",{"_index":564,"t":{"406":{"position":[[165,4]]},"408":{"position":[[198,4]]},"426":{"position":[[690,4]]},"914":{"position":[[757,4]]},"965":{"position":[[395,4],[892,4],[1559,4]]},"1012":{"position":[[895,4]]}}}],["herebelow",{"_index":1273,"t":{"1016":{"position":[[81,9]]}}}],["herein",{"_index":1312,"t":{"1024":{"position":[[273,6]]},"1026":{"position":[[807,6]]}}}],["hereinabov",{"_index":1344,"t":{"1026":{"position":[[2502,11]]}}}],["high",{"_index":141,"t":{"6":{"position":[[25,4],[243,4]]},"1076":{"position":[[1377,4]]}}}],["higher",{"_index":955,"t":{"914":{"position":[[629,6]]},"1030":{"position":[[2373,6]]},"1044":{"position":[[239,6]]}}}],["highest",{"_index":1581,"t":{"1076":{"position":[[213,7]]}}}],["hold",{"_index":172,"t":{"8":{"position":[[255,4]]},"10":{"position":[[2346,5]]},"187":{"position":[[30,4]]},"404":{"position":[[689,5],[1153,5]]},"723":{"position":[[232,5]]},"757":{"position":[[966,7]]},"902":{"position":[[30,4]]},"936":{"position":[[209,5]]},"975":{"position":[[620,4]]}}}],["hole",{"_index":998,"t":{"932":{"position":[[251,5]]}}}],["home",{"_index":1170,"t":{"995":{"position":[[2169,4]]}}}],["hook",{"_index":644,"t":{"540":{"position":[[88,4]]},"947":{"position":[[534,5]]}}}],["host",{"_index":246,"t":{"10":{"position":[[2397,5]]},"20":{"position":[[248,4],[571,4]]},"426":{"position":[[588,4]]},"540":{"position":[[58,4]]},"762":{"position":[[232,5],[279,4]]},"764":{"position":[[112,5],[286,4]]},"766":{"position":[[974,4],[1006,4],[1045,5],[1075,5]]},"949":{"position":[[685,4],[714,4],[775,4],[813,4],[874,4]]},"977":{"position":[[290,5],[337,4]]}}}],["http",{"_index":22,"t":{"2":{"position":[[334,4],[453,4]]},"4":{"position":[[28,4]]},"10":{"position":[[1118,4]]},"18":{"position":[[42,5]]},"27":{"position":[[42,5]]},"39":{"position":[[42,5]]},"41":{"position":[[42,5]]},"53":{"position":[[42,5]]},"55":{"position":[[42,5]]},"69":{"position":[[49,5]]},"81":{"position":[[49,5]]},"95":{"position":[[63,5]]},"109":{"position":[[62,5]]},"121":{"position":[[52,5]]},"128":{"position":[[49,5]]},"135":{"position":[[49,5]]},"142":{"position":[[63,5]]},"151":{"position":[[62,5]]},"160":{"position":[[63,5]]},"169":{"position":[[50,5]]},"181":{"position":[[42,5]]},"197":{"position":[[49,5]]},"209":{"position":[[58,5]]},"221":{"position":[[42,5]]},"233":{"position":[[42,5]]},"241":{"position":[[42,5]]},"249":{"position":[[42,5]]},"263":{"position":[[63,5]]},"275":{"position":[[42,5]]},"289":{"position":[[63,5]]},"303":{"position":[[42,5]]},"317":{"position":[[50,5]]},"329":{"position":[[50,5]]},"343":{"position":[[64,5]]},"357":{"position":[[62,5]]},"371":{"position":[[52,5]]},"383":{"position":[[63,5]]},"398":{"position":[[62,5]]},"404":{"position":[[329,4],[414,4]]},"406":{"position":[[101,4],[134,5]]},"408":{"position":[[167,5]]},"426":{"position":[[14,5],[657,5],[751,5],[815,5],[880,4],[914,5]]},"436":{"position":[[49,5]]},"448":{"position":[[49,5]]},"458":{"position":[[49,5]]},"468":{"position":[[49,5]]},"480":{"position":[[42,5]]},"494":{"position":[[66,5]]},"506":{"position":[[51,4]]},"520":{"position":[[63,4]]},"532":{"position":[[26,4]]},"538":{"position":[[62,4]]},"540":{"position":[[26,4]]},"554":{"position":[[62,5]]},"570":{"position":[[62,4]]},"586":{"position":[[62,4]]},"600":{"position":[[49,4]]},"616":{"position":[[63,4]]},"630":{"position":[[42,5]]},"644":{"position":[[50,5]]},"654":{"position":[[50,5]]},"664":{"position":[[50,5]]},"674":{"position":[[49,5]]},"686":{"position":[[49,5]]},"696":{"position":[[52,5]]},"737":{"position":[[62,5]]},"751":{"position":[[41,5]]},"760":{"position":[[92,4],[131,5],[216,5]]},"775":{"position":[[49,5]]},"780":{"position":[[49,5]]},"785":{"position":[[49,5]]},"790":{"position":[[49,5]]},"802":{"position":[[49,5]]},"814":{"position":[[49,5]]},"824":{"position":[[49,5]]},"836":{"position":[[49,5]]},"850":{"position":[[68,5]]},"864":{"position":[[66,5]]},"876":{"position":[[50,5]]},"888":{"position":[[52,5]]},"900":{"position":[[119,4],[238,4]]},"910":{"position":[[136,4]]},"932":{"position":[[870,4],[974,4]]},"940":{"position":[[77,4]]},"942":{"position":[[14,4]]},"944":{"position":[[14,4]]},"947":{"position":[[217,5],[514,5]]},"959":{"position":[[133,4]]},"961":{"position":[[981,4]]},"979":{"position":[[543,5]]},"981":{"position":[[111,5]]},"983":{"position":[[274,5]]},"985":{"position":[[276,5]]},"987":{"position":[[110,5]]},"989":{"position":[[276,5],[862,5]]},"991":{"position":[[128,5]]},"993":{"position":[[139,5]]},"1012":{"position":[[323,5],[373,5],[436,5],[691,5],[821,5]]},"1014":{"position":[[1605,5],[2062,5]]},"1030":{"position":[[981,5],[1043,5]]},"1034":{"position":[[242,4]]},"1058":{"position":[[387,5]]}}}],["http_endpoint",{"_index":541,"t":{"404":{"position":[[329,13]]},"406":{"position":[[101,13]]},"532":{"position":[[26,13]]},"540":{"position":[[26,13]]}}}],["humid",{"_index":1530,"t":{"1063":{"position":[[241,8]]}}}],["id",{"_index":208,"t":{"10":{"position":[[847,2],[935,2]]},"568":{"position":[[98,3]]},"705":{"position":[[920,2]]},"898":{"position":[[1021,2]]},"908":{"position":[[555,2],[643,2]]},"912":{"position":[[450,2]]},"949":{"position":[[1162,2],[1367,2],[1599,2],[1635,3],[1644,2],[1761,2],[1888,2],[1932,3],[1941,2],[2058,2],[2411,3],[2420,2],[2534,2]]},"957":{"position":[[555,2],[643,2]]},"997":{"position":[[1242,2],[1330,2]]},"1038":{"position":[[382,2]]},"1049":{"position":[[357,3],[794,3]]},"1070":{"position":[[240,3]]}}}],["idea",{"_index":1081,"t":{"951":{"position":[[251,4]]},"961":{"position":[[251,4]]},"997":{"position":[[251,4]]},"1008":{"position":[[5,5]]}}}],["idempot",{"_index":798,"t":{"757":{"position":[[699,10]]}}}],["ident",{"_index":764,"t":{"719":{"position":[[49,8],[184,8]]},"1014":{"position":[[2222,8]]}}}],["identifi",{"_index":937,"t":{"912":{"position":[[50,10],[628,10]]},"1014":{"position":[[2279,10]]},"1049":{"position":[[362,10]]}}}],["illeg",{"_index":1173,"t":{"995":{"position":[[2225,7]]}}}],["imag",{"_index":1537,"t":{"1065":{"position":[[47,6]]}}}],["immedi",{"_index":79,"t":{"4":{"position":[[592,11]]},"766":{"position":[[867,9]]},"934":{"position":[[813,11]]},"949":{"position":[[1008,11]]},"995":{"position":[[889,11],[1955,11]]}}}],["impact",{"_index":1388,"t":{"1030":{"position":[[1896,6]]},"1068":{"position":[[681,6]]}}}],["implement",{"_index":6,"t":{"2":{"position":[[71,10],[373,9],[609,11]]},"4":{"position":[[1609,14],[1841,14]]},"10":{"position":[[2298,9]]},"719":{"position":[[325,14]]},"760":{"position":[[31,10]]},"894":{"position":[[106,14],[193,14]]},"896":{"position":[[26,11]]},"900":{"position":[[65,10],[158,9]]},"910":{"position":[[589,14]]},"916":{"position":[[59,14]]},"920":{"position":[[59,14]]},"949":{"position":[[473,9]]},"1008":{"position":[[198,12]]},"1014":{"position":[[1117,11]]},"1055":{"position":[[70,11]]},"1060":{"position":[[192,11]]},"1063":{"position":[[99,11]]},"1068":{"position":[[330,11]]}}}],["implicit",{"_index":214,"t":{"10":{"position":[[1145,8],[1384,8]]},"910":{"position":[[163,8],[402,8]]},"959":{"position":[[160,8],[399,8]]},"961":{"position":[[1008,8],[1247,8]]}}}],["import",{"_index":451,"t":{"227":{"position":[[271,9]]},"440":{"position":[[291,9]]},"546":{"position":[[90,9]]},"770":{"position":[[77,9]]},"936":{"position":[[1043,9]]},"979":{"position":[[705,9]]},"1003":{"position":[[93,9]]}}}],["improv",{"_index":1446,"t":{"1040":{"position":[[997,8]]}}}],["inaccur",{"_index":1335,"t":{"1026":{"position":[[964,10]]}}}],["inbuilt",{"_index":960,"t":{"918":{"position":[[4,7]]}}}],["incid",{"_index":1145,"t":{"995":{"position":[[1022,8]]},"1065":{"position":[[182,8]]},"1068":{"position":[[584,9]]},"1070":{"position":[[376,9],[552,9],[616,9]]}}}],["includ",{"_index":252,"t":{"12":{"position":[[20,7]]},"37":{"position":[[265,7]]},"51":{"position":[[265,7]]},"414":{"position":[[81,8]]},"536":{"position":[[112,9],[189,8]]},"965":{"position":[[1165,8],[1247,8]]},"977":{"position":[[37,8]]},"995":{"position":[[1364,9],[2098,7]]},"1014":{"position":[[2104,9]]},"1026":{"position":[[1134,9],[2185,9]]},"1030":{"position":[[1472,9]]},"1036":{"position":[[145,8]]},"1049":{"position":[[439,9]]},"1070":{"position":[[563,9]]},"1072":{"position":[[210,8]]}}}],["incom",{"_index":1037,"t":{"947":{"position":[[269,8]]}}}],["incomplet",{"_index":92,"t":{"4":{"position":[[927,10]]},"934":{"position":[[454,10]]},"1026":{"position":[[1098,10]]}}}],["incorpor",{"_index":1500,"t":{"1051":{"position":[[310,11]]}}}],["increas",{"_index":146,"t":{"6":{"position":[[156,9]]}}}],["increment",{"_index":181,"t":{"8":{"position":[[777,13]]},"904":{"position":[[329,13]]},"936":{"position":[[374,11]]}}}],["inde",{"_index":1104,"t":{"981":{"position":[[492,6]]}}}],["independ",{"_index":37,"t":{"2":{"position":[[577,11]]},"1076":{"position":[[1553,11]]},"1078":{"position":[[133,11]]}}}],["indic",{"_index":216,"t":{"10":{"position":[[1190,9],[1332,9]]},"404":{"position":[[806,9]]},"910":{"position":[[208,9],[350,9]]},"936":{"position":[[221,7],[387,10],[779,7]]},"944":{"position":[[106,7]]},"959":{"position":[[205,9],[347,9]]},"961":{"position":[[1053,9],[1195,9]]}}}],["indirectli",{"_index":1272,"t":{"1014":{"position":[[2267,10]]}}}],["individu",{"_index":1522,"t":{"1060":{"position":[[441,10]]}}}],["info",{"_index":242,"t":{"10":{"position":[[2290,4]]},"705":{"position":[[158,4]]},"762":{"position":[[495,4]]},"764":{"position":[[729,4]]},"949":{"position":[[743,4],[1317,4],[1535,4]]}}}],["inform",{"_index":245,"t":{"10":{"position":[[2360,11]]},"75":{"position":[[19,11]]},"79":{"position":[[41,11]]},"83":{"position":[[37,11]]},"101":{"position":[[21,11]]},"132":{"position":[[115,11]]},"137":{"position":[[37,11]]},"146":{"position":[[37,11]]},"155":{"position":[[37,11]]},"164":{"position":[[37,11]]},"650":{"position":[[99,11]]},"707":{"position":[[48,11]]},"723":{"position":[[649,11],[1207,11]]},"796":{"position":[[19,11]]},"804":{"position":[[37,11]]},"808":{"position":[[19,11]]},"816":{"position":[[37,11]]},"820":{"position":[[19,11]]},"826":{"position":[[37,11]]},"830":{"position":[[19,11]]},"838":{"position":[[37,11]]},"856":{"position":[[40,11]]},"898":{"position":[[771,11]]},"930":{"position":[[163,11]]},"932":{"position":[[695,11]]},"938":{"position":[[163,11]]},"953":{"position":[[163,11]]},"963":{"position":[[163,11]]},"965":{"position":[[378,11],[875,11],[1542,11]]},"981":{"position":[[458,7]]},"995":{"position":[[843,11],[1351,11],[1549,11]]},"999":{"position":[[168,11]]},"1001":{"position":[[158,11]]},"1003":{"position":[[909,11]]},"1005":{"position":[[231,11]]},"1008":{"position":[[579,11]]},"1014":{"position":[[1057,11]]},"1016":{"position":[[327,11]]},"1026":{"position":[[680,11]]},"1030":{"position":[[502,11],[1413,11],[1961,11]]},"1038":{"position":[[217,11],[315,11],[633,11],[885,11]]},"1047":{"position":[[698,11]]},"1049":{"position":[[828,11]]},"1051":{"position":[[696,11]]},"1053":{"position":[[419,11]]},"1055":{"position":[[340,11]]},"1058":{"position":[[476,11]]},"1060":{"position":[[566,11]]},"1063":{"position":[[409,11]]},"1065":{"position":[[490,11]]},"1068":{"position":[[762,11]]},"1070":{"position":[[677,11]]},"1076":{"position":[[101,11],[239,11],[345,11],[556,11],[668,11],[764,8]]},"1078":{"position":[[51,11]]}}}],["infrastructur",{"_index":936,"t":{"898":{"position":[[1339,14]]},"922":{"position":[[183,14]]},"1008":{"position":[[656,14]]},"1010":{"position":[[310,14],[605,14]]},"1014":{"position":[[97,15],[357,15]]},"1044":{"position":[[90,15]]},"1076":{"position":[[13,15]]}}}],["initi",{"_index":192,"t":{"10":{"position":[[90,9],[209,9]]},"717":{"position":[[27,8]]},"719":{"position":[[317,7]]},"764":{"position":[[639,10]]},"906":{"position":[[84,9],[203,9]]},"955":{"position":[[90,9],[209,9]]},"961":{"position":[[666,9],[785,9]]},"979":{"position":[[55,14],[217,11]]},"997":{"position":[[624,9]]}}}],["input",{"_index":891,"t":{"808":{"position":[[75,5]]},"830":{"position":[[74,5]]},"949":{"position":[[616,5]]},"1060":{"position":[[229,5]]}}}],["insid",{"_index":616,"t":{"426":{"position":[[1035,6]]}}}],["instal",{"_index":1088,"t":{"975":{"position":[[14,7]]},"1018":{"position":[[144,12]]},"1040":{"position":[[349,12]]}}}],["instanc",{"_index":848,"t":{"764":{"position":[[136,9]]},"1008":{"position":[[186,9]]},"1040":{"position":[[1357,9]]}}}],["instantli",{"_index":54,"t":{"4":{"position":[[117,9]]}}}],["instead",{"_index":10,"t":{"2":{"position":[[110,7],[653,7]]},"132":{"position":[[29,7]]},"377":{"position":[[291,7]]},"896":{"position":[[70,7]]},"934":{"position":[[1746,7]]},"983":{"position":[[59,7]]},"985":{"position":[[73,7]]}}}],["institut",{"_index":1171,"t":{"995":{"position":[[2174,9]]}}}],["instruct",{"_index":1166,"t":{"995":{"position":[[1985,12]]},"1047":{"position":[[735,12]]},"1049":{"position":[[862,11]]},"1051":{"position":[[645,11]]},"1055":{"position":[[116,11]]},"1060":{"position":[[603,11]]},"1063":{"position":[[446,11]]},"1065":{"position":[[527,11]]},"1074":{"position":[[125,12],[331,11],[847,12]]}}}],["int",{"_index":867,"t":{"766":{"position":[[773,3]]}}}],["int64",{"_index":423,"t":{"183":{"position":[[215,5],[532,5],[861,5],[1214,5],[1567,5],[1920,5],[2269,5]]},"305":{"position":[[222,5],[535,5],[849,5],[1176,5]]},"614":{"position":[[121,5]]},"632":{"position":[[213,5],[532,5]]}}}],["integ",{"_index":633,"t":{"518":{"position":[[106,7]]}}}],["integr",{"_index":50,"t":{"4":{"position":[[74,9],[1017,9]]},"934":{"position":[[544,9]]},"947":{"position":[[256,12],[739,12]]},"995":{"position":[[1246,9]]},"1010":{"position":[[128,11]]},"1030":{"position":[[1202,9],[1927,9]]},"1036":{"position":[[117,9],[502,11]]},"1038":{"position":[[4,11]]},"1040":{"position":[[743,11],[1213,9],[1380,11]]}}}],["intellectu",{"_index":1135,"t":{"995":{"position":[[670,12]]}}}],["intend",{"_index":1091,"t":{"979":{"position":[[21,8]]},"1030":{"position":[[1381,8]]}}}],["intention",{"_index":1375,"t":{"1030":{"position":[[1268,13]]}}}],["interact",{"_index":236,"t":{"10":{"position":[[2051,8]]},"912":{"position":[[524,11]]}}}],["interest",{"_index":1318,"t":{"1024":{"position":[[604,9]]}}}],["interfac",{"_index":131,"t":{"4":{"position":[[1872,9]]},"10":{"position":[[1875,9]]},"894":{"position":[[79,9],[129,9]]},"959":{"position":[[890,9]]},"961":{"position":[[1738,9]]}}}],["intern",{"_index":105,"t":{"4":{"position":[[1245,8]]},"416":{"position":[[240,9]]},"703":{"position":[[167,8]]},"971":{"position":[[97,9]]},"1030":{"position":[[469,13]]},"1055":{"position":[[107,8],[283,8]]},"1076":{"position":[[516,8],[1521,8]]}}}],["internet",{"_index":1269,"t":{"1014":{"position":[[2157,8]]},"1030":{"position":[[1834,8]]}}}],["interoper",{"_index":1440,"t":{"1040":{"position":[[722,16]]}}}],["interv",{"_index":600,"t":{"416":{"position":[[764,8]]},"949":{"position":[[1094,8],[2654,8]]},"969":{"position":[[135,8]]},"971":{"position":[[621,8]]}}}],["intro",{"_index":1410,"t":{"1036":{"position":[[333,5]]}}}],["introduc",{"_index":137,"t":{"4":{"position":[[1953,10]]}}}],["intrus",{"_index":1495,"t":{"1049":{"position":[[665,9],[766,9]]},"1070":{"position":[[212,9],[250,9]]}}}],["invalid",{"_index":727,"t":{"705":{"position":[[295,7],[319,7],[422,7],[454,7],[595,7],[633,7],[668,7],[746,7],[785,7],[833,7],[859,7],[908,7],[927,7],[976,7],[1004,7]]}}}],["invalid_argu",{"_index":729,"t":{"705":{"position":[[319,16],[454,16],[595,16],[668,16],[785,16],[859,16],[927,16],[1004,16]]}}}],["involv",{"_index":1476,"t":{"1047":{"position":[[359,7]]},"1049":{"position":[[615,7]]},"1070":{"position":[[577,11]]},"1074":{"position":[[232,7]]}}}],["io",{"_index":1214,"t":{"1012":{"position":[[843,2]]},"1014":{"position":[[1627,2],[2084,2]]}}}],["ip",{"_index":820,"t":{"762":{"position":[[200,2]]},"764":{"position":[[27,2],[34,2]]},"766":{"position":[[290,2],[300,2]]},"977":{"position":[[258,2]]},"1018":{"position":[[86,2]]},"1028":{"position":[[278,2]]},"1070":{"position":[[279,3]]}}}],["ism",{"_index":1363,"t":{"1030":{"position":[[542,4]]},"1078":{"position":[[91,4]]}}}],["iso",{"_index":1544,"t":{"1068":{"position":[[191,3]]},"1070":{"position":[[600,3]]},"1076":{"position":[[375,3]]},"1078":{"position":[[190,3],[203,3]]}}}],["isol",{"_index":366,"t":{"63":{"position":[[78,9]]},"975":{"position":[[267,9]]}}}],["issu",{"_index":160,"t":{"6":{"position":[[368,6]]},"766":{"position":[[183,6]]},"898":{"position":[[695,6]]},"981":{"position":[[97,7]]},"983":{"position":[[262,5]]},"985":{"position":[[264,6]]},"987":{"position":[[98,6]]},"995":{"position":[[1082,7]]},"1022":{"position":[[442,6]]},"1032":{"position":[[104,6]]},"1042":{"position":[[697,6]]}}}],["item",{"_index":1001,"t":{"932":{"position":[[1082,5]]},"983":{"position":[[592,5]]}}}],["itself",{"_index":582,"t":{"414":{"position":[[263,6]]},"536":{"position":[[388,6]]},"912":{"position":[[591,6]]},"1042":{"position":[[271,6]]},"1076":{"position":[[139,6],[1350,6]]}}}],["job",{"_index":1475,"t":{"1047":{"position":[[248,3]]},"1049":{"position":[[181,3],[334,3],[528,3]]}}}],["john",{"_index":773,"t":{"721":{"position":[[141,4],[159,4]]}}}],["json",{"_index":262,"t":{"18":{"position":[[35,4]]},"27":{"position":[[35,4]]},"39":{"position":[[35,4]]},"41":{"position":[[35,4]]},"53":{"position":[[35,4]]},"55":{"position":[[35,4]]},"69":{"position":[[42,4]]},"81":{"position":[[42,4]]},"95":{"position":[[43,4]]},"109":{"position":[[42,4]]},"121":{"position":[[45,4]]},"128":{"position":[[42,4]]},"135":{"position":[[42,4]]},"142":{"position":[[43,4]]},"151":{"position":[[42,4]]},"160":{"position":[[43,4]]},"169":{"position":[[43,4]]},"181":{"position":[[35,4]]},"197":{"position":[[42,4]]},"209":{"position":[[45,4]]},"221":{"position":[[35,4]]},"233":{"position":[[35,4]]},"241":{"position":[[35,4]]},"249":{"position":[[35,4]]},"263":{"position":[[43,4]]},"275":{"position":[[35,4]]},"289":{"position":[[43,4]]},"303":{"position":[[35,4]]},"317":{"position":[[42,4]]},"319":{"position":[[189,4]]},"329":{"position":[[42,4]]},"331":{"position":[[220,4],[547,4]]},"337":{"position":[[0,4]]},"343":{"position":[[43,4]]},"345":{"position":[[11,4]]},"347":{"position":[[193,4]]},"357":{"position":[[42,4]]},"359":{"position":[[11,4]]},"361":{"position":[[187,4]]},"371":{"position":[[45,4]]},"383":{"position":[[43,4]]},"385":{"position":[[0,4]]},"398":{"position":[[42,4]]},"436":{"position":[[42,4]]},"448":{"position":[[42,4]]},"458":{"position":[[42,4]]},"468":{"position":[[42,4]]},"480":{"position":[[35,4]]},"494":{"position":[[43,4]]},"506":{"position":[[45,4]]},"520":{"position":[[43,4]]},"538":{"position":[[43,4]]},"554":{"position":[[43,4]]},"570":{"position":[[43,4]]},"586":{"position":[[42,4]]},"600":{"position":[[42,4]]},"616":{"position":[[43,4]]},"630":{"position":[[35,4]]},"644":{"position":[[43,4]]},"654":{"position":[[43,4]]},"664":{"position":[[43,4]]},"674":{"position":[[42,4]]},"686":{"position":[[42,4]]},"696":{"position":[[45,4]]},"711":{"position":[[20,4]]},"715":{"position":[[0,4]]},"737":{"position":[[43,4]]},"751":{"position":[[35,4]]},"760":{"position":[[342,4]]},"762":{"position":[[144,4]]},"764":{"position":[[825,4],[862,4]]},"766":{"position":[[587,4],[1345,4]]},"775":{"position":[[42,4]]},"780":{"position":[[42,4]]},"785":{"position":[[42,4]]},"790":{"position":[[42,4]]},"802":{"position":[[42,4]]},"814":{"position":[[42,4]]},"824":{"position":[[42,4]]},"836":{"position":[[42,4]]},"850":{"position":[[0,4],[48,4]]},"864":{"position":[[0,4],[48,4]]},"876":{"position":[[43,4]]},"888":{"position":[[45,4]]},"912":{"position":[[202,4]]},"914":{"position":[[715,4]]},"932":{"position":[[860,4],[981,4],[1403,4]]},"934":{"position":[[968,4]]},"949":{"position":[[1290,4]]},"977":{"position":[[236,4]]}}}],["judg",{"_index":948,"t":{"912":{"position":[[511,7]]}}}],["kafka",{"_index":824,"t":{"762":{"position":[[255,5]]},"764":{"position":[[168,5],[174,5],[208,5]]},"766":{"position":[[606,5],[625,5]]},"894":{"position":[[252,5],[421,5],[444,5],[664,5]]},"898":{"position":[[200,5]]},"977":{"position":[[313,5]]}}}],["kafka_znod",{"_index":823,"t":{"762":{"position":[[255,11]]},"764":{"position":[[174,11]]},"977":{"position":[[313,11]]}}}],["keep",{"_index":653,"t":{"552":{"position":[[410,4]]},"898":{"position":[[1568,4]]},"995":{"position":[[818,4]]},"1003":{"position":[[704,4]]},"1030":{"position":[[846,4],[991,4],[1167,4]]}}}],["kept",{"_index":1031,"t":{"936":{"position":[[1085,4]]}}}],["key",{"_index":188,"t":{"8":{"position":[[1053,3]]},"18":{"position":[[67,3]]},"61":{"position":[[56,3]]},"69":{"position":[[75,3]]},"81":{"position":[[85,3]]},"95":{"position":[[101,3]]},"109":{"position":[[100,3]]},"121":{"position":[[88,3]]},"128":{"position":[[89,3]]},"135":{"position":[[94,3]]},"142":{"position":[[111,3]]},"151":{"position":[[110,3]]},"160":{"position":[[115,3]]},"169":{"position":[[105,3]]},"181":{"position":[[86,3]]},"197":{"position":[[103,3]]},"209":{"position":[[112,3]]},"221":{"position":[[96,3]]},"233":{"position":[[86,3]]},"241":{"position":[[86,3]]},"249":{"position":[[86,3]]},"263":{"position":[[125,3]]},"275":{"position":[[100,3]]},"289":{"position":[[127,3]]},"303":{"position":[[104,3]]},"317":{"position":[[103,3]]},"329":{"position":[[94,3]]},"343":{"position":[[117,3]]},"357":{"position":[[115,3]]},"371":{"position":[[105,3]]},"383":{"position":[[125,3]]},"398":{"position":[[126,3]]},"404":{"position":[[944,3],[1305,3],[1516,3]]},"426":{"position":[[96,3]]},"436":{"position":[[102,3]]},"448":{"position":[[99,3]]},"458":{"position":[[99,3]]},"468":{"position":[[99,3]]},"480":{"position":[[109,3]]},"494":{"position":[[139,3]]},"506":{"position":[[113,3]]},"520":{"position":[[143,3]]},"538":{"position":[[141,3]]},"554":{"position":[[130,3]]},"558":{"position":[[95,3]]},"570":{"position":[[136,3]]},"586":{"position":[[132,3]]},"600":{"position":[[124,3]]},"616":{"position":[[138,3]]},"630":{"position":[[111,3]]},"721":{"position":[[537,3]]},"737":{"position":[[121,3]]},"751":{"position":[[106,3]]},"760":{"position":[[803,3]]},"762":{"position":[[384,3],[421,3]]},"764":{"position":[[444,3],[482,3]]},"766":{"position":[[449,3],[472,3],[483,3],[528,3],[827,3]]},"775":{"position":[[72,3]]},"780":{"position":[[72,3]]},"785":{"position":[[72,3]]},"790":{"position":[[72,3]]},"802":{"position":[[78,3]]},"814":{"position":[[88,3]]},"820":{"position":[[81,3]]},"824":{"position":[[80,3]]},"836":{"position":[[116,3]]},"850":{"position":[[113,3]]},"864":{"position":[[111,3]]},"876":{"position":[[106,3]]},"888":{"position":[[95,3]]},"898":{"position":[[1154,3]]},"912":{"position":[[155,3],[286,3],[330,3],[734,3]]},"932":{"position":[[1526,3]]},"977":{"position":[[442,3],[479,3]]},"979":{"position":[[585,3]]},"981":{"position":[[142,3]]},"983":{"position":[[308,3]]},"985":{"position":[[323,3],[462,3]]},"987":{"position":[[163,3]]},"989":{"position":[[314,3],[899,3]]},"991":{"position":[[185,3]]},"993":{"position":[[201,3]]},"995":{"position":[[780,4]]},"1047":{"position":[[543,4]]}}}],["keycard",{"_index":1485,"t":{"1047":{"position":[[530,8]]}}}],["keycloak",{"_index":1422,"t":{"1038":{"position":[[386,8]]},"1040":{"position":[[363,8]]}}}],["kind",{"_index":540,"t":{"404":{"position":[[274,4]]},"932":{"position":[[2224,4]]},"949":{"position":[[444,4]]}}}],["know",{"_index":1045,"t":{"947":{"position":[[1035,4]]},"1049":{"position":[[235,4]]}}}],["known",{"_index":1142,"t":{"995":{"position":[[912,5]]},"1014":{"position":[[2234,5]]}}}],["konstantinopoul",{"_index":1400,"t":{"1032":{"position":[[313,17]]}}}],["laid",{"_index":1332,"t":{"1026":{"position":[[696,4]]}}}],["larg",{"_index":734,"t":{"705":{"position":[[585,5]]},"1008":{"position":[[96,5]]}}}],["larger",{"_index":1014,"t":{"932":{"position":[[2318,6]]}}}],["last",{"_index":496,"t":{"305":{"position":[[1775,4]]},"632":{"position":[[1085,4]]},"642":{"position":[[60,4],[73,4]]},"646":{"position":[[195,4],[208,4]]},"656":{"position":[[198,4]]},"676":{"position":[[147,4]]},"688":{"position":[[171,4]]},"777":{"position":[[691,4]]},"804":{"position":[[345,4]]},"816":{"position":[[345,4]]},"826":{"position":[[345,4]]},"838":{"position":[[345,4]]},"846":{"position":[[119,4]]},"852":{"position":[[327,4]]},"860":{"position":[[170,4]]},"866":{"position":[[336,4]]},"926":{"position":[[389,4],[646,4]]},"936":{"position":[[1017,4]]}}}],["last_nam",{"_index":678,"t":{"642":{"position":[[60,9]]},"646":{"position":[[195,9]]},"656":{"position":[[198,9]]},"676":{"position":[[147,9]]},"688":{"position":[[171,9]]},"777":{"position":[[691,9]]},"804":{"position":[[345,9]]},"816":{"position":[[345,9]]},"826":{"position":[[345,9]]},"838":{"position":[[345,9]]},"846":{"position":[[119,9]]},"852":{"position":[[327,9]]},"860":{"position":[[170,9]]},"866":{"position":[[336,9]]}}}],["lasta",{"_index":872,"t":{"777":{"position":[[704,5]]},"804":{"position":[[358,5]]},"816":{"position":[[358,5]]},"826":{"position":[[358,5]]},"838":{"position":[[358,5]]}}}],["latenc",{"_index":151,"t":{"6":{"position":[[208,7],[232,7]]}}}],["later",{"_index":535,"t":{"404":{"position":[[128,5]]},"426":{"position":[[237,5]]},"542":{"position":[[189,5]]},"721":{"position":[[474,5]]},"910":{"position":[[715,5]]},"965":{"position":[[244,5],[743,5]]}}}],["latest",{"_index":129,"t":{"4":{"position":[[1834,6]]}}}],["law",{"_index":1174,"t":{"995":{"position":[[2249,3]]},"1014":{"position":[[1095,3],[1236,3],[1302,4],[1349,4],[1437,3],[1881,3]]},"1024":{"position":[[381,3],[548,3],[673,3]]},"1026":{"position":[[242,4],[719,3],[1226,3],[1449,3],[1703,3],[2103,3],[2180,3],[2343,3]]},"1076":{"position":[[283,3]]}}}],["layer",{"_index":1185,"t":{"1008":{"position":[[535,5]]},"1030":{"position":[[1074,5]]},"1038":{"position":[[100,5],[565,5],[866,5]]}}}],["lco",{"_index":1584,"t":{"1076":{"position":[[464,3]]}}}],["left",{"_index":856,"t":{"764":{"position":[[770,4]]}}}],["legal",{"_index":1303,"t":{"1022":{"position":[[134,5],[324,5]]},"1024":{"position":[[156,5]]},"1044":{"position":[[160,5]]},"1076":{"position":[[438,5]]}}}],["legisl",{"_index":1250,"t":{"1014":{"position":[[1176,11]]}}}],["legitim",{"_index":1317,"t":{"1024":{"position":[[593,10]]}}}],["len",{"_index":1065,"t":{"949":{"position":[[1049,3]]}}}],["level",{"_index":842,"t":{"762":{"position":[[487,5]]},"764":{"position":[[683,5],[709,5]]},"766":{"position":[[657,5],[690,5]]},"1044":{"position":[[246,5]]},"1049":{"position":[[170,6]]},"1051":{"position":[[526,5]]},"1060":{"position":[[304,6]]},"1074":{"position":[[1245,5]]},"1076":{"position":[[230,5]]}}}],["leverag",{"_index":248,"t":{"10":{"position":[[2423,9]]}}}],["liabl",{"_index":1167,"t":{"995":{"position":[[2007,6]]}}}],["librari",{"_index":48,"t":{"4":{"position":[[50,7]]},"10":{"position":[[2022,7],[2040,7]]},"918":{"position":[[19,7]]}}}],["limit",{"_index":228,"t":{"10":{"position":[[1541,5]]},"416":{"position":[[525,5],[679,5]]},"910":{"position":[[559,5]]},"959":{"position":[[556,5]]},"961":{"position":[[1404,5]]},"971":{"position":[[382,5],[536,5]]},"995":{"position":[[2118,7]]},"1014":{"position":[[28,7]]},"1030":{"position":[[1815,11]]},"1047":{"position":[[237,7]]}}}],["line",{"_index":863,"t":{"766":{"position":[[102,4],[142,4],[244,4]]},"1012":{"position":[[41,4]]},"1020":{"position":[[163,4]]},"1030":{"position":[[432,4]]},"1053":{"position":[[283,4]]}}}],["linear",{"_index":566,"t":{"406":{"position":[[216,6]]},"408":{"position":[[349,6]]},"410":{"position":[[240,6]]},"412":{"position":[[214,6]]},"416":{"position":[[44,6]]},"532":{"position":[[160,6]]},"534":{"position":[[63,6]]},"540":{"position":[[137,6]]},"947":{"position":[[469,6]]},"969":{"position":[[13,6],[374,6]]}}}],["link",{"_index":442,"t":{"193":{"position":[[15,4]]},"934":{"position":[[1095,4],[1310,4]]},"1012":{"position":[[685,4],[804,5]]}}}],["linux",{"_index":750,"t":{"715":{"position":[[175,5]]},"1012":{"position":[[422,5],[518,5]]}}}],["list",{"_index":257,"t":{"14":{"position":[[20,4]]},"20":{"position":[[38,4]]},"65":{"position":[[13,5]]},"71":{"position":[[39,4]]},"75":{"position":[[13,5]]},"130":{"position":[[39,4]]},"132":{"position":[[58,5]]},"227":{"position":[[13,5]]},"231":{"position":[[45,4]]},"239":{"position":[[45,4]]},"247":{"position":[[45,4]]},"255":{"position":[[53,4]]},"269":{"position":[[32,4]]},"281":{"position":[[52,4]]},"430":{"position":[[13,5]]},"440":{"position":[[13,5]]},"442":{"position":[[13,5]]},"446":{"position":[[37,4]]},"452":{"position":[[13,5]]},"456":{"position":[[37,4]]},"462":{"position":[[13,5]]},"466":{"position":[[37,4]]},"474":{"position":[[23,4]]},"486":{"position":[[52,4]]},"721":{"position":[[388,4]]},"723":{"position":[[349,4],[529,4],[548,4],[1066,4],[1085,4]]},"725":{"position":[[224,4],[417,5]]},"727":{"position":[[31,4]]},"731":{"position":[[32,4]]},"743":{"position":[[52,4]]},"760":{"position":[[700,4]]},"762":{"position":[[178,6]]},"764":{"position":[[118,4]]},"766":{"position":[[112,4],[264,6],[1057,4]]},"770":{"position":[[13,5]]},"777":{"position":[[39,4]]},"782":{"position":[[39,4]]},"787":{"position":[[39,4]]},"792":{"position":[[39,4]]},"796":{"position":[[13,5]]},"808":{"position":[[13,5]]},"820":{"position":[[13,5]]},"830":{"position":[[13,5]]},"848":{"position":[[40,4],[149,4]]},"862":{"position":[[40,4],[149,4]]},"979":{"position":[[798,4]]},"983":{"position":[[578,4]]},"1036":{"position":[[19,4],[140,4]]}}}],["listen",{"_index":847,"t":{"764":{"position":[[48,6],[92,6]]},"766":{"position":[[314,6],[792,6]]}}}],["live",{"_index":1414,"t":{"1036":{"position":[[470,4]]}}}],["lname",{"_index":699,"t":{"656":{"position":[[211,5]]},"846":{"position":[[132,5]]},"852":{"position":[[340,5]]},"860":{"position":[[183,5]]},"866":{"position":[[349,5]]}}}],["load",{"_index":147,"t":{"6":{"position":[[169,4],[500,4]]},"227":{"position":[[189,4]]},"440":{"position":[[194,4]]},"949":{"position":[[1295,5]]}}}],["local",{"_index":859,"t":{"764":{"position":[[867,7]]},"912":{"position":[[562,7]]},"1012":{"position":[[201,5]]}}}],["localhost",{"_index":293,"t":{"29":{"position":[[144,9]]},"762":{"position":[[241,9],[286,9],[355,9],[411,9]]},"766":{"position":[[334,9],[419,9],[518,9],[1021,9],[1105,9]]},"977":{"position":[[299,9],[344,9],[413,9],[469,9]]}}}],["locat",{"_index":857,"t":{"764":{"position":[[806,8],[952,8]]},"995":{"position":[[1041,9]]},"1040":{"position":[[216,8]]}}}],["lock",{"_index":1481,"t":{"1047":{"position":[[429,7]]}}}],["log",{"_index":841,"t":{"762":{"position":[[483,3],[503,3]]},"764":{"position":[[679,3],[705,3],[736,3],[751,7]]},"766":{"position":[[653,3],[686,3]]},"995":{"position":[[1344,6],[1542,6]]},"1008":{"position":[[591,3],[608,3]]},"1028":{"position":[[345,3]]},"1030":{"position":[[652,3]]},"1051":{"position":[[358,7]]},"1058":{"position":[[421,7]]},"1060":{"position":[[263,7]]},"1065":{"position":[[307,6]]}}}],["log_facil",{"_index":843,"t":{"762":{"position":[[503,14]]},"764":{"position":[[736,14]]}}}],["log_level",{"_index":840,"t":{"762":{"position":[[483,9]]},"764":{"position":[[679,9]]}}}],["logger",{"_index":1060,"t":{"949":{"position":[[736,6],[1310,6],[1528,6],[1704,6],[1806,6],[2001,6],[2284,6],[2471,6],[2573,6]]}}}],["logic",{"_index":16,"t":{"2":{"position":[[187,5],[734,5]]},"896":{"position":[[147,5]]},"1049":{"position":[[114,7]]},"1053":{"position":[[177,9]]}}}],["login",{"_index":1391,"t":{"1030":{"position":[[2086,5]]}}}],["long",{"_index":1013,"t":{"932":{"position":[[2276,4]]}}}],["longer",{"_index":1032,"t":{"936":{"position":[[1176,6]]},"1028":{"position":[[87,6]]},"1074":{"position":[[1182,6]]}}}],["look",{"_index":858,"t":{"764":{"position":[[840,4]]},"1012":{"position":[[628,4]]}}}],["loss",{"_index":1354,"t":{"1030":{"position":[[271,4],[2137,4]]},"1063":{"position":[[84,4]]},"1065":{"position":[[122,4]]}}}],["lower",{"_index":595,"t":{"416":{"position":[[519,5]]},"971":{"position":[[376,5]]}}}],["m",{"_index":978,"t":{"918":{"position":[[346,1]]}}}],["machin",{"_index":127,"t":{"4":{"position":[[1724,8]]},"10":{"position":[[1605,8]]},"760":{"position":[[436,7],[626,7]]},"959":{"position":[[620,8]]},"961":{"position":[[1468,8]]},"1026":{"position":[[1913,7]]}}}],["made",{"_index":197,"t":{"10":{"position":[[426,4],[531,4]]},"908":{"position":[[134,4],[239,4]]},"957":{"position":[[134,4],[239,4]]},"997":{"position":[[821,4],[926,4]]},"1040":{"position":[[487,4],[1568,4]]}}}],["mail",{"_index":993,"t":{"930":{"position":[[181,4]]},"938":{"position":[[181,4]]},"953":{"position":[[181,4]]},"963":{"position":[[181,4]]},"979":{"position":[[644,4],[967,4]]},"983":{"position":[[404,4],[1066,4]]},"989":{"position":[[400,4],[668,4],[984,4],[1248,4]]},"999":{"position":[[186,4]]},"1018":{"position":[[247,4]]},"1028":{"position":[[385,4],[440,4]]},"1032":{"position":[[211,4],[341,4]]}}}],["main",{"_index":790,"t":{"757":{"position":[[4,4]]},"762":{"position":[[58,4],[110,4]]},"975":{"position":[[569,4],[680,4]]},"1038":{"position":[[121,4],[137,4]]}}}],["maintain",{"_index":1576,"t":{"1074":{"position":[[926,8],[1080,10]]}}}],["make",{"_index":174,"t":{"8":{"position":[[364,4]]},"187":{"position":[[139,4]]},"227":{"position":[[110,6]]},"440":{"position":[[116,6]]},"902":{"position":[[139,4]]},"1038":{"position":[[908,5]]}}}],["manag",{"_index":898,"t":{"848":{"position":[[236,6],[483,6],[549,6]]},"862":{"position":[[236,6]]},"936":{"position":[[683,7]]},"975":{"position":[[173,8],[435,6],[501,6]]},"983":{"position":[[123,6]]},"985":{"position":[[26,6],[145,8]]},"1030":{"position":[[523,10]]},"1040":{"position":[[48,6],[229,8],[272,10],[444,9],[1430,7],[1531,8]]},"1049":{"position":[[816,10]]},"1051":{"position":[[580,10]]},"1074":{"position":[[352,10]]},"1078":{"position":[[12,10],[72,10]]}}}],["mani",{"_index":494,"t":{"305":{"position":[[1723,4]]},"632":{"position":[[1034,4]]},"926":{"position":[[338,4],[594,4]]}}}],["manipul",{"_index":100,"t":{"4":{"position":[[1090,12],[1402,12]]}}}],["manner",{"_index":1348,"t":{"1030":{"position":[[62,6]]}}}],["manual",{"_index":1480,"t":{"1047":{"position":[[422,6]]}}}],["mark",{"_index":537,"t":{"404":{"position":[[207,4]]},"426":{"position":[[316,4]]},"542":{"position":[[268,4],[430,4]]},"965":{"position":[[323,4],[822,4],[1438,4]]}}}],["marketplac",{"_index":1415,"t":{"1038":{"position":[[161,11]]}}}],["mattermost",{"_index":543,"t":{"404":{"position":[[434,10],[509,10],[539,10]]},"410":{"position":[[101,10],[169,10]]},"412":{"position":[[338,10]]},"534":{"position":[[26,10]]},"947":{"position":[[84,10],[108,10],[129,10],[197,10],[225,10],[245,10],[368,10],[412,10],[763,10]]},"949":{"position":[[122,10]]},"1036":{"position":[[491,10]]},"1042":{"position":[[466,10],[497,10],[665,10]]}}}],["mattermostchannel",{"_index":578,"t":{"408":{"position":[[507,17]]},"410":{"position":[[183,17]]},"412":{"position":[[352,17]]},"534":{"position":[[152,17]]},"947":{"position":[[604,17],[871,17]]}}}],["mattermosturl",{"_index":576,"t":{"408":{"position":[[460,13]]},"410":{"position":[[115,13]]},"412":{"position":[[284,13]]},"534":{"position":[[89,13]]},"947":{"position":[[497,13],[670,13]]}}}],["mattermostusernam",{"_index":577,"t":{"408":{"position":[[481,18]]},"410":{"position":[[147,18]]},"412":{"position":[[316,18]]},"534":{"position":[[121,18]]},"947":{"position":[[570,18],[778,18]]}}}],["max",{"_index":635,"t":{"518":{"position":[[179,3]]},"552":{"position":[[103,3],[308,3]]},"578":{"position":[[30,3]]},"582":{"position":[[3,3]]},"588":{"position":[[3,3]]},"898":{"position":[[1398,3]]},"936":{"position":[[284,3],[879,3]]},"1003":{"position":[[392,3],[602,3]]}}}],["maximum",{"_index":630,"t":{"512":{"position":[[175,7]]},"932":{"position":[[2334,7]]}}}],["maxmessag",{"_index":546,"t":{"404":{"position":[[563,11],[677,11],[1135,11]]},"406":{"position":[[173,11]]},"408":{"position":[[206,11]]},"412":{"position":[[171,11]]},"532":{"position":[[73,11]]},"540":{"position":[[96,11]]},"550":{"position":[[3,11]]},"552":{"position":[[86,11],[363,11]]},"556":{"position":[[3,11]]},"898":{"position":[[1382,11],[1453,11]]},"947":{"position":[[426,11]]},"1003":{"position":[[375,11],[657,11]]}}}],["mbp",{"_index":343,"t":{"57":{"position":[[544,3],[865,3]]}}}],["mean",{"_index":586,"t":{"416":{"position":[[85,5]]},"764":{"position":[[258,7]]},"932":{"position":[[540,7]]},"969":{"position":[[415,5]]},"1014":{"position":[[1838,7]]},"1026":{"position":[[1147,5]]},"1076":{"position":[[990,5]]}}}],["measur",{"_index":627,"t":{"512":{"position":[[99,8]]},"1030":{"position":[[170,8],[1500,8]]},"1044":{"position":[[57,8]]},"1047":{"position":[[322,8]]},"1049":{"position":[[578,8]]},"1058":{"position":[[0,8]]},"1063":{"position":[[135,8]]},"1068":{"position":[[29,8]]},"1072":{"position":[[0,8]]},"1074":{"position":[[168,8],[223,8],[429,8]]}}}],["mechan",{"_index":66,"t":{"4":{"position":[[385,9],[1103,9]]},"10":{"position":[[2239,10]]},"404":{"position":[[830,9]]},"894":{"position":[[354,9]]},"934":{"position":[[606,9]]},"995":{"position":[[1623,10]]}}}],["media",{"_index":1516,"t":{"1058":{"position":[[204,5]]},"1065":{"position":[[434,5]]}}}],["meet",{"_index":1288,"t":{"1016":{"position":[[709,4]]},"1044":{"position":[[155,4]]}}}],["member",{"_index":398,"t":{"128":{"position":[[81,7]]},"135":{"position":[[81,7]]},"142":{"position":[[95,7]]},"151":{"position":[[94,7]]},"160":{"position":[[95,7]]},"169":{"position":[[82,7]]},"721":{"position":[[236,6]]},"723":{"position":[[189,6]]},"792":{"position":[[76,7]]},"1053":{"position":[[367,7]]}}}],["memori",{"_index":255,"t":{"12":{"position":[[58,6]]},"20":{"position":[[455,6],[706,6]]},"57":{"position":[[744,6],[995,6],[1381,6],[1625,6]]},"926":{"position":[[748,6]]}}}],["memory_usag",{"_index":285,"t":{"20":{"position":[[455,12]]},"57":{"position":[[744,12],[1381,12]]}}}],["mention",{"_index":1099,"t":{"979":{"position":[[718,7]]},"1001":{"position":[[11,9]]},"1016":{"position":[[534,9]]},"1032":{"position":[[224,9]]}}}],["messag",{"_index":1,"t":{"2":{"position":[[9,9],[142,9],[383,7],[468,9],[501,9],[560,8],[685,9],[948,8],[1077,8]]},"4":{"position":[[172,8],[202,7],[249,7],[278,8],[295,8],[552,7],[628,8],[704,8],[859,8],[938,8],[1059,8],[1164,8],[1284,8],[1370,8],[1477,8],[1550,8]]},"6":{"position":[[100,7],[303,8]]},"8":{"position":[[78,8],[207,8],[260,8],[400,8],[490,8],[799,8],[895,7],[1032,7],[1102,7]]},"10":{"position":[[32,7],[72,9],[151,8],[262,8],[345,7],[496,8],[590,8],[719,7],[791,7],[1209,7],[1444,7],[1796,8],[1985,9],[2074,9]]},"33":{"position":[[41,8],[103,8],[142,7]]},"35":{"position":[[23,7]]},"37":{"position":[[58,7],[176,7]]},"43":{"position":[[56,8],[167,7],[201,8],[239,7],[277,8],[304,7],[342,8]]},"51":{"position":[[58,7],[176,7]]},"57":{"position":[[103,7],[138,8],[229,7],[264,8]]},"61":{"position":[[190,7],[260,9],[391,7]]},"63":{"position":[[5,9]]},"183":{"position":[[2217,8],[2514,8]]},"187":{"position":[[35,8],[175,8]]},"255":{"position":[[39,7],[61,8]]},"259":{"position":[[46,8],[79,8]]},"261":{"position":[[3,8],[317,8]]},"265":{"position":[[59,8]]},"293":{"position":[[155,7]]},"297":{"position":[[103,8]]},"305":{"position":[[60,8],[483,8],[726,8],[1124,8],[1420,8],[1728,8]]},"309":{"position":[[73,8]]},"377":{"position":[[48,7],[116,8],[235,7],[363,8]]},"385":{"position":[[168,7]]},"387":{"position":[[27,7],[38,7]]},"404":{"position":[[395,8],[497,8],[604,8],[859,7],[915,7],[1263,8],[1278,7],[1489,7]]},"414":{"position":[[129,7]]},"416":{"position":[[118,7],[218,8],[306,7],[399,7],[548,7]]},"498":{"position":[[156,7]]},"536":{"position":[[174,8]]},"546":{"position":[[22,8],[179,8]]},"552":{"position":[[117,8],[322,8],[454,7]]},"558":{"position":[[64,7]]},"562":{"position":[[0,8],[75,7]]},"568":{"position":[[109,8]]},"594":{"position":[[45,7]]},"624":{"position":[[109,8]]},"632":{"position":[[39,8],[161,8],[409,8],[1039,8]]},"636":{"position":[[5,9]]},"703":{"position":[[120,7]]},"705":{"position":[[136,7],[569,7]]},"717":{"position":[[80,9]]},"719":{"position":[[237,9],[419,9]]},"723":{"position":[[973,8],[1582,8],[1724,8]]},"725":{"position":[[0,9],[341,8],[521,9]]},"755":{"position":[[155,7]]},"757":{"position":[[22,9],[89,7],[245,8],[338,8],[546,8],[578,8],[599,7],[663,8],[823,8]]},"760":{"position":[[9,9],[139,9]]},"762":{"position":[[29,9],[92,9]]},"764":{"position":[[941,9]]},"766":{"position":[[36,9],[197,9],[1252,9]]},"768":{"position":[[5,9]]},"848":{"position":[[289,9],[661,8],[802,8]]},"894":{"position":[[9,9],[62,7],[216,9],[275,9],[321,9],[498,9]]},"896":{"position":[[4,9],[102,9]]},"898":{"position":[[30,9],[248,8],[380,8],[636,7],[725,7],[855,8],[864,7],[1000,8],[1031,7],[1062,8],[1116,8],[1184,8],[1226,7],[1364,9],[1412,8],[1491,8],[1612,7],[1784,8]]},"900":{"position":[[9,9],[168,7],[322,8],[451,8]]},"902":{"position":[[35,8],[175,8]]},"904":{"position":[[42,8],[351,8]]},"906":{"position":[[36,7],[145,8],[256,8]]},"908":{"position":[[53,7],[204,8],[298,8],[427,7],[499,7]]},"910":{"position":[[227,7],[462,7]]},"912":{"position":[[12,9],[35,7],[176,7],[460,7],[492,9],[614,8],[795,7]]},"914":{"position":[[133,7],[340,7],[424,7],[544,7]]},"922":{"position":[[53,7],[70,7]]},"926":{"position":[[202,8],[266,8],[343,8],[454,8],[497,8],[544,8],[599,8],[832,8],[859,8],[919,8],[942,8]]},"928":{"position":[[20,8]]},"930":{"position":[[39,9],[92,9]]},"932":{"position":[[278,8],[312,8],[389,8],[475,8],[577,9],[608,8],[816,8],[834,9],[896,8],[1051,8],[1385,8],[1430,9],[1472,8],[1487,7],[1586,7],[1682,7],[1852,8],[1877,8],[2254,9],[2407,7]]},"934":{"position":[[100,8],[206,8],[305,9],[386,8],[465,8],[773,7],[1455,7],[1503,7],[1571,8],[1690,7],[1818,8],[1913,7],[1937,8],[1989,8],[2052,8]]},"936":{"position":[[15,8],[256,8],[328,7],[430,7],[833,8],[993,8],[1068,7]]},"938":{"position":[[39,9],[92,9]]},"944":{"position":[[160,8]]},"947":{"position":[[72,8],[861,8],[914,8],[959,8],[1051,8]]},"949":{"position":[[41,8],[294,8],[401,8],[499,7],[531,8],[597,7],[963,8],[1062,8],[1132,8],[1176,8],[1215,7],[1246,7],[1337,7],[1379,8],[1550,7],[1733,7],[1845,7],[2030,7],[2109,7],[2127,7],[2144,7],[2227,7]]},"951":{"position":[[21,8],[216,8],[430,8],[468,8]]},"953":{"position":[[39,9],[92,9]]},"955":{"position":[[32,7],[72,9],[151,8],[262,8]]},"957":{"position":[[53,7],[204,8],[298,8],[427,7],[499,7],[687,8]]},"959":{"position":[[224,7],[459,7],[811,8],[991,8]]},"961":{"position":[[21,8],[216,8],[430,8],[468,8],[608,7],[648,9],[727,8],[838,8],[1072,7],[1307,7],[1659,8]]},"963":{"position":[[39,9],[92,9]]},"965":{"position":[[1230,8]]},"969":{"position":[[57,8],[448,7]]},"971":{"position":[[75,8],[163,7],[256,7],[405,7]]},"973":{"position":[[116,9]]},"975":{"position":[[34,9],[625,8],[719,8],[880,8]]},"977":{"position":[[5,9],[809,9]]},"979":{"position":[[280,9]]},"989":{"position":[[126,8]]},"991":{"position":[[416,8]]},"993":{"position":[[435,8]]},"997":{"position":[[21,8],[216,8],[430,8],[468,8],[677,8],[740,7],[891,8],[985,8],[1114,7],[1186,7]]},"999":{"position":[[39,9],[92,9]]},"1001":{"position":[[100,8]]},"1003":{"position":[[45,8],[182,8],[214,8],[406,8],[616,8],[748,7],[935,8]]},"1005":{"position":[[4,8],[61,8],[114,8],[189,7]]},"1010":{"position":[[79,9],[149,9],[217,9],[236,9],[342,9]]},"1012":{"position":[[112,8],[587,8],[722,9],[851,9]]},"1014":{"position":[[797,9],[838,9],[1635,9],[2092,9]]},"1016":{"position":[[216,9]]},"1018":{"position":[[235,9]]},"1020":{"position":[[83,9],[234,9],[315,9]]},"1022":{"position":[[159,9]]},"1026":{"position":[[112,9],[834,7],[1396,9],[2446,9]]},"1028":{"position":[[26,9]]},"1030":{"position":[[728,9],[785,9]]},"1032":{"position":[[179,9]]},"1034":{"position":[[29,9]]},"1036":{"position":[[95,9],[294,9],[317,9]]},"1038":{"position":[[63,9],[1088,8]]},"1040":{"position":[[535,9],[552,7],[668,9],[883,8],[1248,8],[1404,9],[1517,9]]},"1042":{"position":[[15,9],[290,8],[593,8]]}}}],["message_count",{"_index":318,"t":{"43":{"position":[[167,13],[239,13]]},"57":{"position":[[103,13]]}}}],["messageid",{"_index":473,"t":{"265":{"position":[[41,10],[106,10]]},"404":{"position":[[1030,9],[1389,9],[1600,9]]},"558":{"position":[[226,9]]},"898":{"position":[[1011,9]]},"912":{"position":[[229,9],[440,9]]}}}],["met",{"_index":78,"t":{"4":{"position":[[584,3]]},"934":{"position":[[805,3]]},"1026":{"position":[[1711,3]]}}}],["metadata",{"_index":931,"t":{"898":{"position":[[1164,8]]},"912":{"position":[[81,8],[106,8],[744,8]]},"932":{"position":[[1544,8]]}}}],["method",{"_index":203,"t":{"10":{"position":[[682,6],[904,6]]},"426":{"position":[[889,6]]},"705":{"position":[[57,7]]},"707":{"position":[[5,6]]},"760":{"position":[[107,7],[176,6],[187,7]]},"908":{"position":[[390,6],[612,6]]},"918":{"position":[[185,6],[280,6],[319,6],[350,6],[626,6]]},"957":{"position":[[390,6],[612,6]]},"997":{"position":[[1077,6],[1299,6]]}}}],["metric",{"_index":249,"t":{"10":{"position":[[2472,7],[2481,7]]},"12":{"position":[[12,7],[28,7]]},"14":{"position":[[40,7]]},"16":{"position":[[9,7]]},"18":{"position":[[59,7]]},"20":{"position":[[66,7],[101,7],[116,6],[148,6],[436,6],[471,6]]},"35":{"position":[[9,7]]},"39":{"position":[[59,7],[70,7]]},"41":{"position":[[59,7],[70,7]]},"47":{"position":[[32,7],[60,7],[187,7]]},"57":{"position":[[30,7],[52,7],[379,7],[392,7],[407,6],[439,6],[725,6],[760,6],[1051,6],[1083,6],[1362,6],[1397,6]]},"175":{"position":[[38,7]]},"177":{"position":[[33,7]]},"181":{"position":[[78,7]]},"183":{"position":[[42,7],[122,7],[137,6],[175,6],[447,6],[492,6],[771,6],[821,6],[1124,6],[1174,6],[1477,6],[1527,6],[1830,6],[1880,6],[2183,6],[2229,6]]},"297":{"position":[[38,7]]},"299":{"position":[[53,7]]},"303":{"position":[[96,7]]},"305":{"position":[[41,7],[124,7],[139,6],[182,6],[457,6],[495,6],[774,6],[809,6],[1092,6],[1136,6],[1475,6],[1510,6]]},"624":{"position":[[38,7]]},"626":{"position":[[58,7]]},"630":{"position":[[103,7]]},"632":{"position":[[113,7],[128,6],[173,6],[457,6],[492,6],[773,6],[816,6]]},"926":{"position":[[8,7],[57,7],[96,7],[226,7],[248,7],[420,7],[436,7],[683,7],[704,7],[769,7]]},"1016":{"position":[[246,6]]}}}],["metric_typ",{"_index":268,"t":{"20":{"position":[[148,11],[471,11]]},"57":{"position":[[439,11],[760,11],[1083,11],[1397,11]]},"183":{"position":[[175,11],[492,11],[821,11],[1174,11],[1527,11],[1880,11],[2229,11]]},"305":{"position":[[182,11],[495,11],[809,11],[1136,11],[1510,11]]},"632":{"position":[[173,11],[492,11],[816,11]]}}}],["middlewar",{"_index":1438,"t":{"1040":{"position":[[569,10]]}}}],["min",{"_index":634,"t":{"518":{"position":[[169,3]]},"578":{"position":[[25,3]]},"582":{"position":[[14,3]]},"588":{"position":[[14,3]]},"936":{"position":[[293,3],[888,3]]}}}],["minimum",{"_index":628,"t":{"512":{"position":[[124,7]]},"1051":{"position":[[535,7]]}}}],["minlength",{"_index":1004,"t":{"932":{"position":[[1196,9]]}}}],["minproperti",{"_index":1005,"t":{"932":{"position":[[1292,13]]}}}],["mirror",{"_index":1458,"t":{"1042":{"position":[[521,7]]},"1063":{"position":[[382,9]]}}}],["misus",{"_index":1144,"t":{"995":{"position":[[950,6]]}}}],["mitr",{"_index":1421,"t":{"1038":{"position":[[376,5]]}}}],["mitreid",{"_index":1437,"t":{"1040":{"position":[[378,7]]}}}],["mix",{"_index":808,"t":{"760":{"position":[[275,3]]}}}],["mode",{"_index":799,"t":{"757":{"position":[[768,4],[779,4]]},"932":{"position":[[534,4]]}}}],["model",{"_index":28,"t":{"2":{"position":[[436,5]]},"900":{"position":[[221,5]]}}}],["modif",{"_index":1020,"t":{"936":{"position":[[176,12]]},"1060":{"position":[[407,12]]}}}],["modifi",{"_index":378,"t":{"71":{"position":[[172,8],[330,8],[488,8]]},"83":{"position":[[162,8]]},"97":{"position":[[150,8]]},"111":{"position":[[150,8]]},"130":{"position":[[412,8]]},"132":{"position":[[475,8]]},"137":{"position":[[396,8]]},"146":{"position":[[377,8]]},"155":{"position":[[371,8]]},"164":{"position":[[387,8]]},"281":{"position":[[22,8]]},"486":{"position":[[22,8]]},"512":{"position":[[13,8]]},"528":{"position":[[13,8]]},"608":{"position":[[13,8]]},"646":{"position":[[391,8],[430,8]]},"656":{"position":[[416,8]]},"676":{"position":[[335,8],[359,8]]},"688":{"position":[[359,8],[383,8]]},"705":{"position":[[471,6],[713,6],[802,6]]},"725":{"position":[[403,6]]},"729":{"position":[[31,6]]},"743":{"position":[[22,8]]},"768":{"position":[[55,9]]},"777":{"position":[[403,8],[862,8],[1227,8],[1589,8],[1959,8]]},"782":{"position":[[400,8],[765,8]]},"787":{"position":[[426,8],[788,8],[1158,8]]},"792":{"position":[[426,8]]},"804":{"position":[[516,8]]},"816":{"position":[[516,8]]},"826":{"position":[[516,8]]},"838":{"position":[[516,8]]},"848":{"position":[[1009,6],[1067,6]]},"852":{"position":[[459,8]]},"866":{"position":[[468,8]]},"878":{"position":[[364,8]]},"965":{"position":[[942,6],[1564,6]]},"979":{"position":[[1063,8]]},"981":{"position":[[334,8]]},"983":{"position":[[1145,8]]},"989":{"position":[[747,8],[1327,8]]},"991":{"position":[[91,6]]},"993":{"position":[[95,6]]},"1014":{"position":[[1246,8],[1469,6]]},"1030":{"position":[[1229,8]]},"1051":{"position":[[204,8]]},"1060":{"position":[[139,8]]}}}],["modified_at",{"_index":687,"t":{"646":{"position":[[391,11]]},"676":{"position":[[359,11]]},"688":{"position":[[383,11]]}}}],["modified_bi",{"_index":688,"t":{"646":{"position":[[430,11]]},"676":{"position":[[335,11]]},"688":{"position":[[359,11]]}}}],["modified_on",{"_index":377,"t":{"71":{"position":[[172,11],[330,11],[488,11]]},"83":{"position":[[162,11]]},"97":{"position":[[150,11]]},"111":{"position":[[150,11]]},"130":{"position":[[412,11]]},"132":{"position":[[475,11]]},"137":{"position":[[396,11]]},"146":{"position":[[377,11]]},"155":{"position":[[371,11]]},"164":{"position":[[387,11]]},"656":{"position":[[416,11]]},"777":{"position":[[403,11],[862,11],[1227,11],[1589,11],[1959,11]]},"782":{"position":[[400,11],[765,11]]},"787":{"position":[[426,11],[788,11],[1158,11]]},"792":{"position":[[426,11]]},"804":{"position":[[516,11]]},"816":{"position":[[516,11]]},"826":{"position":[[516,11]]},"838":{"position":[[516,11]]},"852":{"position":[[459,11]]},"866":{"position":[[468,11]]},"878":{"position":[[364,11]]},"979":{"position":[[1063,11]]},"981":{"position":[[334,11]]},"983":{"position":[[1145,11]]},"989":{"position":[[747,11],[1327,11]]}}}],["modifyackdeadlin",{"_index":632,"t":{"514":{"position":[[67,17]]},"520":{"position":[[125,17]]}}}],["modifyacl",{"_index":476,"t":{"283":{"position":[[54,9]]},"289":{"position":[[117,9]]},"488":{"position":[[59,9]]},"494":{"position":[[129,9]]},"745":{"position":[[58,9]]},"751":{"position":[[96,9]]},"991":{"position":[[175,9]]},"993":{"position":[[191,9]]}}}],["modifyoffset",{"_index":669,"t":{"610":{"position":[[67,12]]},"616":{"position":[[125,12]]},"936":{"position":[[745,12]]},"944":{"position":[[44,12]]}}}],["modifypushconfig",{"_index":638,"t":{"530":{"position":[[67,16]]},"538":{"position":[[124,16]]}}}],["modyf",{"_index":642,"t":{"536":{"position":[[275,8]]}}}],["mongodb",{"_index":868,"t":{"766":{"position":[[922,7],[997,7]]}}}],["monitor",{"_index":443,"t":{"197":{"position":[[92,10]]},"199":{"position":[[123,10]]},"209":{"position":[[101,10]]},"221":{"position":[[85,10]]},"223":{"position":[[131,10]]},"235":{"position":[[74,10]]},"243":{"position":[[74,10]]},"263":{"position":[[106,10]]},"275":{"position":[[85,10]]},"289":{"position":[[106,10]]},"303":{"position":[[85,10]]},"400":{"position":[[38,10]]},"402":{"position":[[119,10]]},"406":{"position":[[38,10]]},"408":{"position":[[95,10]]},"410":{"position":[[38,10]]},"412":{"position":[[95,10]]},"450":{"position":[[139,10],[331,10]]},"460":{"position":[[139,10]]},"470":{"position":[[140,10]]},"630":{"position":[[92,10]]},"737":{"position":[[106,10]]},"751":{"position":[[85,10]]},"947":{"position":[[625,10]]},"995":{"position":[[1488,10]]},"1008":{"position":[[380,10],[400,10],[428,10],[464,10]]},"1038":{"position":[[1032,10],[1106,10]]},"1040":{"position":[[1454,7]]},"1063":{"position":[[250,10]]},"1074":{"position":[[240,10]]}}}],["month",{"_index":1328,"t":{"1026":{"position":[[509,5]]},"1028":{"position":[[337,6]]}}}],["more",{"_index":112,"t":{"4":{"position":[[1322,4]]},"6":{"position":[[283,4]]},"705":{"position":[[153,4]]},"914":{"position":[[727,4]]},"932":{"position":[[114,4],[690,4],[1467,4],[2364,4]]},"934":{"position":[[986,4],[1210,4],[1390,4],[1873,4],[2017,4]]},"965":{"position":[[373,4],[870,4],[1537,4]]},"973":{"position":[[36,4]]},"979":{"position":[[1209,4]]},"981":{"position":[[543,4]]},"983":{"position":[[1224,4]]},"985":{"position":[[509,4]]},"987":{"position":[[461,4]]},"989":{"position":[[1407,4]]},"1001":{"position":[[153,4]]},"1003":{"position":[[904,4]]},"1005":{"position":[[226,4]]},"1008":{"position":[[352,4]]},"1012":{"position":[[792,4]]},"1016":{"position":[[681,4]]},"1072":{"position":[[108,4]]}}}],["moreov",{"_index":1265,"t":{"1014":{"position":[[1921,8]]},"1016":{"position":[[742,8]]},"1074":{"position":[[388,8]]}}}],["move",{"_index":1025,"t":{"936":{"position":[[770,4],[912,6]]},"944":{"position":[[66,4],[97,4]]},"949":{"position":[[1258,4]]}}}],["movement",{"_index":1242,"t":{"1014":{"position":[[625,8]]}}}],["msg",{"_index":830,"t":{"762":{"position":[[315,3]]},"766":{"position":[[960,3]]},"949":{"position":[[2196,3]]},"977":{"position":[[373,3]]}}}],["multi",{"_index":1506,"t":{"1053":{"position":[[95,5]]}}}],["multipl",{"_index":82,"t":{"4":{"position":[[640,8],[975,8]]},"6":{"position":[[111,8]]},"8":{"position":[[661,8]]},"757":{"position":[[174,8],[857,8],[974,8]]},"760":{"position":[[729,8]]},"894":{"position":[[574,8],[612,8]]},"898":{"position":[[110,8],[148,8]]},"904":{"position":[[213,8]]},"934":{"position":[[502,8]]},"951":{"position":[[144,8]]},"961":{"position":[[144,8]]},"983":{"position":[[711,8],[763,8]]},"997":{"position":[[144,8]]},"1008":{"position":[[154,8]]},"1040":{"position":[[1348,8]]}}}],["myproject",{"_index":556,"t":{"404":{"position":[[1086,9],[1443,9],[1654,9]]}}}],["mysubscript",{"_index":557,"t":{"404":{"position":[[1110,14],[1467,14],[1678,14]]}}}],["n",{"_index":962,"t":{"918":{"position":[[52,1]]}}}],["nack",{"_index":222,"t":{"10":{"position":[[1394,4]]},"910":{"position":[[412,4]]},"959":{"position":[[409,4]]},"961":{"position":[[1257,4]]}}}],["name",{"_index":40,"t":{"2":{"position":[[960,5]]},"8":{"position":[[90,5],[329,4],[353,5]]},"20":{"position":[[240,4],[563,4]]},"57":{"position":[[531,4],[852,4],[1175,4],[1489,4]]},"71":{"position":[[113,4],[271,4],[429,4]]},"77":{"position":[[27,4]]},"79":{"position":[[8,4],[14,4]]},"83":{"position":[[103,4]]},"87":{"position":[[58,4]]},"89":{"position":[[28,4]]},"91":{"position":[[8,4],[14,4]]},"97":{"position":[[90,4]]},"101":{"position":[[42,4]]},"103":{"position":[[27,4]]},"105":{"position":[[8,4],[14,4]]},"107":{"position":[[3,4],[22,4]]},"111":{"position":[[82,4]]},"117":{"position":[[30,4]]},"119":{"position":[[8,4],[14,4]]},"130":{"position":[[292,4]]},"132":{"position":[[361,4]]},"137":{"position":[[276,4]]},"146":{"position":[[253,4]]},"155":{"position":[[247,4]]},"164":{"position":[[263,4]]},"177":{"position":[[27,4]]},"179":{"position":[[8,4],[14,4],[40,4],[46,4]]},"183":{"position":[[261,4],[578,4],[912,4],[1265,4],[1618,4],[1971,4],[2315,4]]},"187":{"position":[[104,4],[128,5],[217,4]]},"189":{"position":[[54,4]]},"191":{"position":[[27,4],[47,4]]},"193":{"position":[[68,4]]},"195":{"position":[[8,4],[14,4],[50,4],[66,4]]},"199":{"position":[[89,4]]},"205":{"position":[[30,4],[50,4]]},"207":{"position":[[8,4],[14,4],[50,4],[66,4]]},"217":{"position":[[27,4],[47,4]]},"219":{"position":[[8,4],[14,4],[47,4],[63,4]]},"223":{"position":[[97,4]]},"229":{"position":[[27,4]]},"231":{"position":[[8,4],[14,4]]},"235":{"position":[[41,4],[92,4]]},"237":{"position":[[27,4]]},"239":{"position":[[8,4],[14,4]]},"243":{"position":[[41,4]]},"245":{"position":[[27,4]]},"247":{"position":[[8,4],[14,4]]},"251":{"position":[[41,4]]},"257":{"position":[[28,4],[48,4]]},"259":{"position":[[8,4],[14,4],[61,4]]},"271":{"position":[[27,4],[47,4]]},"273":{"position":[[8,4],[14,4],[40,4],[46,4]]},"283":{"position":[[28,4],[48,4]]},"285":{"position":[[8,4],[14,4],[40,4],[46,4]]},"299":{"position":[[27,4],[47,4]]},"301":{"position":[[8,4],[14,4],[40,4],[46,4]]},"305":{"position":[[266,4],[579,4],[893,4],[1220,4],[1593,4]]},"313":{"position":[[27,4],[49,4]]},"315":{"position":[[8,4],[14,4],[73,4],[79,4]]},"319":{"position":[[134,4],[289,4],[370,4]]},"325":{"position":[[27,4]]},"327":{"position":[[8,4],[14,4]]},"331":{"position":[[165,4],[320,4],[401,4],[492,4],[647,4],[728,4]]},"339":{"position":[[28,4],[50,4]]},"341":{"position":[[8,4],[14,4],[73,4],[79,4]]},"345":{"position":[[64,4],[208,4]]},"347":{"position":[[138,4],[293,4],[374,4]]},"353":{"position":[[27,4],[49,4]]},"355":{"position":[[8,4],[14,4],[72,4],[78,4]]},"359":{"position":[[19,4],[58,4],[111,4],[255,4]]},"361":{"position":[[132,4],[171,4],[287,4],[368,4]]},"367":{"position":[[30,4],[52,4]]},"369":{"position":[[8,4],[14,4],[72,4],[78,4]]},"379":{"position":[[28,4],[50,4]]},"381":{"position":[[8,4],[14,4],[72,4],[78,4]]},"385":{"position":[[16,4]]},"394":{"position":[[26,4],[60,4]]},"396":{"position":[[8,4],[14,4],[57,4],[80,4]]},"402":{"position":[[27,4]]},"408":{"position":[[3,4]]},"412":{"position":[[3,4]]},"422":{"position":[[26,4],[60,4]]},"424":{"position":[[8,4],[14,4],[47,4],[70,4]]},"432":{"position":[[26,4],[46,4]]},"434":{"position":[[8,4],[14,4],[61,4],[67,4]]},"444":{"position":[[26,4]]},"446":{"position":[[8,4],[14,4]]},"450":{"position":[[47,4],[238,4]]},"454":{"position":[[26,4]]},"456":{"position":[[8,4],[14,4]]},"460":{"position":[[47,4]]},"464":{"position":[[26,4]]},"466":{"position":[[8,4],[14,4]]},"470":{"position":[[47,4]]},"476":{"position":[[26,4],[51,4]]},"478":{"position":[[8,4],[14,4],[45,4],[68,4]]},"488":{"position":[[28,4],[53,4]]},"490":{"position":[[8,4],[14,4],[38,4],[44,4]]},"502":{"position":[[29,4],[63,4]]},"504":{"position":[[8,4],[14,4],[47,4],[70,4]]},"514":{"position":[[27,4],[61,4]]},"518":{"position":[[8,4],[14,4],[47,4],[70,4]]},"530":{"position":[[27,4],[61,4]]},"536":{"position":[[8,4],[14,4],[47,4],[70,4]]},"548":{"position":[[27,4],[61,4]]},"552":{"position":[[8,4],[14,4],[47,4],[70,4]]},"564":{"position":[[27,4],[61,4]]},"568":{"position":[[8,4],[14,4],[47,4],[70,4]]},"580":{"position":[[26,4],[60,4]]},"584":{"position":[[8,4],[14,4],[47,4],[70,4]]},"596":{"position":[[26,4],[60,4]]},"598":{"position":[[8,4],[14,4],[47,4],[70,4]]},"610":{"position":[[27,4],[61,4]]},"614":{"position":[[8,4],[14,4],[47,4],[70,4]]},"626":{"position":[[27,4],[52,4]]},"628":{"position":[[8,4],[14,4],[38,4],[44,4]]},"632":{"position":[[264,4],[576,4],[906,4]]},"642":{"position":[[3,4],[38,4],[52,4],[65,4],[78,4]]},"646":{"position":[[138,4],[173,4],[187,4],[200,4],[213,4]]},"656":{"position":[[151,4],[181,4],[203,4]]},"676":{"position":[[104,4],[128,4],[152,4]]},"684":{"position":[[43,4]]},"688":{"position":[[128,4],[152,4],[176,4]]},"705":{"position":[[310,4]]},"721":{"position":[[132,4],[270,4]]},"723":{"position":[[153,4],[242,4],[329,4],[404,4]]},"733":{"position":[[26,4],[51,4]]},"735":{"position":[[8,4],[14,4],[38,4],[44,4]]},"745":{"position":[[27,4],[52,4]]},"747":{"position":[[8,4],[14,4],[38,4],[44,4]]},"764":{"position":[[346,4]]},"766":{"position":[[646,4],[940,4]]},"777":{"position":[[283,4],[650,4],[673,4],[696,4],[1109,4],[1471,4],[1841,4]]},"782":{"position":[[280,4],[647,4]]},"787":{"position":[[308,4],[670,4],[1040,4]]},"792":{"position":[[306,4]]},"798":{"position":[[21,4]]},"800":{"position":[[5,4],[11,4]]},"804":{"position":[[304,4],[327,4],[350,4]]},"816":{"position":[[304,4],[327,4],[350,4]]},"826":{"position":[[304,4],[327,4],[350,4]]},"838":{"position":[[304,4],[327,4],[350,4]]},"844":{"position":[[22,4]]},"846":{"position":[[100,4],[124,4]]},"848":{"position":[[5,4],[11,4]]},"852":{"position":[[237,4],[308,4],[332,4]]},"858":{"position":[[21,4]]},"860":{"position":[[121,4],[137,4],[151,4],[175,4]]},"862":{"position":[[5,4],[11,4]]},"866":{"position":[[241,4],[257,4],[317,4],[341,4]]},"872":{"position":[[22,4]]},"874":{"position":[[5,4],[11,4]]},"878":{"position":[[240,4]]},"884":{"position":[[24,4]]},"886":{"position":[[5,4],[11,4]]},"898":{"position":[[224,5],[289,4],[338,5],[483,4]]},"900":{"position":[[334,5]]},"902":{"position":[[104,4],[128,5]]},"928":{"position":[[32,5]]},"934":{"position":[[1149,4],[1364,4]]},"951":{"position":[[35,5]]},"961":{"position":[[35,5]]},"965":{"position":[[1112,4]]},"979":{"position":[[868,4]]},"981":{"position":[[80,5],[280,4]]},"983":{"position":[[972,4]]},"985":{"position":[[204,5],[386,4]]},"987":{"position":[[30,5],[284,4]]},"989":{"position":[[566,4],[1148,4]]},"997":{"position":[[35,5]]},"1014":{"position":[[82,4],[2056,5]]},"1018":{"position":[[260,4]]},"1026":{"position":[[248,6]]},"1028":{"position":[[365,4],[370,4],[403,4],[409,4],[493,4]]},"1034":{"position":[[205,6]]},"1060":{"position":[[457,5]]}}}],["name1",{"_index":515,"t":{"385":{"position":[[24,5]]}}}],["namespac",{"_index":924,"t":{"894":{"position":[[382,11],[475,11]]}}}],["nanosecond",{"_index":934,"t":{"898":{"position":[[1287,11]]},"912":{"position":[[856,11]]},"922":{"position":[[131,11]]}}}],["nation",{"_index":1221,"t":{"1014":{"position":[[88,8],[348,8],[1340,8]]},"1044":{"position":[[81,8]]},"1076":{"position":[[4,8]]}}}],["nativ",{"_index":926,"t":{"894":{"position":[[466,8]]}}}],["natur",{"_index":1239,"t":{"1014":{"position":[[546,7]]},"1022":{"position":[[115,7],[301,7]]},"1024":{"position":[[137,7]]}}}],["navig",{"_index":1292,"t":{"1018":{"position":[[97,10]]},"1028":{"position":[[307,10]]}}}],["nda",{"_index":1587,"t":{"1076":{"position":[[1011,3]]}}}],["necessari",{"_index":1156,"t":{"995":{"position":[[1681,9]]},"1014":{"position":[[1522,9]]},"1016":{"position":[[582,9]]},"1022":{"position":[[60,9]]},"1026":{"position":[[19,9]]},"1028":{"position":[[102,9]]},"1055":{"position":[[96,9]]},"1060":{"position":[[218,9]]},"1072":{"position":[[148,9]]},"1074":{"position":[[647,9]]}}}],["need",{"_index":123,"t":{"4":{"position":[[1536,5],[1765,6]]},"10":{"position":[[1623,6]]},"193":{"position":[[7,4],[48,4]]},"261":{"position":[[326,4]]},"377":{"position":[[179,5]]},"385":{"position":[[176,5]]},"426":{"position":[[384,5]]},"934":{"position":[[1087,4],[1129,4],[1302,4],[1344,4],[1634,5]]},"949":{"position":[[202,4]]},"959":{"position":[[638,6]]},"961":{"position":[[1486,6]]},"965":{"position":[[1009,5]]},"973":{"position":[[64,4]]},"975":{"position":[[67,4]]},"979":{"position":[[110,5]]},"1020":{"position":[[177,4]]},"1042":{"position":[[554,6],[637,6]]},"1049":{"position":[[227,4]]}}}],["neg",{"_index":1387,"t":{"1030":{"position":[[1887,8]]}}}],["neglect",{"_index":1390,"t":{"1030":{"position":[[2044,7]]}}}],["network",{"_index":18,"t":{"2":{"position":[[233,7],[780,7]]},"896":{"position":[[193,7]]},"1008":{"position":[[63,7]]},"1049":{"position":[[720,8]]},"1058":{"position":[[282,8]]},"1060":{"position":[[336,7]]},"1065":{"position":[[218,7]]}}}],["new",{"_index":134,"t":{"4":{"position":[[1922,3]]},"10":{"position":[[2121,3],[2308,3]]},"71":{"position":[[443,3],[571,3]]},"81":{"position":[[81,3]]},"83":{"position":[[117,3],[245,3]]},"87":{"position":[[23,3]]},"95":{"position":[[97,3]]},"97":{"position":[[105,3],[233,3]]},"107":{"position":[[10,3]]},"109":{"position":[[96,3]]},"111":{"position":[[97,3]]},"121":{"position":[[84,3]]},"181":{"position":[[74,3]]},"189":{"position":[[23,3]]},"197":{"position":[[81,3]]},"199":{"position":[[112,3]]},"209":{"position":[[90,3]]},"221":{"position":[[74,3]]},"223":{"position":[[120,3]]},"233":{"position":[[74,3]]},"235":{"position":[[63,3],[114,3]]},"241":{"position":[[74,3]]},"243":{"position":[[63,3]]},"249":{"position":[[74,3]]},"251":{"position":[[63,3]]},"263":{"position":[[95,3]]},"275":{"position":[[74,3]]},"289":{"position":[[95,3]]},"303":{"position":[[74,3]]},"335":{"position":[[23,3]]},"359":{"position":[[54,3]]},"361":{"position":[[167,3]]},"377":{"position":[[164,3]]},"392":{"position":[[23,3]]},"398":{"position":[[94,3]]},"400":{"position":[[27,3]]},"402":{"position":[[50,3],[108,3]]},"406":{"position":[[27,3]]},"408":{"position":[[26,3],[84,3]]},"410":{"position":[[27,3]]},"412":{"position":[[26,3],[84,3]]},"426":{"position":[[46,3]]},"448":{"position":[[81,3]]},"450":{"position":[[70,3],[128,3],[261,3],[320,3]]},"458":{"position":[[81,3]]},"460":{"position":[[70,3],[128,3]]},"468":{"position":[[81,3]]},"470":{"position":[[70,3],[129,3]]},"480":{"position":[[74,3]]},"494":{"position":[[98,3]]},"506":{"position":[[82,3]]},"520":{"position":[[94,3]]},"536":{"position":[[567,3]]},"538":{"position":[[93,3]]},"542":{"position":[[472,3]]},"554":{"position":[[94,3]]},"570":{"position":[[93,3]]},"586":{"position":[[93,3]]},"600":{"position":[[80,3]]},"616":{"position":[[94,3]]},"630":{"position":[[74,3]]},"638":{"position":[[23,3]]},"642":{"position":[[11,3]]},"646":{"position":[[146,3]]},"650":{"position":[[72,3]]},"723":{"position":[[768,3],[826,3],[1345,3],[1415,3]]},"842":{"position":[[23,3]]},"930":{"position":[[197,3]]},"934":{"position":[[910,3],[1020,3],[1244,3],[1619,3]]},"938":{"position":[[197,3]]},"949":{"position":[[1333,3],[2105,3]]},"953":{"position":[[197,3]]},"963":{"position":[[197,3]]},"965":{"position":[[66,3],[1480,3]]},"975":{"position":[[750,3]]},"979":{"position":[[466,3],[1195,3]]},"985":{"position":[[193,3]]},"987":{"position":[[12,3]]},"999":{"position":[[202,3]]},"1010":{"position":[[213,3],[266,3]]},"1042":{"position":[[384,3]]}}}],["newcom",{"_index":1407,"t":{"1036":{"position":[[58,8]]}}}],["newli",{"_index":389,"t":{"97":{"position":[[41,5]]},"111":{"position":[[41,5]]},"146":{"position":[[59,5]]},"199":{"position":[[41,5]]},"347":{"position":[[41,5]]},"646":{"position":[[41,5]]},"656":{"position":[[41,5]]},"666":{"position":[[41,5]]},"852":{"position":[[41,5]]},"866":{"position":[[41,5]]},"878":{"position":[[41,5]]}}}],["newlin",{"_index":967,"t":{"918":{"position":[[123,8],[213,7],[408,8],[506,8]]}}}],["newrandomtoken",{"_index":914,"t":{"878":{"position":[[266,14]]}}}],["newus",{"_index":414,"t":{"142":{"position":[[103,7]]},"146":{"position":[[261,7]]},"151":{"position":[[102,7]]},"155":{"position":[[255,7]]},"160":{"position":[[103,7]]},"164":{"position":[[271,7]]},"169":{"position":[[90,7]]}}}],["next",{"_index":199,"t":{"10":{"position":[[481,4]]},"416":{"position":[[374,4],[464,4],[617,4],[795,4],[870,4]]},"719":{"position":[[393,4]]},"787":{"position":[[51,4]]},"908":{"position":[[189,4]]},"936":{"position":[[425,4]]},"949":{"position":[[1270,4]]},"957":{"position":[[189,4]]},"969":{"position":[[249,4]]},"971":{"position":[[231,4],[321,4],[474,4],[652,4],[727,4]]},"997":{"position":[[876,4]]}}}],["nextpagetoken",{"_index":408,"t":{"130":{"position":[[455,13]]},"132":{"position":[[518,13]]},"137":{"position":[[439,13]]},"227":{"position":[[407,13]]},"235":{"position":[[143,13]]},"243":{"position":[[92,13]]},"251":{"position":[[92,13]]},"440":{"position":[[435,13]]},"450":{"position":[[429,13]]},"460":{"position":[[238,13]]},"470":{"position":[[239,13]]},"770":{"position":[[213,13]]},"777":{"position":[[2025,13]]},"782":{"position":[[808,13]]},"787":{"position":[[1224,13]]},"792":{"position":[[469,13]]}}}],["node",{"_index":20,"t":{"2":{"position":[[269,5],[820,5]]},"10":{"position":[[1746,5]]},"12":{"position":[[82,5]]},"20":{"position":[[130,4],[223,4],[424,4],[450,4],[546,4],[750,4]]},"57":{"position":[[421,4],[514,4],[713,4],[739,4],[835,4],[1039,4],[1065,4],[1158,4],[1350,4],[1376,4],[1472,4],[1669,4]]},"764":{"position":[[275,4],[404,4]]},"766":{"position":[[641,4]]},"896":{"position":[[229,5]]},"926":{"position":[[720,4],[743,4]]},"959":{"position":[[761,5]]},"961":{"position":[[1609,5]]}}}],["non",{"_index":220,"t":{"10":{"position":[[1311,3]]},"293":{"position":[[49,3]]},"498":{"position":[[49,3]]},"755":{"position":[[49,3]]},"910":{"position":[[329,3]]},"932":{"position":[[1742,3]]},"959":{"position":[[326,3]]},"961":{"position":[[1174,3]]},"1076":{"position":[[1016,3]]}}}],["not_found",{"_index":479,"t":{"293":{"position":[[118,9],[219,9]]},"498":{"position":[[119,9],[220,9]]},"705":{"position":[[386,9],[526,9]]},"755":{"position":[[118,9],[219,9]]}}}],["note",{"_index":452,"t":{"227":{"position":[[284,4]]},"440":{"position":[[304,4]]},"536":{"position":[[480,4]]},"542":{"position":[[305,4]]},"546":{"position":[[103,4]]},"770":{"position":[[90,4]]},"932":{"position":[[1668,4]]},"936":{"position":[[1056,4]]},"949":{"position":[[467,4]]},"965":{"position":[[1312,4]]},"1003":{"position":[[106,4]]}}}],["notic",{"_index":149,"t":{"6":{"position":[[182,10]]},"985":{"position":[[428,6]]},"995":{"position":[[1874,6]]}}}],["notif",{"_index":57,"t":{"4":{"position":[[153,13]]}}}],["notifi",{"_index":58,"t":{"4":{"position":[[233,8],[604,6]]},"898":{"position":[[610,6]]},"934":{"position":[[825,6]]},"1068":{"position":[[550,8]]}}}],["notion",{"_index":927,"t":{"894":{"position":[[521,6]]},"898":{"position":[[57,6]]}}}],["now",{"_index":919,"t":{"894":{"position":[[179,3]]},"934":{"position":[[1968,3]]},"936":{"position":[[655,3]]},"979":{"position":[[184,3]]},"991":{"position":[[319,3]]},"993":{"position":[[334,3]]}}}],["number",{"_index":300,"t":{"33":{"position":[[93,6]]},"175":{"position":[[82,6]]},"183":{"position":[[51,6],[69,6],[155,6],[389,6],[465,6],[706,6],[794,6],[1046,6],[1147,6],[1399,6],[1500,6],[1752,6],[1853,6],[2105,6],[2201,6],[2504,6]]},"297":{"position":[[83,6]]},"305":{"position":[[50,6],[155,6],[396,6],[473,6],[709,6],[716,6],[790,6],[1108,6],[1410,6]]},"404":{"position":[[594,6]]},"552":{"position":[[107,6],[312,6]]},"614":{"position":[[111,6]]},"624":{"position":[[90,6]]},"632":{"position":[[29,6],[151,6],[392,6],[399,6],[473,6]]},"766":{"position":[[782,6]]},"898":{"position":[[1402,6]]},"912":{"position":[[655,7]]},"914":{"position":[[24,6],[636,6]]},"926":{"position":[[104,6],[121,6],[162,6],[186,6],[256,6],[444,6],[463,6],[487,6],[528,6]]},"1003":{"position":[[396,6],[606,6]]},"1051":{"position":[[543,6]]}}}],["number_of_byt",{"_index":488,"t":{"305":{"position":[[790,15]]},"632":{"position":[[473,15]]}}}],["number_of_daily_messag",{"_index":433,"t":{"183":{"position":[[2201,24]]},"305":{"position":[[1108,24]]}}}],["number_of_messag",{"_index":487,"t":{"305":{"position":[[473,18]]},"632":{"position":[[151,18]]}}}],["number_of_subscript",{"_index":429,"t":{"183":{"position":[[465,23],[794,23],[1147,23],[1500,23],[1853,23]]},"305":{"position":[[155,23]]}}}],["number_of_top",{"_index":421,"t":{"183":{"position":[[155,16]]}}}],["nw32zc",{"_index":1010,"t":{"932":{"position":[[1919,6]]}}}],["object",{"_index":507,"t":{"319":{"position":[[397,6]]},"331":{"position":[[428,6],[755,6]]},"345":{"position":[[38,6]]},"347":{"position":[[401,6]]},"359":{"position":[[85,6]]},"361":{"position":[[406,6]]},"760":{"position":[[347,6]]},"932":{"position":[[1025,6],[1101,6],[1282,6]]},"1026":{"position":[[2011,9]]}}}],["oblig",{"_index":1552,"t":{"1068":{"position":[[620,7],[774,11]]},"1070":{"position":[[468,10]]},"1074":{"position":[[882,10]]},"1076":{"position":[[929,9],[1318,11]]}}}],["obtain",{"_index":1327,"t":{"1026":{"position":[[449,6],[1283,6],[1522,6]]},"1065":{"position":[[440,8]]}}}],["occur",{"_index":167,"t":{"6":{"position":[[457,5]]},"1049":{"position":[[542,5]]}}}],["offic",{"_index":1314,"t":{"1024":{"position":[[397,8]]},"1032":{"position":[[289,7]]},"1034":{"position":[[112,7]]},"1068":{"position":[[513,7]]},"1076":{"position":[[366,7],[397,7],[420,7],[455,7]]}}}],["offici",{"_index":757,"t":{"717":{"position":[[150,8]]}}}],["offset",{"_index":99,"t":{"4":{"position":[[1083,6],[1583,6]]},"578":{"position":[[46,6]]},"580":{"position":[[66,7]]},"586":{"position":[[124,7]]},"594":{"position":[[25,6]]},"604":{"position":[[3,6]]},"608":{"position":[[34,6]]},"612":{"position":[[3,6]]},"614":{"position":[[86,6],[104,6]]},"618":{"position":[[3,6]]},"757":{"position":[[923,6]]},"936":{"position":[[169,6],[229,7],[364,6],[533,7],[608,6],[722,6],[871,7],[931,6],[1200,6]]},"940":{"position":[[17,7],[106,7]]},"942":{"position":[[92,7]]},"944":{"position":[[86,7]]}}}],["offset_config",{"_index":670,"t":{"614":{"position":[[86,13]]}}}],["oidc",{"_index":1434,"t":{"1040":{"position":[[165,4]]}}}],["ok",{"_index":265,"t":{"20":{"position":[[95,2]]},"29":{"position":[[90,2],[106,2]]},"43":{"position":[[124,2]]},"57":{"position":[[21,2]]},"71":{"position":[[91,2]]},"83":{"position":[[97,2]]},"97":{"position":[[84,2]]},"111":{"position":[[76,2]]},"123":{"position":[[27,2]]},"130":{"position":[[112,2]]},"137":{"position":[[96,2]]},"146":{"position":[[99,2]]},"155":{"position":[[93,2]]},"164":{"position":[[91,2]]},"171":{"position":[[30,2]]},"183":{"position":[[116,2]]},"199":{"position":[[83,2]]},"211":{"position":[[27,2]]},"223":{"position":[[91,2]]},"227":{"position":[[388,2]]},"235":{"position":[[21,2]]},"243":{"position":[[21,2]]},"251":{"position":[[21,2]]},"265":{"position":[[100,2]]},"277":{"position":[[81,2]]},"291":{"position":[[21,2]]},"305":{"position":[[118,2]]},"319":{"position":[[80,2]]},"331":{"position":[[96,2]]},"347":{"position":[[84,2]]},"361":{"position":[[78,2]]},"373":{"position":[[59,2]]},"387":{"position":[[21,2]]},"402":{"position":[[21,2]]},"436":{"position":[[135,2]]},"440":{"position":[[408,2]]},"450":{"position":[[21,2]]},"460":{"position":[[21,2]]},"470":{"position":[[21,2]]},"482":{"position":[[21,2]]},"496":{"position":[[21,2]]},"508":{"position":[[27,2]]},"524":{"position":[[27,2]]},"542":{"position":[[27,2]]},"558":{"position":[[4,2]]},"574":{"position":[[21,2]]},"590":{"position":[[27,2]]},"602":{"position":[[27,2]]},"620":{"position":[[27,2]]},"632":{"position":[[107,2]]},"646":{"position":[[84,2]]},"656":{"position":[[81,2]]},"666":{"position":[[81,2]]},"676":{"position":[[78,2]]},"688":{"position":[[76,2]]},"698":{"position":[[21,2]]},"713":{"position":[[21,2]]},"739":{"position":[[21,2]]},"753":{"position":[[21,2]]},"760":{"position":[[308,2]]},"770":{"position":[[194,2]]},"777":{"position":[[103,2]]},"782":{"position":[[100,2]]},"787":{"position":[[85,2]]},"792":{"position":[[126,2]]},"804":{"position":[[94,2]]},"816":{"position":[[94,2]]},"826":{"position":[[94,2]]},"838":{"position":[[94,2]]},"852":{"position":[[81,2]]},"866":{"position":[[84,2]]},"878":{"position":[[84,2]]},"890":{"position":[[63,2]]},"991":{"position":[[316,2]]},"993":{"position":[[331,2]]}}}],["older",{"_index":795,"t":{"757":{"position":[[572,5]]}}}],["on",{"_index":104,"t":{"4":{"position":[[1227,3],[1649,3]]},"8":{"position":[[730,3]]},"33":{"position":[[165,3]]},"351":{"position":[[62,3]]},"552":{"position":[[343,3],[450,3]]},"757":{"position":[[147,3]]},"894":{"position":[[597,3]]},"898":{"position":[[133,3],[1433,3],[1608,3]]},"904":{"position":[[282,3]]},"932":{"position":[[219,3],[408,3],[1460,3],[1776,3],[1864,3]]},"1003":{"position":[[637,3],[744,3]]},"1008":{"position":[[345,3]]},"1026":{"position":[[501,3]]},"1038":{"position":[[110,3]]},"1042":{"position":[[98,3],[394,3]]}}}],["onc",{"_index":142,"t":{"6":{"position":[[55,4]]}}}],["ongo",{"_index":1579,"t":{"1074":{"position":[[1204,7]]},"1076":{"position":[[1513,7]]}}}],["onlin",{"_index":950,"t":{"912":{"position":[[598,6]]},"1030":{"position":[[1707,6]]}}}],["op",{"_index":641,"t":{"534":{"position":[[173,3]]}}}],["open",{"_index":609,"t":{"426":{"position":[[482,4]]},"552":{"position":[[430,4]]},"898":{"position":[[1588,4]]},"1003":{"position":[[724,4]]}}}],["openid",{"_index":768,"t":{"719":{"position":[[487,6]]}}}],["oper",{"_index":251,"t":{"12":{"position":[[0,11]]},"14":{"position":[[28,11]]},"20":{"position":[[54,11]]},"47":{"position":[[48,11],[175,11]]},"57":{"position":[[367,11]]},"848":{"position":[[962,7]]},"926":{"position":[[671,11],[692,11]]},"969":{"position":[[178,9],[260,9]]},"995":{"position":[[1463,11]]},"1016":{"position":[[172,9]]},"1028":{"position":[[120,10]]},"1038":{"position":[[397,10],[508,10]]},"1047":{"position":[[752,11]]},"1049":{"position":[[0,10],[898,9]]},"1051":{"position":[[299,10]]},"1053":{"position":[[406,11]]},"1055":{"position":[[0,10],[327,11]]},"1058":{"position":[[463,11]]},"1060":{"position":[[0,10],[318,9]]},"1063":{"position":[[458,11]]},"1065":{"position":[[30,9],[259,9]]},"1070":{"position":[[664,11]]}}}],["operational_metr",{"_index":326,"t":{"47":{"position":[[48,19]]},"57":{"position":[[367,19]]}}}],["option",{"_index":106,"t":{"4":{"position":[[1254,6],[1701,8]]},"8":{"position":[[933,8]]},"10":{"position":[[1582,8]]},"37":{"position":[[72,8],[190,8],[286,8]]},"51":{"position":[[72,8],[190,8],[286,8]]},"552":{"position":[[483,10]]},"725":{"position":[[27,6]]},"764":{"position":[[574,8]]},"766":{"position":[[1126,10]]},"898":{"position":[[901,8],[1175,8],[1641,10]]},"912":{"position":[[91,8],[755,8]]},"918":{"position":[[468,8]]},"924":{"position":[[85,10]]},"932":{"position":[[1517,8]]},"959":{"position":[[597,8]]},"961":{"position":[[1445,8]]},"1003":{"position":[[777,10]]},"1010":{"position":[[179,6]]}}}],["order",{"_index":132,"t":{"4":{"position":[[1885,5]]},"8":{"position":[[451,5]]},"10":{"position":[[1888,5]]},"261":{"position":[[378,5]]},"377":{"position":[[332,5]]},"426":{"position":[[424,5]]},"546":{"position":[[152,5]]},"725":{"position":[[483,5]]},"757":{"position":[[632,5],[809,5]]},"904":{"position":[[3,5]]},"930":{"position":[[3,5]]},"932":{"position":[[349,5],[879,5]]},"934":{"position":[[1787,5]]},"938":{"position":[[3,5]]},"949":{"position":[[177,5]]},"953":{"position":[[3,5]]},"959":{"position":[[903,5]]},"961":{"position":[[1751,5]]},"963":{"position":[[3,5]]},"965":{"position":[[505,5]]},"977":{"position":[[720,5]]},"979":{"position":[[806,5]]},"991":{"position":[[3,5]]},"993":{"position":[[3,5]]},"999":{"position":[[3,5]]},"1003":{"position":[[155,5]]},"1005":{"position":[[41,5]]},"1008":{"position":[[251,5],[293,5]]},"1024":{"position":[[504,5],[574,5]]},"1038":{"position":[[239,6]]},"1042":{"position":[[137,5],[687,5]]},"1070":{"position":[[308,5]]}}}],["org",{"_index":896,"t":{"846":{"position":[[159,3]]},"852":{"position":[[367,3]]},"860":{"position":[[210,3]]},"866":{"position":[[376,3]]},"932":{"position":[[993,3]]}}}],["org1",{"_index":679,"t":{"642":{"position":[[131,4]]},"646":{"position":[[237,4]]}}}],["orga",{"_index":873,"t":{"777":{"position":[[729,4]]},"804":{"position":[[383,4]]},"816":{"position":[[383,4]]},"826":{"position":[[383,4]]},"838":{"position":[[383,4]]}}}],["organ",{"_index":365,"t":{"63":{"position":[[63,10]]},"642":{"position":[[115,12]]},"646":{"position":[[221,12]]},"656":{"position":[[220,12]]},"676":{"position":[[171,12]]},"684":{"position":[[30,12]]},"688":{"position":[[195,12]]},"777":{"position":[[713,12]]},"804":{"position":[[367,12]]},"816":{"position":[[367,12]]},"826":{"position":[[367,12]]},"838":{"position":[[367,12]]},"846":{"position":[[143,12]]},"852":{"position":[[351,12]]},"860":{"position":[[194,12]]},"866":{"position":[[360,12]]},"975":{"position":[[252,10]]},"1018":{"position":[[273,12]]},"1024":{"position":[[122,13],[216,13]]},"1028":{"position":[[424,12]]}}}],["organis",{"_index":1349,"t":{"1030":{"position":[[141,14]]},"1040":{"position":[[1441,8]]},"1044":{"position":[[42,14]]},"1047":{"position":[[307,14]]},"1049":{"position":[[563,14]]},"1051":{"position":[[511,14]]}}}],["organiz",{"_index":1300,"t":{"1020":{"position":[[197,14]]},"1058":{"position":[[228,14]]},"1068":{"position":[[14,14]]},"1070":{"position":[[14,14]]},"1074":{"position":[[153,14]]}}}],["orient",{"_index":26,"t":{"2":{"position":[[391,8]]},"900":{"position":[[176,8]]},"1040":{"position":[[560,8]]}}}],["origin",{"_index":1056,"t":{"949":{"position":[[588,8],[2365,8],[2499,8]]},"1018":{"position":[[390,6]]}}}],["os",{"_index":749,"t":{"715":{"position":[[169,2]]}}}],["otherwis",{"_index":760,"t":{"717":{"position":[[181,9]]},"1030":{"position":[[1285,9]]}}}],["out",{"_index":761,"t":{"717":{"position":[[206,3]]},"757":{"position":[[625,3]]},"1014":{"position":[[883,3]]},"1016":{"position":[[731,3]]},"1026":{"position":[[701,3],[1681,3]]},"1068":{"position":[[267,3],[717,3]]}}}],["outgo",{"_index":581,"t":{"414":{"position":[[97,8],[331,8]]},"536":{"position":[[456,8]]}}}],["output",{"_index":855,"t":{"764":{"position":[[759,6]]}}}],["outsid",{"_index":1543,"t":{"1065":{"position":[[465,7]]}}}],["over",{"_index":29,"t":{"2":{"position":[[442,4]]},"6":{"position":[[395,4]]},"900":{"position":[[227,4]]},"932":{"position":[[865,4]]},"1074":{"position":[[1004,4]]}}}],["owner",{"_index":606,"t":{"426":{"position":[[357,5]]},"965":{"position":[[475,5],[982,5],[1069,5]]},"1040":{"position":[[99,6]]}}}],["ownership",{"_index":536,"t":{"404":{"position":[[155,9]]},"420":{"position":[[51,9]]},"426":{"position":[[264,9],[444,9]]},"542":{"position":[[216,9]]},"965":{"position":[[271,9],[442,9],[569,9],[770,9],[904,9]]}}}],["p1",{"_index":618,"t":{"436":{"position":[[75,2],[170,2],[205,2]]}}}],["pace",{"_index":182,"t":{"8":{"position":[[822,4]]},"904":{"position":[[374,4]]}}}],["pack",{"_index":977,"t":{"918":{"position":[[340,4]]}}}],["packag",{"_index":1199,"t":{"1012":{"position":[[260,8]]}}}],["page",{"_index":989,"t":{"926":{"position":[[83,4]]},"1014":{"position":[[2129,5]]}}}],["pages",{"_index":453,"t":{"227":{"position":[[471,8],[503,8]]},"241":{"position":[[97,8]]},"249":{"position":[[97,8]]},"440":{"position":[[499,8],[531,8]]},"458":{"position":[[110,8]]},"468":{"position":[[110,8]]},"770":{"position":[[277,8],[309,8]]},"780":{"position":[[83,8]]},"785":{"position":[[83,8]]}}}],["pagetoken",{"_index":454,"t":{"227":{"position":[[488,9]]},"249":{"position":[[108,9]]},"440":{"position":[[516,9]]},"458":{"position":[[121,9]]},"770":{"position":[[294,9]]},"785":{"position":[[94,9]]}}}],["pagin",{"_index":446,"t":{"227":{"position":[[86,10]]},"440":{"position":[[93,10]]},"770":{"position":[[60,10]]}}}],["pair",{"_index":189,"t":{"8":{"position":[[1063,4]]},"912":{"position":[[165,5]]},"932":{"position":[[1536,4]]}}}],["paradigm",{"_index":39,"t":{"2":{"position":[[895,8]]},"8":{"position":[[25,8]]},"900":{"position":[[269,8]]}}}],["param",{"_index":807,"t":{"760":{"position":[[262,6]]}}}],["paramet",{"_index":351,"t":{"61":{"position":[[45,9]]},"536":{"position":[[242,10]]},"705":{"position":[[845,9],[989,10]]},"721":{"position":[[248,9],[526,9]]},"723":{"position":[[201,9]]},"725":{"position":[[558,9]]},"760":{"position":[[792,9]]},"764":{"position":[[0,9]]},"766":{"position":[[76,10],[147,10],[249,10],[1222,9]]},"820":{"position":[[103,9]]},"965":{"position":[[1300,10]]},"977":{"position":[[64,9],[108,9]]},"1003":{"position":[[364,10]]}}}],["parliament",{"_index":1236,"t":{"1014":{"position":[[478,10]]}}}],["pars",{"_index":1070,"t":{"949":{"position":[[1205,5],[1827,5]]}}}],["parti",{"_index":1261,"t":{"1014":{"position":[[1744,5]]},"1024":{"position":[[107,5]]},"1040":{"position":[[643,7]]},"1074":{"position":[[280,7]]},"1076":{"position":[[829,7]]}}}],["particip",{"_index":1108,"t":{"983":{"position":[[656,12],[748,11],[821,11]]},"995":{"position":[[1598,12]]}}}],["particular",{"_index":1245,"t":{"1014":{"position":[[818,10]]},"1030":{"position":[[620,10]]}}}],["partner",{"_index":1308,"t":{"1022":{"position":[[369,8],[473,8]]}}}],["pass",{"_index":806,"t":{"760":{"position":[[240,6]]},"914":{"position":[[457,6]]},"936":{"position":[[1159,6]]}}}],["password",{"_index":1139,"t":{"995":{"position":[[796,9]]},"1049":{"position":[[403,9],[637,8]]}}}],["path",{"_index":610,"t":{"426":{"position":[[506,4],[573,4]]},"540":{"position":[[80,4]]},"764":{"position":[[392,4],[448,4]]},"766":{"position":[[564,4]]}}}],["paus",{"_index":200,"t":{"10":{"position":[[549,6]]},"908":{"position":[[257,6]]},"957":{"position":[[257,6]]},"997":{"position":[[944,6]]}}}],["payload",{"_index":69,"t":{"4":{"position":[[442,7]]},"898":{"position":[[1083,7]]},"912":{"position":[[68,7],[674,7]]},"932":{"position":[[1690,7],[2303,7]]},"934":{"position":[[663,7]]},"949":{"position":[[1113,7],[1280,7],[1301,7],[1453,7],[1465,7],[1499,7],[1573,7],[1833,7],[2152,7]]}}}],["pend",{"_index":685,"t":{"646":{"position":[[339,7]]},"676":{"position":[[251,7]]},"688":{"position":[[275,7]]}}}],["per",{"_index":88,"t":{"4":{"position":[[781,3]]},"6":{"position":[[312,3]]},"33":{"position":[[50,3]]},"43":{"position":[[65,3]]},"305":{"position":[[1752,3]]},"404":{"position":[[633,3]]},"632":{"position":[[1062,3]]},"725":{"position":[[568,3]]},"762":{"position":[[428,3]]},"764":{"position":[[486,3],[525,3]]},"766":{"position":[[698,3],[723,3]]},"926":{"position":[[145,3],[366,3],[623,3],[712,3],[735,3],[787,3]]},"934":{"position":[[36,3]]},"977":{"position":[[486,3]]},"1001":{"position":[[58,3]]}}}],["per_resource_auth",{"_index":788,"t":{"725":{"position":[[568,17]]},"762":{"position":[[428,17]]},"764":{"position":[[486,17]]},"977":{"position":[[486,17]]}}}],["percentag",{"_index":269,"t":{"20":{"position":[[163,10],[348,10],[486,10],[671,10]]},"57":{"position":[[454,10],[637,10],[775,10],[960,10],[1098,10],[1274,10],[1412,10],[1590,10]]}}}],["perform",{"_index":152,"t":{"6":{"position":[[248,11]]},"10":{"position":[[1757,7]]},"959":{"position":[[772,7]]},"961":{"position":[[1620,7]]},"969":{"position":[[191,9],[273,9]]},"995":{"position":[[164,7]]},"1020":{"position":[[221,7]]},"1026":{"position":[[6,8]]},"1030":{"position":[[47,9]]},"1053":{"position":[[137,9]]},"1065":{"position":[[204,9]]}}}],["period",{"_index":567,"t":{"406":{"position":[[226,6]]},"408":{"position":[[359,6]]},"410":{"position":[[250,6]]},"412":{"position":[[224,6]]},"416":{"position":[[70,6]]},"532":{"position":[[170,6]]},"534":{"position":[[73,6]]},"536":{"position":[[235,6]]},"540":{"position":[[147,6]]},"914":{"position":[[446,6]]},"936":{"position":[[1148,6]]},"947":{"position":[[479,6]]},"965":{"position":[[1293,6]]},"969":{"position":[[78,12],[101,6],[400,6]]},"1016":{"position":[[865,6],[974,6]]},"1026":{"position":[[491,6]]},"1028":{"position":[[72,6]]},"1049":{"position":[[451,8]]},"1055":{"position":[[254,6]]},"1068":{"position":[[271,12]]},"1076":{"position":[[1429,12]]}}}],["permiss",{"_index":766,"t":{"719":{"position":[[155,11]]},"1049":{"position":[[805,10]]}}}],["person",{"_index":1152,"t":{"995":{"position":[[1374,8]]},"1014":{"position":[[554,7],[595,8],[989,8],[1375,8],[1778,8],[1906,8]]},"1016":{"position":[[33,8],[421,8],[480,8]]},"1018":{"position":[[209,8]]},"1020":{"position":[[4,8]]},"1022":{"position":[[123,7],[265,8],[309,7]]},"1024":{"position":[[65,8],[145,7],[285,8]]},"1026":{"position":[[128,8],[550,8],[651,8],[758,8],[975,8],[1109,8],[1329,8],[1796,8],[2052,8],[2269,8],[2294,6]]},"1028":{"position":[[4,8],[209,8],[264,8]]},"1030":{"position":[[18,8],[856,8],[920,8],[1614,8],[1747,8],[2150,8],[2225,8],[2245,8]]},"1032":{"position":[[135,8]]},"1044":{"position":[[211,8]]},"1047":{"position":[[646,7]]},"1049":{"position":[[93,7]]},"1051":{"position":[[166,8]]},"1053":{"position":[[19,8]]},"1055":{"position":[[52,8],[157,8]]},"1058":{"position":[[47,8],[120,7]]},"1060":{"position":[[102,8]]},"1063":{"position":[[23,8]]},"1065":{"position":[[130,8]]},"1072":{"position":[[113,8]]},"1074":{"position":[[23,8]]},"1076":{"position":[[868,8]]}}}],["personnel",{"_index":1304,"t":{"1022":{"position":[[183,9]]},"1047":{"position":[[382,9]]}}}],["physic",{"_index":1381,"t":{"1030":{"position":[[1482,8]]},"1047":{"position":[[31,8]]},"1051":{"position":[[322,8]]},"1053":{"position":[[163,10]]},"1065":{"position":[[160,8]]},"1068":{"position":[[562,8]]}}}],["pipelin",{"_index":514,"t":{"377":{"position":[[320,8]]},"934":{"position":[[1775,8]]}}}],["pki",{"_index":832,"t":{"762":{"position":[[341,3],[395,3]]},"766":{"position":[[405,3],[502,3]]},"977":{"position":[[399,3],[453,3]]}}}],["place",{"_index":648,"t":{"542":{"position":[[509,5]]},"965":{"position":[[1517,5]]},"1008":{"position":[[284,5]]},"1014":{"position":[[756,5]]},"1028":{"position":[[242,5]]},"1030":{"position":[[837,5]]},"1060":{"position":[[287,5]]},"1065":{"position":[[459,5]]}}}],["plain",{"_index":30,"t":{"2":{"position":[[447,5]]},"426":{"position":[[1130,5]]},"900":{"position":[[232,5]]}}}],["platform",{"_index":1443,"t":{"1040":{"position":[[844,9]]}}}],["pleas",{"_index":286,"t":{"22":{"position":[[0,6]]},"31":{"position":[[0,6]]},"45":{"position":[[0,6]]},"59":{"position":[[0,6]]},"73":{"position":[[0,6]]},"85":{"position":[[0,6]]},"99":{"position":[[0,6]]},"113":{"position":[[0,6]]},"125":{"position":[[0,6]]},"139":{"position":[[0,6]]},"148":{"position":[[0,6]]},"157":{"position":[[0,6]]},"166":{"position":[[0,6]]},"173":{"position":[[0,6]]},"185":{"position":[[0,6]]},"201":{"position":[[0,6]]},"213":{"position":[[0,6]]},"225":{"position":[[0,6]]},"253":{"position":[[0,6]]},"267":{"position":[[0,6]]},"279":{"position":[[0,6]]},"295":{"position":[[0,6]]},"307":{"position":[[0,6]]},"321":{"position":[[0,6]]},"333":{"position":[[0,6]]},"349":{"position":[[0,6]]},"363":{"position":[[0,6]]},"375":{"position":[[0,6]]},"389":{"position":[[0,6]]},"418":{"position":[[0,6]]},"428":{"position":[[0,6]]},"438":{"position":[[0,6]]},"472":{"position":[[0,6]]},"484":{"position":[[0,6]]},"498":{"position":[[235,6]]},"510":{"position":[[0,6]]},"526":{"position":[[0,6]]},"544":{"position":[[0,6]]},"560":{"position":[[0,6]]},"576":{"position":[[0,6]]},"592":{"position":[[0,6]]},"606":{"position":[[0,6]]},"622":{"position":[[0,6]]},"634":{"position":[[0,6]]},"648":{"position":[[0,6]]},"658":{"position":[[0,6]]},"668":{"position":[[0,6]]},"678":{"position":[[0,6]]},"690":{"position":[[0,6]]},"700":{"position":[[0,6]]},"727":{"position":[[0,6]]},"729":{"position":[[0,6]]},"741":{"position":[[0,6]]},"755":{"position":[[234,6]]},"794":{"position":[[0,6]]},"806":{"position":[[0,6]]},"818":{"position":[[0,6]]},"828":{"position":[[0,6]]},"840":{"position":[[0,6]]},"854":{"position":[[0,6]]},"868":{"position":[[0,6]]},"880":{"position":[[0,6]]},"892":{"position":[[0,6]]},"926":{"position":[[65,6]]},"1030":{"position":[[2199,6]]}}}],["point",{"_index":792,"t":{"757":{"position":[[230,5],[289,5]]},"1038":{"position":[[946,5]]}}}],["polici",{"_index":584,"t":{"416":{"position":[[57,6],[175,6],[271,6]]},"967":{"position":[[33,8]]},"969":{"position":[[26,6],[387,6]]},"971":{"position":[[32,6],[128,6]]},"995":{"position":[[238,8]]},"1014":{"position":[[729,8],[1499,6]]},"1018":{"position":[[181,6]]},"1047":{"position":[[722,6]]},"1049":{"position":[[849,6]]},"1053":{"position":[[466,8]]},"1055":{"position":[[387,8]]},"1058":{"position":[[523,8]]},"1060":{"position":[[587,6]]},"1063":{"position":[[430,6]]},"1065":{"position":[[511,6]]},"1070":{"position":[[746,8]]},"1072":{"position":[[202,6]]},"1076":{"position":[[122,8]]}}}],["popul",{"_index":770,"t":{"721":{"position":[[42,9]]},"723":{"position":[[41,9]]}}}],["port",{"_index":613,"t":{"426":{"position":[[593,4]]},"762":{"position":[[209,4]]},"764":{"position":[[59,4],[68,4],[299,4]]},"766":{"position":[[768,4],[777,4]]},"949":{"position":[[729,4]]},"977":{"position":[[267,4]]}}}],["portabl",{"_index":1326,"t":{"1026":{"position":[[346,11],[1730,11]]}}}],["portal",{"_index":759,"t":{"717":{"position":[[173,6]]},"1038":{"position":[[408,6],[519,6],[822,6]]},"1040":{"position":[[29,6],[522,6]]}}}],["possibl",{"_index":290,"t":{"22":{"position":[[42,8]]},"31":{"position":[[42,8]]},"45":{"position":[[42,8]]},"59":{"position":[[42,8]]},"73":{"position":[[42,8]]},"85":{"position":[[42,8]]},"99":{"position":[[42,8]]},"113":{"position":[[42,8]]},"125":{"position":[[42,8]]},"139":{"position":[[42,8]]},"148":{"position":[[42,8]]},"157":{"position":[[42,8]]},"166":{"position":[[42,8]]},"173":{"position":[[42,8]]},"185":{"position":[[42,8]]},"201":{"position":[[42,8]]},"213":{"position":[[42,8]]},"225":{"position":[[42,8]]},"253":{"position":[[42,8]]},"267":{"position":[[42,8]]},"279":{"position":[[42,8]]},"295":{"position":[[42,8]]},"307":{"position":[[42,8]]},"321":{"position":[[42,8]]},"333":{"position":[[42,8]]},"349":{"position":[[42,8]]},"363":{"position":[[42,8]]},"375":{"position":[[42,8]]},"389":{"position":[[42,8]]},"418":{"position":[[42,8]]},"428":{"position":[[42,8]]},"438":{"position":[[42,8]]},"472":{"position":[[42,8]]},"484":{"position":[[42,8]]},"498":{"position":[[277,8]]},"510":{"position":[[42,8]]},"526":{"position":[[42,8]]},"544":{"position":[[42,8]]},"560":{"position":[[42,8]]},"576":{"position":[[42,8]]},"592":{"position":[[42,8]]},"606":{"position":[[42,8]]},"622":{"position":[[42,8]]},"634":{"position":[[42,8]]},"648":{"position":[[42,8]]},"658":{"position":[[42,8]]},"668":{"position":[[42,8]]},"678":{"position":[[42,8]]},"690":{"position":[[42,8]]},"700":{"position":[[42,8]]},"705":{"position":[[34,8]]},"719":{"position":[[543,8]]},"741":{"position":[[42,8]]},"755":{"position":[[276,8]]},"794":{"position":[[42,8]]},"806":{"position":[[42,8]]},"818":{"position":[[42,8]]},"828":{"position":[[42,8]]},"840":{"position":[[42,8]]},"854":{"position":[[42,8]]},"868":{"position":[[42,8]]},"880":{"position":[[42,8]]},"892":{"position":[[42,8]]},"936":{"position":[[133,8],[599,8]]},"979":{"position":[[135,8],[1253,8]]},"981":{"position":[[590,8]]},"983":{"position":[[1268,8]]},"985":{"position":[[554,8]]},"987":{"position":[[513,8]]},"989":{"position":[[1451,8]]},"1042":{"position":[[729,8]]},"1047":{"position":[[516,8]]},"1055":{"position":[[181,8]]},"1060":{"position":[[34,8]]},"1076":{"position":[[221,8]]}}}],["post",{"_index":385,"t":{"87":{"position":[[70,4]]},"89":{"position":[[0,4]]},"95":{"position":[[8,4]]},"142":{"position":[[8,4]]},"160":{"position":[[8,4]]},"169":{"position":[[8,4]]},"255":{"position":[[97,4]]},"257":{"position":[[0,4]]},"259":{"position":[[37,4],[70,4]]},"263":{"position":[[8,4]]},"283":{"position":[[0,4]]},"289":{"position":[[8,4]]},"339":{"position":[[0,4]]},"343":{"position":[[8,4]]},"379":{"position":[[0,4]]},"383":{"position":[[8,4]]},"426":{"position":[[8,4]]},"488":{"position":[[0,4]]},"494":{"position":[[8,4]]},"514":{"position":[[0,4]]},"520":{"position":[[8,4]]},"530":{"position":[[0,4]]},"538":{"position":[[8,4]]},"546":{"position":[[71,4]]},"548":{"position":[[0,4]]},"554":{"position":[[8,4]]},"564":{"position":[[0,4]]},"570":{"position":[[8,4]]},"610":{"position":[[0,4]]},"616":{"position":[[8,4]]},"640":{"position":[[0,4]]},"644":{"position":[[8,4]]},"652":{"position":[[0,4]]},"654":{"position":[[8,4]]},"662":{"position":[[0,4]]},"664":{"position":[[8,4]]},"705":{"position":[[145,4],[489,4],[627,4],[706,4],[740,4],[827,4],[902,4],[970,4],[1040,4]]},"723":{"position":[[1004,4],[1622,4],[1760,4]]},"737":{"position":[[8,4]]},"745":{"position":[[0,4]]},"757":{"position":[[818,4]]},"760":{"position":[[257,4]]},"844":{"position":[[0,4]]},"850":{"position":[[13,4]]},"864":{"position":[[13,4]]},"872":{"position":[[0,4]]},"876":{"position":[[8,4]]},"979":{"position":[[538,4],[615,4]]},"981":{"position":[[106,4],[206,4]]},"983":{"position":[[269,4],[372,4],[507,4]]},"987":{"position":[[213,4]]},"989":{"position":[[271,4],[364,4],[857,4],[949,4]]},"991":{"position":[[123,4],[235,4]]},"993":{"position":[[134,4],[251,4]]},"1014":{"position":[[1591,6]]}}}],["postdata",{"_index":387,"t":{"95":{"position":[[53,8]]},"109":{"position":[[52,8]]},"142":{"position":[[53,8]]},"151":{"position":[[52,8]]},"160":{"position":[[53,8]]},"263":{"position":[[53,8]]},"289":{"position":[[53,8]]},"343":{"position":[[52,8]]},"357":{"position":[[51,8]]},"383":{"position":[[52,8]]},"494":{"position":[[54,8]]},"520":{"position":[[53,8]]},"538":{"position":[[53,8]]},"554":{"position":[[53,8]]},"570":{"position":[[53,8]]},"586":{"position":[[52,8]]},"616":{"position":[[53,8]]},"737":{"position":[[53,8]]},"850":{"position":[[58,8]]}}}],["power",{"_index":1473,"t":{"1047":{"position":[[191,5]]}}}],["practic",{"_index":1380,"t":{"1030":{"position":[[1461,9],[1589,9]]}}}],["precaut",{"_index":1471,"t":{"1047":{"position":[[145,11]]}}}],["preconfigur",{"_index":211,"t":{"10":{"position":[[1077,13]]},"910":{"position":[[95,13]]},"959":{"position":[[92,13]]},"961":{"position":[[940,13]]}}}],["predefin",{"_index":812,"t":{"760":{"position":[[555,10]]},"848":{"position":[[325,10]]},"934":{"position":[[78,10]]},"1038":{"position":[[438,10]]}}}],["presenc",{"_index":769,"t":{"721":{"position":[[28,8]]},"723":{"position":[[27,8]]}}}],["present",{"_index":449,"t":{"227":{"position":[[238,7]]},"440":{"position":[[250,7]]},"1014":{"position":[[1491,7],[1955,7]]},"1022":{"position":[[563,7]]},"1036":{"position":[[165,13],[215,10]]}}}],["preserv",{"_index":1149,"t":{"995":{"position":[[1283,9]]}}}],["prevent",{"_index":650,"t":{"552":{"position":[[175,7],[537,7]]},"898":{"position":[[1695,7]]},"924":{"position":[[139,7]]},"1003":{"position":[[464,7],[831,7]]},"1030":{"position":[[1513,7]]},"1047":{"position":[[622,10]]},"1049":{"position":[[26,10]]},"1065":{"position":[[107,10]]},"1070":{"position":[[260,10]]}}}],["previou",{"_index":122,"t":{"4":{"position":[[1504,8]]}}}],["primarili",{"_index":1453,"t":{"1042":{"position":[[36,9]]}}}],["principl",{"_index":1564,"t":{"1072":{"position":[[49,10],[219,10]]}}}],["prior",{"_index":1161,"t":{"995":{"position":[[1868,5]]},"1074":{"position":[[400,5]]}}}],["privaci",{"_index":1229,"t":{"1014":{"position":[[326,7],[697,7],[786,7],[860,7],[1220,7],[1393,7],[1671,7]]},"1020":{"position":[[141,7]]},"1022":{"position":[[510,7],[571,7]]},"1030":{"position":[[1807,7],[2413,7]]},"1032":{"position":[[51,7]]},"1072":{"position":[[231,7]]}}}],["privat",{"_index":837,"t":{"762":{"position":[[403,7]]},"764":{"position":[[474,7]]},"766":{"position":[[510,7]]},"977":{"position":[[461,7]]},"995":{"position":[[772,7]]},"1030":{"position":[[1001,7]]},"1049":{"position":[[712,7]]},"1058":{"position":[[274,7]]}}}],["privileg",{"_index":1493,"t":{"1049":{"position":[[250,9]]}}}],["problem",{"_index":958,"t":{"916":{"position":[[31,8]]},"920":{"position":[[31,8]]},"1016":{"position":[[237,8]]}}}],["problemat",{"_index":811,"t":{"760":{"position":[[480,11]]}}}],["procedur",{"_index":1244,"t":{"1014":{"position":[[742,10]]},"1070":{"position":[[520,9]]}}}],["process",{"_index":218,"t":{"10":{"position":[[1239,9]]},"377":{"position":[[78,7]]},"420":{"position":[[26,7]]},"542":{"position":[[489,7]]},"719":{"position":[[22,7],[127,7]]},"910":{"position":[[257,9]]},"934":{"position":[[1533,7]]},"949":{"position":[[72,7],[313,9]]},"951":{"position":[[422,7]]},"959":{"position":[[254,9]]},"961":{"position":[[422,7],[1102,9]]},"965":{"position":[[1497,7]]},"997":{"position":[[422,7]]},"1008":{"position":[[257,10],[332,9]]},"1014":{"position":[[581,10],[947,9],[1361,10],[1795,10]]},"1016":{"position":[[19,9],[455,9],[900,10]]},"1020":{"position":[[33,9]]},"1022":{"position":[[241,10]]},"1026":{"position":[[83,10],[305,10],[597,9],[783,10],[1049,10],[1357,9],[1478,10],[1568,10]]},"1030":{"position":[[4,10],[352,10],[1450,10]]},"1038":{"position":[[732,9]]},"1044":{"position":[[200,10]]},"1049":{"position":[[42,10]]},"1051":{"position":[[54,10],[254,10]]},"1053":{"position":[[73,9]]},"1060":{"position":[[169,10]]},"1065":{"position":[[280,7]]},"1068":{"position":[[354,10],[742,9]]},"1070":{"position":[[127,7],[331,7]]},"1074":{"position":[[37,9],[83,9],[662,10],[699,10],[791,10]]},"1076":{"position":[[1114,10],[1204,10]]}}}],["processor",{"_index":1228,"t":{"1014":{"position":[[231,9],[267,9],[1725,9]]}}}],["prod",{"_index":1011,"t":{"932":{"position":[[1938,4]]}}}],["produc",{"_index":786,"t":{"725":{"position":[[142,9],[249,9]]}}}],["product",{"_index":1192,"t":{"1010":{"position":[[594,10]]},"1053":{"position":[[242,7],[391,7]]},"1065":{"position":[[248,10]]},"1076":{"position":[[168,8]]}}}],["profil",{"_index":894,"t":{"822":{"position":[[15,7]]},"824":{"position":[[72,7]]}}}],["progress",{"_index":183,"t":{"8":{"position":[[838,8]]},"10":{"position":[[456,11],[556,11]]},"904":{"position":[[390,8]]},"908":{"position":[[164,11],[264,11]]},"957":{"position":[[164,11],[264,11]]},"997":{"position":[[851,11],[951,11]]}}}],["prohibit",{"_index":1356,"t":{"1030":{"position":[[289,10]]}}}],["project",{"_index":297,"t":{"33":{"position":[[54,7],[176,7]]},"37":{"position":[[36,8],[154,8],[237,8],[253,8],[323,8]]},"41":{"position":[[120,8]]},"43":{"position":[[69,7],[130,8],[146,7],[220,7]]},"47":{"position":[[120,8],[142,7]]},"51":{"position":[[36,8],[154,8],[237,8],[253,8],[323,8]]},"55":{"position":[[119,8]]},"57":{"position":[[43,8],[65,8],[81,7]]},"63":{"position":[[32,7]]},"65":{"position":[[33,8]]},"67":{"position":[[9,8]]},"69":{"position":[[66,8]]},"71":{"position":[[61,8],[97,8],[121,7],[256,7],[279,7],[414,7],[575,7]]},"75":{"position":[[48,7]]},"77":{"position":[[9,8],[19,7]]},"79":{"position":[[0,7],[26,7]]},"81":{"position":[[66,8]]},"83":{"position":[[68,7],[249,7]]},"87":{"position":[[27,7],[50,7]]},"89":{"position":[[10,8],[20,7]]},"91":{"position":[[0,7],[26,7]]},"95":{"position":[[80,8],[89,7]]},"97":{"position":[[55,7],[237,7]]},"101":{"position":[[75,7]]},"103":{"position":[[9,8],[19,7]]},"105":{"position":[[0,7],[26,7]]},"107":{"position":[[14,7]]},"109":{"position":[[79,8],[88,7]]},"111":{"position":[[239,7]]},"115":{"position":[[32,7]]},"117":{"position":[[12,8],[22,7]]},"119":{"position":[[0,7],[26,7]]},"121":{"position":[[69,8]]},"128":{"position":[[66,8]]},"130":{"position":[[83,7],[179,8],[195,7]]},"132":{"position":[[15,7],[66,7],[248,8],[264,7]]},"135":{"position":[[66,8]]},"137":{"position":[[163,8],[179,7]]},"142":{"position":[[80,8]]},"144":{"position":[[3,8],[19,7]]},"146":{"position":[[153,8],[169,7]]},"151":{"position":[[79,8]]},"153":{"position":[[3,8],[19,7]]},"155":{"position":[[147,8],[163,7]]},"160":{"position":[[80,8]]},"164":{"position":[[145,8],[161,7]]},"169":{"position":[[67,8]]},"175":{"position":[[63,7]]},"177":{"position":[[9,8],[19,7]]},"179":{"position":[[0,7],[26,7]]},"181":{"position":[[59,8]]},"183":{"position":[[25,8],[147,7],[241,7],[432,7],[457,7],[558,7],[756,7],[781,7],[887,7],[1109,7],[1134,7],[1240,7],[1462,7],[1487,7],[1593,7],[1815,7],[1840,7],[1946,7],[2168,7],[2193,7],[2295,7],[2556,7]]},"187":{"position":[[242,7]]},"189":{"position":[[64,7]]},"191":{"position":[[9,8],[19,7]]},"195":{"position":[[0,7],[26,7]]},"197":{"position":[[66,8]]},"199":{"position":[[97,8]]},"203":{"position":[[44,7]]},"205":{"position":[[12,8],[22,7]]},"207":{"position":[[0,7],[26,7]]},"209":{"position":[[75,8]]},"215":{"position":[[46,7]]},"217":{"position":[[9,8],[19,7]]},"219":{"position":[[0,7],[26,7]]},"221":{"position":[[59,8]]},"223":{"position":[[105,8]]},"227":{"position":[[57,7],[172,7]]},"229":{"position":[[9,8],[19,7]]},"231":{"position":[[0,7],[26,7]]},"233":{"position":[[59,8]]},"235":{"position":[[49,7],[100,7]]},"237":{"position":[[9,8],[19,7]]},"239":{"position":[[0,7],[26,7]]},"241":{"position":[[59,8]]},"243":{"position":[[49,7]]},"245":{"position":[[9,8],[19,7]]},"247":{"position":[[0,7],[26,7]]},"249":{"position":[[59,8]]},"251":{"position":[[49,7]]},"257":{"position":[[10,8],[20,7]]},"259":{"position":[[0,7],[26,7]]},"263":{"position":[[80,8]]},"271":{"position":[[9,8],[19,7]]},"273":{"position":[[0,7],[26,7]]},"275":{"position":[[59,8]]},"283":{"position":[[10,8],[20,7]]},"285":{"position":[[0,7],[26,7]]},"289":{"position":[[80,8]]},"293":{"position":[[69,7]]},"299":{"position":[[9,8],[19,7]]},"301":{"position":[[0,7],[26,7]]},"303":{"position":[[59,8]]},"311":{"position":[[57,7]]},"313":{"position":[[9,8],[19,7]]},"315":{"position":[[0,7],[26,7]]},"317":{"position":[[67,8],[76,7]]},"319":{"position":[[142,8],[151,7]]},"323":{"position":[[51,7]]},"325":{"position":[[9,8],[19,7]]},"327":{"position":[[0,7],[26,7]]},"329":{"position":[[67,8],[76,7]]},"331":{"position":[[66,7],[173,8],[182,7],[500,8],[509,7]]},"339":{"position":[[10,8],[20,7]]},"341":{"position":[[0,7],[26,7]]},"343":{"position":[[81,8],[90,7]]},"347":{"position":[[146,8],[155,7]]},"353":{"position":[[9,8],[19,7]]},"355":{"position":[[0,7],[26,7]]},"357":{"position":[[79,8],[88,7]]},"359":{"position":[[27,8],[36,7]]},"361":{"position":[[140,8],[149,7]]},"367":{"position":[[12,8],[22,7]]},"369":{"position":[[0,7],[26,7]]},"371":{"position":[[69,8],[78,7]]},"379":{"position":[[10,8],[20,7]]},"381":{"position":[[0,7],[26,7]]},"383":{"position":[[80,8],[89,7]]},"392":{"position":[[45,7]]},"394":{"position":[[8,8],[18,7]]},"396":{"position":[[0,7],[26,7]]},"398":{"position":[[79,8]]},"400":{"position":[[12,8]]},"402":{"position":[[35,8],[93,8]]},"404":{"position":[[1077,8],[1434,8],[1645,8]]},"406":{"position":[[12,8]]},"408":{"position":[[11,8],[69,8]]},"410":{"position":[[12,8]]},"412":{"position":[[11,8],[69,8]]},"422":{"position":[[8,8],[18,7]]},"424":{"position":[[0,7],[26,7]]},"426":{"position":[[31,8]]},"432":{"position":[[8,8],[18,7]]},"434":{"position":[[0,7],[26,7]]},"436":{"position":[[66,8],[161,8],[196,8]]},"440":{"position":[[64,7],[177,7]]},"442":{"position":[[42,7]]},"444":{"position":[[8,8],[18,7]]},"446":{"position":[[0,7],[26,7]]},"448":{"position":[[66,8]]},"450":{"position":[[55,8],[113,8],[246,8],[305,8]]},"452":{"position":[[38,7]]},"454":{"position":[[8,8],[18,7]]},"456":{"position":[[0,7],[26,7]]},"458":{"position":[[66,8]]},"460":{"position":[[55,8],[113,8]]},"462":{"position":[[38,7]]},"464":{"position":[[8,8],[18,7]]},"466":{"position":[[0,7],[26,7]]},"468":{"position":[[66,8]]},"470":{"position":[[55,8],[114,8]]},"476":{"position":[[8,8],[18,7]]},"478":{"position":[[0,7],[26,7]]},"480":{"position":[[59,8]]},"488":{"position":[[10,8],[20,7]]},"490":{"position":[[0,7],[26,7]]},"494":{"position":[[83,8]]},"498":{"position":[[69,7]]},"500":{"position":[[41,7]]},"502":{"position":[[11,8],[21,7]]},"504":{"position":[[0,7],[26,7]]},"506":{"position":[[67,8]]},"514":{"position":[[9,8],[19,7]]},"518":{"position":[[0,7],[26,7]]},"520":{"position":[[79,8]]},"530":{"position":[[9,8],[19,7]]},"536":{"position":[[0,7],[26,7]]},"538":{"position":[[78,8]]},"546":{"position":[[56,7]]},"548":{"position":[[9,8],[19,7]]},"552":{"position":[[0,7],[26,7]]},"554":{"position":[[79,8]]},"564":{"position":[[9,8],[19,7]]},"568":{"position":[[0,7],[26,7]]},"570":{"position":[[78,8]]},"580":{"position":[[8,8],[18,7]]},"584":{"position":[[0,7],[26,7]]},"586":{"position":[[78,8]]},"596":{"position":[[8,8],[18,7]]},"598":{"position":[[0,7],[26,7]]},"600":{"position":[[65,8]]},"610":{"position":[[9,8],[19,7]]},"614":{"position":[[0,7],[26,7]]},"616":{"position":[[79,8]]},"626":{"position":[[9,8],[19,7]]},"628":{"position":[[0,7],[26,7]]},"630":{"position":[[59,8]]},"656":{"position":[[135,8]]},"721":{"position":[[175,7],[303,7],[311,7]]},"723":{"position":[[569,7],[593,8],[602,7],[697,8],[706,7],[794,8],[803,7],[902,8],[911,7],[1010,8],[1019,7],[1113,7],[1137,8],[1146,7],[1262,8],[1271,7],[1378,8],[1387,7],[1505,8],[1514,7],[1628,8],[1637,7],[1766,8],[1775,7]]},"725":{"position":[[459,7]]},"733":{"position":[[8,8],[18,7]]},"735":{"position":[[0,7],[26,7]]},"737":{"position":[[79,8]]},"745":{"position":[[9,8],[19,7]]},"747":{"position":[[0,7],[26,7]]},"751":{"position":[[58,8]]},"755":{"position":[[69,7]]},"760":{"position":[[167,8]]},"764":{"position":[[650,8]]},"777":{"position":[[170,8],[186,7],[494,8],[510,7],[953,8],[969,7],[1341,8],[1357,7],[1703,8],[1719,7]]},"782":{"position":[[167,8],[183,7],[491,8],[507,7]]},"787":{"position":[[152,8],[168,7],[540,8],[556,7],[902,8],[918,7]]},"790":{"position":[[83,7]]},"792":{"position":[[91,7],[193,8],[209,7]]},"804":{"position":[[148,8],[164,7]]},"816":{"position":[[148,8],[164,7]]},"826":{"position":[[148,8],[164,7]]},"838":{"position":[[148,8],[164,7]]},"842":{"position":[[37,7]]},"846":{"position":[[3,8],[19,7],[49,7]]},"848":{"position":[[28,8],[48,8],[103,8],[243,8],[336,7],[368,7],[402,7],[460,7],[1027,8],[1110,8]]},"850":{"position":[[85,8]]},"852":{"position":[[135,8],[151,7],[181,7]]},"860":{"position":[[51,8],[67,7],[98,7]]},"862":{"position":[[28,8],[48,8],[103,8],[243,8]]},"864":{"position":[[83,8]]},"866":{"position":[[55,7],[138,8],[154,7],[185,7]]},"876":{"position":[[67,8]]},"878":{"position":[[55,7],[138,8],[154,7],[184,7]]},"888":{"position":[[69,8]]},"894":{"position":[[532,8],[583,8]]},"898":{"position":[[17,7],[68,8],[119,8],[314,7],[508,7]]},"926":{"position":[[0,7],[49,7],[88,7],[149,7],[791,7]]},"930":{"position":[[201,7]]},"934":{"position":[[929,7]]},"938":{"position":[[201,7]]},"947":{"position":[[328,8]]},"949":{"position":[[788,7],[824,7],[880,7],[893,7]]},"953":{"position":[[201,7]]},"963":{"position":[[201,7]]},"965":{"position":[[88,7]]},"975":{"position":[[204,7],[213,7],[314,7],[354,7],[412,7],[603,7],[775,7]]},"977":{"position":[[679,8]]},"979":{"position":[[394,8],[852,8]]},"981":{"position":[[68,7],[128,8],[248,7],[438,7],[475,7],[570,8],[611,8]]},"983":{"position":[[49,8],[72,7],[94,7],[193,7],[215,7],[424,8],[437,7],[463,7],[540,8],[599,7],[634,7],[731,7],[772,8],[836,7],[871,7],[903,8],[919,7],[949,7]]},"985":{"position":[[89,7],[101,7],[242,7],[293,8],[395,8]]},"987":{"position":[[65,7],[127,8],[235,8],[293,8],[341,8]]},"989":{"position":[[10,7],[214,7],[420,8],[433,7],[501,8],[517,7],[1004,8],[1017,7],[1084,8],[1100,7]]},"991":{"position":[[145,8]]},"993":{"position":[[156,8]]},"999":{"position":[[206,7]]},"1003":{"position":[[79,7]]},"1010":{"position":[[270,7]]},"1012":{"position":[[140,7]]},"1053":{"position":[[383,7]]}}}],["project_1",{"_index":370,"t":{"71":{"position":[[121,9]]}}}],["project_2",{"_index":381,"t":{"71":{"position":[[279,9]]}}}],["project_a",{"_index":779,"t":{"723":{"position":[[602,9],[706,9],[803,9],[911,9],[1019,9],[1146,9],[1271,9],[1387,9],[1514,9],[1637,9],[1775,9]]}}}],["project_admin",{"_index":327,"t":{"47":{"position":[[142,13]]},"132":{"position":[[15,13]]},"846":{"position":[[49,13]]},"848":{"position":[[368,13],[402,13]]},"852":{"position":[[181,13]]},"860":{"position":[[98,13]]},"866":{"position":[[185,13]]},"878":{"position":[[184,13]]},"975":{"position":[[314,13],[354,13]]},"983":{"position":[[94,13],[193,13],[463,13],[871,13],[949,13]]},"985":{"position":[[101,13]]}}}],["project_nam",{"_index":384,"t":{"77":{"position":[[19,12]]},"79":{"position":[[0,12]]},"87":{"position":[[50,12]]},"89":{"position":[[20,12]]},"91":{"position":[[0,12]]},"103":{"position":[[19,12]]},"105":{"position":[[0,12]]},"117":{"position":[[22,12]]},"119":{"position":[[0,12]]},"177":{"position":[[19,12]]},"179":{"position":[[0,12]]},"191":{"position":[[19,12]]},"195":{"position":[[0,12]]},"205":{"position":[[22,12]]},"207":{"position":[[0,12]]},"217":{"position":[[19,12]]},"219":{"position":[[0,12]]},"229":{"position":[[19,12]]},"231":{"position":[[0,12]]},"237":{"position":[[19,12]]},"239":{"position":[[0,12]]},"245":{"position":[[19,12]]},"247":{"position":[[0,12]]},"257":{"position":[[20,12]]},"259":{"position":[[0,12]]},"271":{"position":[[19,12]]},"273":{"position":[[0,12]]},"283":{"position":[[20,12]]},"285":{"position":[[0,12]]},"299":{"position":[[19,12]]},"301":{"position":[[0,12]]},"313":{"position":[[19,12]]},"315":{"position":[[0,12]]},"325":{"position":[[19,12]]},"327":{"position":[[0,12]]},"339":{"position":[[20,12]]},"341":{"position":[[0,12]]},"353":{"position":[[19,12]]},"355":{"position":[[0,12]]},"367":{"position":[[22,12]]},"369":{"position":[[0,12]]},"379":{"position":[[20,12]]},"381":{"position":[[0,12]]},"394":{"position":[[18,12]]},"396":{"position":[[0,12]]},"422":{"position":[[18,12]]},"424":{"position":[[0,12]]},"432":{"position":[[18,12]]},"434":{"position":[[0,12]]},"444":{"position":[[18,12]]},"446":{"position":[[0,12]]},"454":{"position":[[18,12]]},"456":{"position":[[0,12]]},"464":{"position":[[18,12]]},"466":{"position":[[0,12]]},"476":{"position":[[18,12]]},"478":{"position":[[0,12]]},"488":{"position":[[20,12]]},"490":{"position":[[0,12]]},"502":{"position":[[21,12]]},"504":{"position":[[0,12]]},"514":{"position":[[19,12]]},"518":{"position":[[0,12]]},"530":{"position":[[19,12]]},"536":{"position":[[0,12]]},"548":{"position":[[19,12]]},"552":{"position":[[0,12]]},"564":{"position":[[19,12]]},"568":{"position":[[0,12]]},"580":{"position":[[18,12]]},"584":{"position":[[0,12]]},"596":{"position":[[18,12]]},"598":{"position":[[0,12]]},"610":{"position":[[19,12]]},"614":{"position":[[0,12]]},"626":{"position":[[19,12]]},"628":{"position":[[0,12]]},"733":{"position":[[18,12]]},"735":{"position":[[0,12]]},"745":{"position":[[19,12]]},"747":{"position":[[0,12]]}}}],["project_new",{"_index":388,"t":{"95":{"position":[[89,11]]},"109":{"position":[[88,11]]}}}],["projects_metr",{"_index":332,"t":{"57":{"position":[[43,16]]}}}],["projet",{"_index":391,"t":{"97":{"position":[[98,6]]},"111":{"position":[[90,6]]}}}],["projet_new",{"_index":390,"t":{"97":{"position":[[98,10]]}}}],["projet_new_upd",{"_index":395,"t":{"111":{"position":[[90,18]]}}}],["properli",{"_index":472,"t":{"261":{"position":[[411,8]]},"1068":{"position":[[485,8]]}}}],["properti",{"_index":462,"t":{"261":{"position":[[189,8]]},"319":{"position":[[209,10]]},"331":{"position":[[240,10],[567,10]]},"345":{"position":[[48,10]]},"347":{"position":[[213,10]]},"359":{"position":[[95,10]]},"361":{"position":[[207,10]]},"760":{"position":[[406,8]]},"932":{"position":[[1035,10],[1123,10],[1242,10],[1312,10]]},"995":{"position":[[683,8]]}}}],["protect",{"_index":90,"t":{"4":{"position":[[898,7]]},"934":{"position":[[425,7]]},"995":{"position":[[734,7]]},"1014":{"position":[[532,10],[661,10],[774,7],[1195,10],[1892,10]]},"1026":{"position":[[231,10]]},"1030":{"position":[[1734,7],[2267,9],[2400,7]]},"1032":{"position":[[278,10]]},"1034":{"position":[[101,10],[221,10]]},"1040":{"position":[[1184,7]]},"1044":{"position":[[268,10]]},"1049":{"position":[[646,9]]},"1053":{"position":[[440,10]]},"1055":{"position":[[361,10]]},"1058":{"position":[[497,10]]},"1063":{"position":[[40,9]]},"1068":{"position":[[105,10],[290,10],[502,10],[670,10]]},"1070":{"position":[[695,10]]},"1072":{"position":[[68,10],[191,10]]},"1074":{"position":[[586,10],[1254,10]]},"1076":{"position":[[386,10],[586,10],[805,10],[959,10],[1307,10]]}}}],["protocol",{"_index":9,"t":{"2":{"position":[[100,8]]},"900":{"position":[[94,8]]},"1030":{"position":[[1089,8]]},"1040":{"position":[[179,9]]}}}],["prove",{"_index":1377,"t":{"1030":{"position":[[1337,6]]}}}],["provid",{"_index":21,"t":{"2":{"position":[[322,8]]},"4":{"position":[[1856,8]]},"6":{"position":[[12,7]]},"10":{"position":[[1860,7],[1924,7],[2162,8],[2441,7]]},"61":{"position":[[105,7]]},"193":{"position":[[56,7]]},"414":{"position":[[313,8]]},"536":{"position":[[438,8]]},"650":{"position":[[90,8]]},"719":{"position":[[453,7]]},"725":{"position":[[14,8]]},"820":{"position":[[85,8]]},"894":{"position":[[343,8]]},"900":{"position":[[107,8]]},"934":{"position":[[1137,7],[1352,7]]},"936":{"position":[[273,9],[484,8],[579,7],[635,8]]},"947":{"position":[[27,7]]},"959":{"position":[[875,7],[939,7]]},"961":{"position":[[1723,7],[1787,7]]},"995":{"position":[[333,7],[431,8],[1388,8],[1694,7],[1791,9]]},"1010":{"position":[[417,9]]},"1022":{"position":[[10,7],[32,7]]},"1026":{"position":[[1156,9],[1851,8],[2071,8]]},"1030":{"position":[[377,8],[1111,8],[2213,7],[2322,9]]},"1040":{"position":[[63,9],[192,9],[1061,8]]},"1047":{"position":[[21,9],[548,8],[795,8]]},"1076":{"position":[[158,9]]}}}],["provis",{"_index":1278,"t":{"1016":{"position":[[272,12]]},"1020":{"position":[[65,9]]},"1024":{"position":[[535,9]]},"1058":{"position":[[317,9]]}}}],["pseudonym",{"_index":1510,"t":{"1055":{"position":[[15,16],[131,12]]}}}],["pub",{"_index":193,"t":{"10":{"position":[[235,3],[758,3],[1257,3],[1351,3],[1462,3]]},"906":{"position":[[0,3],[76,3],[229,3]]},"908":{"position":[[466,3]]},"910":{"position":[[28,3],[275,3],[369,3],[480,3]]},"955":{"position":[[235,3]]},"957":{"position":[[466,3]]},"959":{"position":[[272,3],[366,3],[477,3]]},"961":{"position":[[811,3],[1120,3],[1214,3],[1325,3]]},"997":{"position":[[650,3],[1153,3]]}}}],["public",{"_index":1216,"t":{"1014":{"position":[[21,6]]},"1024":{"position":[[172,6]]}}}],["publish",{"_index":4,"t":{"2":{"position":[[38,7],[196,10],[278,10],[418,7],[626,7],[743,10],[829,10],[877,7],[905,10]]},"4":{"position":[[185,9],[694,9],[880,9],[991,10]]},"8":{"position":[[7,7],[35,10],[270,10],[961,9],[1075,9]]},"130":{"position":[[238,9]]},"132":{"position":[[307,9]]},"137":{"position":[[222,9]]},"183":{"position":[[2523,9]]},"187":{"position":[[45,10]]},"227":{"position":[[138,9]]},"255":{"position":[[10,7],[27,9]]},"257":{"position":[[54,7]]},"263":{"position":[[117,7]]},"265":{"position":[[68,9]]},"269":{"position":[[58,10]]},"297":{"position":[[93,9]]},"305":{"position":[[69,9],[735,9],[1053,9],[1429,9],[1491,10],[1742,9],[1784,7]]},"309":{"position":[[63,9]]},"377":{"position":[[266,7]]},"632":{"position":[[418,9],[734,9]]},"705":{"position":[[618,7]]},"723":{"position":[[943,7],[965,7],[1044,7]]},"725":{"position":[[319,10]]},"757":{"position":[[263,9],[362,9],[555,9]]},"777":{"position":[[229,9],[552,9],[1011,9],[1387,9],[1749,9]]},"782":{"position":[[226,9],[549,9]]},"787":{"position":[[210,9],[586,9],[948,9]]},"792":{"position":[[252,9]]},"804":{"position":[[206,9]]},"816":{"position":[[206,9]]},"826":{"position":[[206,9]]},"838":{"position":[[206,9]]},"848":{"position":[[732,9],[762,9],[794,7]]},"896":{"position":[[43,7],[156,10],[238,10]]},"898":{"position":[[269,10],[929,9],[1238,9]]},"900":{"position":[[32,7],[203,7],[251,7],[279,10]]},"902":{"position":[[45,10]]},"912":{"position":[[807,9]]},"922":{"position":[[82,9]]},"926":{"position":[[518,9],[553,10],[613,9],[655,7]]},"928":{"position":[[0,10]]},"932":{"position":[[76,9],[258,10],[369,7],[464,10],[626,9],[805,10],[888,7],[1838,9],[2200,7],[2399,7]]},"934":{"position":[[275,9],[407,9],[518,10],[1721,7],[1929,7],[1978,10],[2044,7]]},"949":{"position":[[2093,7],[2170,7],[2308,7]]},"951":{"position":[[225,9],[439,9],[477,9]]},"961":{"position":[[225,9],[439,9],[477,9]]},"975":{"position":[[787,9],[861,7]]},"989":{"position":[[33,9],[107,7],[177,9],[250,9],[299,9],[459,9],[547,9],[574,9]]},"991":{"position":[[32,9],[269,9],[332,9],[387,7]]},"997":{"position":[[225,9],[439,9],[477,9]]},"1003":{"position":[[223,9]]},"1008":{"position":[[366,10],[483,10]]},"1036":{"position":[[401,9]]},"1042":{"position":[[85,9]]}}}],["publisher_demo",{"_index":1114,"t":{"989":{"position":[[177,14],[250,14],[299,14],[574,14]]},"991":{"position":[[32,14],[269,14],[332,14]]}}}],["publishing_r",{"_index":491,"t":{"305":{"position":[[1491,15]]}}}],["publishtim",{"_index":932,"t":{"898":{"position":[[1195,11]]},"912":{"position":[[374,11],[764,11]]},"922":{"position":[[4,11]]}}}],["pubsub",{"_index":8,"t":{"2":{"position":[[93,6]]},"760":{"position":[[53,6]]},"900":{"position":[[87,6]]}}}],["pull",{"_index":191,"t":{"10":{"position":[[27,4],[164,4],[272,4],[292,4],[605,4],[677,4]]},"536":{"position":[[295,4]]},"546":{"position":[[174,4]]},"548":{"position":[[67,4]]},"554":{"position":[[125,4]]},"562":{"position":[[26,4]]},"705":{"position":[[984,4],[1034,4]]},"723":{"position":[[1558,4],[1577,4],[1667,4],[1742,6]]},"725":{"position":[[333,7]]},"757":{"position":[[302,4],[752,4]]},"848":{"position":[[656,4]]},"898":{"position":[[1486,4],[1779,4]]},"906":{"position":[[31,4],[158,4]]},"908":{"position":[[0,4],[313,4],[385,4]]},"910":{"position":[[641,4]]},"914":{"position":[[120,4],[211,4]]},"932":{"position":[[529,4]]},"949":{"position":[[978,4],[2594,4]]},"955":{"position":[[27,4],[164,4]]},"957":{"position":[[0,4],[313,4],[385,4],[700,4]]},"961":{"position":[[603,4],[740,4]]},"993":{"position":[[408,4]]},"997":{"position":[[579,4],[687,4],[1000,4],[1072,4]]},"1003":{"position":[[177,4]]},"1005":{"position":[[140,4]]},"1010":{"position":[[168,4]]},"1012":{"position":[[104,7]]},"1036":{"position":[[460,4]]}}}],["pull_sub",{"_index":1063,"t":{"949":{"position":[[978,8]]}}}],["purg",{"_index":796,"t":{"757":{"position":[[591,6]]}}}],["purpos",{"_index":1131,"t":{"995":{"position":[[544,7],[1320,7],[1421,8],[1512,8],[1653,8]]},"1014":{"position":[[1654,8],[1939,8]]},"1016":{"position":[[110,8],[525,8],[620,8],[718,8],[911,8]]},"1020":{"position":[[114,8]]},"1024":{"position":[[441,8]]},"1026":{"position":[[1033,8]]},"1053":{"position":[[57,8]]},"1072":{"position":[[177,7]]}}}],["pursuant",{"_index":1342,"t":{"1026":{"position":[[2157,8]]},"1072":{"position":[[9,8]]}}}],["push",{"_index":51,"t":{"4":{"position":[[98,4],[127,6],[1633,4],[1679,4],[1802,4]]},"10":{"position":[[18,4],[53,4],[963,4],[990,4],[1013,4],[1560,4],[1660,4],[1714,4],[1769,4],[1810,4]]},"29":{"position":[[112,4]]},"404":{"position":[[48,4],[183,4],[282,4],[637,4],[713,4],[825,4],[1190,4]]},"414":{"position":[[106,4],[152,4],[340,4]]},"416":{"position":[[11,4],[288,7],[379,4],[469,4],[622,4],[720,4],[800,4],[875,4]]},"420":{"position":[[77,4]]},"426":{"position":[[157,4],[292,4],[370,4],[605,4],[640,4],[700,4],[1060,4]]},"528":{"position":[[26,4]]},"536":{"position":[[303,4],[465,4],[507,4]]},"542":{"position":[[109,4],[244,4],[323,4],[342,4],[385,4]]},"705":{"position":[[720,4]]},"757":{"position":[[313,4],[763,4],[774,4]]},"898":{"position":[[793,4]]},"906":{"position":[[22,4],[57,4]]},"910":{"position":[[5,4],[673,4]]},"914":{"position":[[128,4],[267,4]]},"947":{"position":[[0,4],[1097,6],[1182,4],[1258,4]]},"949":{"position":[[111,7],[341,4]]},"955":{"position":[[18,4],[53,4]]},"959":{"position":[[5,4],[28,4],[575,4],[675,4],[729,4],[784,4],[825,4],[1004,4]]},"961":{"position":[[594,4],[629,4],[853,4],[876,4],[1423,4],[1523,4],[1577,4],[1632,4],[1673,4]]},"965":{"position":[[17,4],[164,4],[299,4],[400,4],[457,4],[488,4],[657,4],[798,4],[919,4],[949,4],[995,4],[1050,4],[1331,4],[1350,4],[1393,4],[1571,4]]},"967":{"position":[[45,4]]},"969":{"position":[[341,4]]},"971":{"position":[[145,7],[236,4],[326,4],[479,4],[577,4],[657,4],[732,4]]},"977":{"position":[[540,4]]},"1008":{"position":[[423,4]]},"1010":{"position":[[174,4]]},"1012":{"position":[[4,4],[82,4],[165,7],[353,4],[403,4],[466,4],[506,4],[861,4]]},"1042":{"position":[[211,4]]}}}],["push_en",{"_index":1089,"t":{"977":{"position":[[540,12]]}}}],["push_serv",{"_index":292,"t":{"29":{"position":[[112,12]]}}}],["pushconfig",{"_index":559,"t":{"406":{"position":[[77,10]]},"408":{"position":[[135,10]]},"410":{"position":[[77,10]]},"412":{"position":[[135,10]]},"450":{"position":[[153,10],[345,10]]},"460":{"position":[[153,10]]},"470":{"position":[[154,10]]},"532":{"position":[[3,10]]},"534":{"position":[[3,10]]},"536":{"position":[[86,10]]},"540":{"position":[[3,10]]},"898":{"position":[[751,10]]},"947":{"position":[[388,10]]},"965":{"position":[[1124,10],[1140,10]]},"987":{"position":[[374,10]]}}}],["pushendpoint",{"_index":560,"t":{"406":{"position":[[118,12]]},"408":{"position":[[151,12]]},"412":{"position":[[151,12]]},"532":{"position":[[43,12]]},"536":{"position":[[122,12]]},"540":{"position":[[43,12]]},"898":{"position":[[807,12]]},"965":{"position":[[1178,12]]},"987":{"position":[[390,12]]}}}],["put",{"_index":394,"t":{"101":{"position":[[84,3]]},"103":{"position":[[0,3]]},"109":{"position":[[8,3]]},"151":{"position":[[8,3]]},"189":{"position":[[79,3]]},"191":{"position":[[0,3]]},"197":{"position":[[8,3]]},"353":{"position":[[0,3]]},"357":{"position":[[8,3]]},"392":{"position":[[60,3]]},"394":{"position":[[0,3]]},"398":{"position":[[8,3]]},"422":{"position":[[0,3]]},"458":{"position":[[8,3]]},"468":{"position":[[8,3]]},"705":{"position":[[217,3],[290,3],[357,3]]},"723":{"position":[[789,3],[1373,3]]},"858":{"position":[[0,3]]},"965":{"position":[[103,3]]},"985":{"position":[[272,3]]},"987":{"position":[[106,3]]}}}],["putbodi",{"_index":524,"t":{"398":{"position":[[52,7]]}}}],["putdata",{"_index":908,"t":{"864":{"position":[[57,7]]}}}],["py",{"_index":1213,"t":{"1012":{"position":[[784,2]]}}}],["python",{"_index":47,"t":{"4":{"position":[[43,6]]},"1012":{"position":[[653,6]]}}}],["qm",{"_index":1593,"t":{"1078":{"position":[[31,3]]}}}],["qo",{"_index":1583,"t":{"1076":{"position":[[429,2]]}}}],["qualiti",{"_index":1580,"t":{"1076":{"position":[[89,7],[412,7]]},"1078":{"position":[[4,7]]}}}],["queri",{"_index":308,"t":{"37":{"position":[[27,8],[145,8],[280,5]]},"51":{"position":[[27,8],[145,8],[280,5]]},"932":{"position":[[567,5]]}}}],["question",{"_index":956,"t":{"916":{"position":[[0,9]]},"920":{"position":[[0,9]]},"1026":{"position":[[1629,10]]},"1032":{"position":[[8,9]]}}}],["queue",{"_index":204,"t":{"10":{"position":[[747,5],[819,5]]},"552":{"position":[[218,5],[580,5]]},"898":{"position":[[1738,5]]},"908":{"position":[[455,5],[527,5]]},"924":{"position":[[182,5]]},"957":{"position":[[455,5],[527,5]]},"997":{"position":[[1142,5],[1214,5]]},"1003":{"position":[[507,5],[874,5]]},"1005":{"position":[[31,5],[79,5]]},"1008":{"position":[[102,5]]}}}],["quick",{"_index":1409,"t":{"1036":{"position":[[327,5]]}}}],["r4nd0mt0k3n",{"_index":905,"t":{"852":{"position":[[265,11]]},"866":{"position":[[274,11]]}}}],["racial",{"_index":1296,"t":{"1018":{"position":[[373,6]]}}}],["raid",{"_index":1533,"t":{"1063":{"position":[[356,4]]}}}],["rail",{"_index":982,"t":{"918":{"position":[[544,5]]}}}],["rate",{"_index":227,"t":{"10":{"position":[[1536,4]]},"305":{"position":[[1502,4],[1525,4],[1700,4]]},"632":{"position":[[808,4],[831,4],[1011,4]]},"910":{"position":[[554,4]]},"926":{"position":[[308,4],[315,4],[564,4],[571,4]]},"959":{"position":[[551,4]]},"961":{"position":[[1399,4]]}}}],["raw",{"_index":1049,"t":{"949":{"position":[[37,3]]}}}],["re",{"_index":201,"t":{"10":{"position":[[572,2]]},"416":{"position":[[805,2]]},"542":{"position":[[413,2]]},"908":{"position":[[280,2]]},"918":{"position":[[535,2]]},"936":{"position":[[798,2]]},"944":{"position":[[125,2]]},"957":{"position":[[280,2]]},"965":{"position":[[1421,2]]},"971":{"position":[[662,2]]},"997":{"position":[[967,2]]}}}],["reach",{"_index":594,"t":{"416":{"position":[[507,7],[661,7]]},"717":{"position":[[200,5]]},"971":{"position":[[364,7],[518,7]]}}}],["read",{"_index":1079,"t":{"951":{"position":[[16,4]]},"961":{"position":[[16,4]]},"995":{"position":[[51,4]]},"997":{"position":[[16,4]]},"1038":{"position":[[416,5]]},"1051":{"position":[[190,4]]},"1058":{"position":[[71,4]]}}}],["readabl",{"_index":810,"t":{"760":{"position":[[444,8],[634,8]]},"1026":{"position":[[1921,8]]}}}],["readi",{"_index":1191,"t":{"1010":{"position":[[507,5],[537,5]]}}}],["readm",{"_index":1204,"t":{"1012":{"position":[[365,6],[415,6]]}}}],["real",{"_index":31,"t":{"2":{"position":[[491,4]]},"1042":{"position":[[531,4]]}}}],["reason",{"_index":1287,"t":{"1016":{"position":[[662,10]]}}}],["receipt",{"_index":210,"t":{"10":{"position":[[954,7]]},"908":{"position":[[662,7]]},"914":{"position":[[107,7]]},"957":{"position":[[662,7]]},"997":{"position":[[1349,7]]}}}],["receiv",{"_index":35,"t":{"2":{"position":[[552,7],[1069,7]]},"8":{"position":[[199,7]]},"47":{"position":[[92,7]]},"406":{"position":[[157,7]]},"408":{"position":[[190,7]]},"416":{"position":[[108,9],[208,9]]},"426":{"position":[[682,7]]},"536":{"position":[[162,7]]},"552":{"position":[[465,8]]},"757":{"position":[[784,8]]},"898":{"position":[[666,8],[742,8],[843,7],[1623,8]]},"900":{"position":[[443,7]]},"914":{"position":[[472,7]]},"930":{"position":[[155,7]]},"938":{"position":[[155,7]]},"951":{"position":[[208,7],[410,7]]},"953":{"position":[[155,7]]},"957":{"position":[[677,9]]},"959":{"position":[[981,9]]},"961":{"position":[[208,7],[410,7]]},"963":{"position":[[155,7]]},"965":{"position":[[1218,7]]},"969":{"position":[[438,9]]},"971":{"position":[[65,9]]},"997":{"position":[[208,7],[410,7]]},"999":{"position":[[160,7]]},"1003":{"position":[[759,8]]},"1012":{"position":[[579,7],[758,7],[775,8]]},"1026":{"position":[[1784,7]]},"1040":{"position":[[908,8]]}}}],["receive_her",{"_index":563,"t":{"406":{"position":[[157,12]]},"408":{"position":[[190,12]]},"426":{"position":[[682,12]]}}}],["receivedmessag",{"_index":655,"t":{"558":{"position":[[10,16]]}}}],["recent",{"_index":884,"t":{"782":{"position":[[58,8]]}}}],["recept",{"_index":1478,"t":{"1047":{"position":[[393,9]]}}}],["record",{"_index":1540,"t":{"1065":{"position":[[297,8]]}}}],["rectif",{"_index":1334,"t":{"1026":{"position":[[881,13]]}}}],["rectifi",{"_index":1323,"t":{"1026":{"position":[[277,7],[956,7]]}}}],["refer",{"_index":287,"t":{"22":{"position":[[7,5]]},"31":{"position":[[7,5]]},"45":{"position":[[7,5]]},"59":{"position":[[7,5]]},"73":{"position":[[7,5]]},"85":{"position":[[7,5]]},"99":{"position":[[7,5]]},"113":{"position":[[7,5]]},"125":{"position":[[7,5]]},"139":{"position":[[7,5]]},"148":{"position":[[7,5]]},"157":{"position":[[7,5]]},"166":{"position":[[7,5]]},"173":{"position":[[7,5]]},"185":{"position":[[7,5]]},"201":{"position":[[7,5]]},"213":{"position":[[7,5]]},"225":{"position":[[7,5]]},"253":{"position":[[7,5]]},"267":{"position":[[7,5]]},"279":{"position":[[7,5]]},"295":{"position":[[7,5]]},"307":{"position":[[7,5]]},"321":{"position":[[7,5]]},"333":{"position":[[7,5]]},"349":{"position":[[7,5]]},"363":{"position":[[7,5]]},"375":{"position":[[7,5]]},"389":{"position":[[7,5]]},"418":{"position":[[7,5]]},"428":{"position":[[7,5]]},"438":{"position":[[7,5]]},"472":{"position":[[7,5]]},"484":{"position":[[7,5]]},"498":{"position":[[242,5]]},"510":{"position":[[7,5]]},"526":{"position":[[7,5]]},"544":{"position":[[7,5]]},"560":{"position":[[7,5]]},"576":{"position":[[7,5]]},"592":{"position":[[7,5]]},"606":{"position":[[7,5]]},"622":{"position":[[7,5]]},"634":{"position":[[7,5]]},"648":{"position":[[7,5]]},"658":{"position":[[7,5]]},"668":{"position":[[7,5]]},"678":{"position":[[7,5]]},"690":{"position":[[7,5]]},"700":{"position":[[7,5]]},"727":{"position":[[7,5]]},"729":{"position":[[7,5]]},"741":{"position":[[7,5]]},"755":{"position":[[241,5]]},"794":{"position":[[7,5]]},"806":{"position":[[7,5]]},"818":{"position":[[7,5]]},"828":{"position":[[7,5]]},"840":{"position":[[7,5]]},"854":{"position":[[7,5]]},"868":{"position":[[7,5]]},"880":{"position":[[7,5]]},"892":{"position":[[7,5]]},"947":{"position":[[155,5],[1131,5]]},"1014":{"position":[[2203,5]]},"1016":{"position":[[69,8]]},"1024":{"position":[[261,8]]},"1026":{"position":[[2490,8]]}}}],["reformat",{"_index":1039,"t":{"947":{"position":[[359,8]]},"949":{"position":[[89,8],[389,11]]},"1042":{"position":[[575,8]]}}}],["refresh",{"_index":911,"t":{"870":{"position":[[13,9]]}}}],["refreshtoken",{"_index":912,"t":{"872":{"position":[[28,12]]},"876":{"position":[[93,12]]}}}],["regard",{"_index":1240,"t":{"1014":{"position":[[567,6]]},"1032":{"position":[[36,9]]},"1068":{"position":[[752,9]]},"1070":{"position":[[448,6]]},"1074":{"position":[[571,6]]}}}],["regardless",{"_index":1441,"t":{"1040":{"position":[[797,10]]}}}],["regist",{"_index":311,"t":{"37":{"position":[[312,10]]},"51":{"position":[[312,10]]},"404":{"position":[[172,10]]},"420":{"position":[[66,10]]},"426":{"position":[[281,10],[461,10]]},"542":{"position":[[233,10]]},"636":{"position":[[42,11]]},"642":{"position":[[15,8]]},"646":{"position":[[47,10],[150,8],[350,10]]},"676":{"position":[[294,10]]},"688":{"position":[[318,10]]},"965":{"position":[[288,10],[787,10]]},"995":{"position":[[3,11],[832,10]]},"1010":{"position":[[50,8]]}}}],["registered_at",{"_index":686,"t":{"646":{"position":[[350,13]]},"676":{"position":[[294,13]]},"688":{"position":[[318,13]]}}}],["registr",{"_index":676,"t":{"638":{"position":[[27,12]]},"640":{"position":[[10,13]]},"644":{"position":[[67,13]]},"650":{"position":[[30,12]]},"652":{"position":[[10,13]]},"654":{"position":[[67,13]]},"660":{"position":[[31,12]]},"662":{"position":[[10,13]]},"664":{"position":[[67,13]]},"670":{"position":[[32,12]]},"672":{"position":[[9,13]]},"674":{"position":[[66,13]]},"676":{"position":[[44,12]]},"680":{"position":[[27,12]]},"682":{"position":[[9,13]]},"686":{"position":[[66,13]]},"688":{"position":[[41,13],[87,13]]},"692":{"position":[[30,12]]},"694":{"position":[[12,13]]},"696":{"position":[[69,13]]},"995":{"position":[[1408,12]]},"999":{"position":[[110,12]]}}}],["registri",{"_index":1419,"t":{"1038":{"position":[[262,8]]},"1040":{"position":[[15,8],[513,8],[1290,8],[1335,8]]}}}],["regul",{"_index":1158,"t":{"995":{"position":[[1817,8]]},"1014":{"position":[[437,10],[672,10],[1106,10]]},"1049":{"position":[[885,11]]},"1055":{"position":[[292,11]]},"1060":{"position":[[626,11]]},"1065":{"position":[[550,11]]},"1068":{"position":[[116,11]]},"1070":{"position":[[718,11]]},"1074":{"position":[[1028,11]]},"1076":{"position":[[540,11]]}}}],["regular",{"_index":1558,"t":{"1070":{"position":[[152,7]]}}}],["regularli",{"_index":1549,"t":{"1068":{"position":[[398,9]]}}}],["relat",{"_index":253,"t":{"12":{"position":[[36,7]]},"20":{"position":[[46,7]]},"175":{"position":[[30,7]]},"183":{"position":[[34,7]]},"297":{"position":[[30,7]]},"305":{"position":[[33,7]]},"624":{"position":[[30,7]]},"705":{"position":[[83,7]]},"1022":{"position":[[45,7]]},"1026":{"position":[[1810,8]]},"1032":{"position":[[111,7]]}}}],["relationship",{"_index":1306,"t":{"1022":{"position":[[213,12]]}}}],["releas",{"_index":737,"t":{"715":{"position":[[17,7]]},"1012":{"position":[[478,8]]}}}],["relev",{"_index":1146,"t":{"995":{"position":[[1062,8]]},"1016":{"position":[[652,8]]},"1053":{"position":[[112,8]]}}}],["reli",{"_index":917,"t":{"894":{"position":[[44,4],[235,6]]}}}],["reliabl",{"_index":1431,"t":{"1038":{"position":[[1020,11]]}}}],["religion",{"_index":1298,"t":{"1018":{"position":[[398,8]]}}}],["remain",{"_index":1383,"t":{"1030":{"position":[[1628,7]]}}}],["remot",{"_index":94,"t":{"4":{"position":[[984,6]]},"404":{"position":[[407,6],[892,6]]},"414":{"position":[[145,6]]},"536":{"position":[[143,6]]},"934":{"position":[[511,6]]},"947":{"position":[[1111,6]]},"965":{"position":[[1199,6]]},"1042":{"position":[[302,6]]},"1049":{"position":[[740,6]]},"1074":{"position":[[254,6],[307,6]]}}}],["remov",{"_index":412,"t":{"132":{"position":[[103,6]]},"169":{"position":[[98,6]]},"542":{"position":[[372,8]]},"918":{"position":[[495,6]]},"965":{"position":[[1380,8]]},"1005":{"position":[[50,6]]},"1051":{"position":[[217,7]]},"1058":{"position":[[96,7]]},"1060":{"position":[[151,7]]}}}],["repeat",{"_index":1083,"t":{"969":{"position":[[69,8]]}}}],["replac",{"_index":1252,"t":{"1014":{"position":[[1256,8]]}}}],["replay",{"_index":60,"t":{"4":{"position":[[271,6],[288,6],[1052,6],[1149,6],[1343,6]]},"936":{"position":[[809,6]]},"944":{"position":[[136,6]]}}}],["replic",{"_index":81,"t":{"4":{"position":[[618,9]]}}}],["repo",{"_index":1202,"t":{"1012":{"position":[[317,4]]}}}],["report",{"_index":1141,"t":{"995":{"position":[[901,6],[1031,9],[2133,9]]},"1016":{"position":[[305,7],[363,7]]},"1070":{"position":[[357,9],[458,9]]}}}],["repositori",{"_index":1426,"t":{"1038":{"position":[[709,10]]}}}],["repres",{"_index":440,"t":{"183":{"position":[[2483,10]]},"305":{"position":[[1389,10]]},"518":{"position":[[114,12]]},"898":{"position":[[353,12]]},"912":{"position":[[187,11]]},"932":{"position":[[917,9]]}}}],["reprocess",{"_index":114,"t":{"4":{"position":[[1354,9]]}}}],["republish",{"_index":83,"t":{"4":{"position":[[657,11]]},"949":{"position":[[252,9]]}}}],["request",{"_index":113,"t":{"4":{"position":[[1330,7]]},"10":{"position":[[100,8],[219,8],[696,8],[1033,7],[1502,8]]},"14":{"position":[[5,7]]},"33":{"position":[[5,7]]},"61":{"position":[[78,7]]},"65":{"position":[[5,7]]},"75":{"position":[[5,7]]},"87":{"position":[[5,7],[75,7]]},"101":{"position":[[5,7]]},"115":{"position":[[5,7]]},"175":{"position":[[14,7]]},"189":{"position":[[5,7],[83,7]]},"203":{"position":[[5,7],[66,7]]},"215":{"position":[[5,7],[65,7]]},"227":{"position":[[5,7],[121,7]]},"255":{"position":[[102,7]]},"269":{"position":[[14,7]]},"281":{"position":[[14,7]]},"297":{"position":[[14,7]]},"311":{"position":[[5,7]]},"319":{"position":[[41,9]]},"323":{"position":[[5,7]]},"335":{"position":[[5,7]]},"351":{"position":[[5,7]]},"365":{"position":[[5,7]]},"377":{"position":[[5,7]]},"392":{"position":[[5,7],[64,7]]},"404":{"position":[[743,7],[1220,7]]},"414":{"position":[[111,7],[345,8]]},"416":{"position":[[474,7],[627,7],[808,7],[880,7]]},"420":{"position":[[5,7]]},"426":{"position":[[903,7]]},"430":{"position":[[5,7]]},"440":{"position":[[5,7],[127,7]]},"442":{"position":[[5,7],[61,7]]},"452":{"position":[[5,7],[57,7]]},"462":{"position":[[5,7],[57,7]]},"474":{"position":[[5,7]]},"486":{"position":[[14,7]]},"500":{"position":[[5,7],[63,7]]},"512":{"position":[[5,7]]},"528":{"position":[[5,7]]},"536":{"position":[[470,8],[599,7],[707,7]]},"546":{"position":[[5,7],[76,7]]},"578":{"position":[[5,7]]},"594":{"position":[[5,7]]},"608":{"position":[[5,7]]},"624":{"position":[[14,7]]},"638":{"position":[[5,7]]},"650":{"position":[[5,7]]},"660":{"position":[[5,7]]},"670":{"position":[[5,7]]},"680":{"position":[[5,7]]},"692":{"position":[[5,7]]},"703":{"position":[[40,7]]},"705":{"position":[[91,8],[1080,8],[1169,8]]},"721":{"position":[[559,7]]},"731":{"position":[[14,7]]},"743":{"position":[[14,7]]},"760":{"position":[[328,7],[522,7],[825,7]]},"770":{"position":[[5,7]]},"796":{"position":[[5,7]]},"808":{"position":[[5,7]]},"820":{"position":[[5,7]]},"830":{"position":[[5,7]]},"842":{"position":[[5,7]]},"856":{"position":[[5,7]]},"870":{"position":[[5,7]]},"882":{"position":[[5,7]]},"906":{"position":[[94,8],[213,8]]},"908":{"position":[[404,8]]},"910":{"position":[[51,7],[520,8]]},"930":{"position":[[67,7]]},"938":{"position":[[67,7]]},"953":{"position":[[67,7]]},"955":{"position":[[100,8],[219,8]]},"957":{"position":[[404,8]]},"959":{"position":[[48,7],[517,8]]},"961":{"position":[[676,8],[795,8],[896,7],[1365,8]]},"963":{"position":[[67,7]]},"965":{"position":[[48,7],[107,7]]},"971":{"position":[[331,7],[484,7],[665,7],[737,7]]},"997":{"position":[[634,8],[1091,8]]},"999":{"position":[[67,7]]},"1003":{"position":[[23,7],[333,7]]},"1020":{"position":[[286,8]]},"1026":{"position":[[437,7],[736,7],[2248,7]]},"1028":{"position":[[478,7],[527,7]]},"1034":{"position":[[10,7]]}}}],["requir",{"_index":77,"t":{"4":{"position":[[567,12]]},"10":{"position":[[332,7]]},"319":{"position":[[356,8]]},"331":{"position":[[387,8],[714,8]]},"345":{"position":[[195,8]]},"347":{"position":[[360,8]]},"359":{"position":[[242,8]]},"361":{"position":[[354,8]]},"385":{"position":[[264,8]]},"721":{"position":[[15,8]]},"723":{"position":[[14,8]]},"908":{"position":[[40,7]]},"932":{"position":[[1217,8],[1334,8],[1371,8]]},"934":{"position":[[788,12]]},"957":{"position":[[40,7]]},"995":{"position":[[443,8]]},"997":{"position":[[727,7]]},"1016":{"position":[[697,8],[872,8]]},"1022":{"position":[[518,12]]},"1024":{"position":[[418,8],[562,8]]},"1026":{"position":[[930,7],[2331,8]]},"1030":{"position":[[453,12]]},"1044":{"position":[[182,12]]},"1063":{"position":[[118,8]]},"1065":{"position":[[78,8]]},"1068":{"position":[[422,8],[724,8]]},"1070":{"position":[[73,8]]},"1074":{"position":[[206,8]]}}}],["research",{"_index":1223,"t":{"1014":{"position":[[132,8],[377,8]]},"1030":{"position":[[2360,8]]},"1044":{"position":[[110,8]]},"1076":{"position":[[33,8]]}}}],["resend",{"_index":221,"t":{"10":{"position":[[1373,6]]},"910":{"position":[[391,6]]},"914":{"position":[[329,6]]},"959":{"position":[[388,6]]},"961":{"position":[[1236,6]]}}}],["reserv",{"_index":1255,"t":{"1014":{"position":[[1447,8]]}}}],["resourc",{"_index":171,"t":{"8":{"position":[[236,9],[555,9]]},"20":{"position":[[202,8],[231,8],[525,8],[554,8]]},"57":{"position":[[493,8],[522,8],[814,8],[843,8],[1137,8],[1166,8],[1451,8],[1480,8]]},"61":{"position":[[417,8]]},"63":{"position":[[106,9]]},"183":{"position":[[224,8],[252,8],[541,8],[569,8],[870,8],[903,8],[1223,8],[1256,8],[1576,8],[1609,8],[1929,8],[1962,8],[2278,8],[2306,8]]},"187":{"position":[[11,9]]},"305":{"position":[[231,8],[257,8],[544,8],[570,8],[858,8],[884,8],[1185,8],[1211,8],[1558,8],[1584,8]]},"309":{"position":[[13,8]]},"632":{"position":[[222,8],[255,8],[541,8],[567,8],[864,8],[897,8]]},"705":{"position":[[1142,8],[1216,8]]},"719":{"position":[[219,9],[575,8]]},"723":{"position":[[131,8],[144,8],[223,8],[254,8],[286,8],[320,8],[379,8],[395,8]]},"725":{"position":[[71,9],[173,8],[304,8],[572,8]]},"762":{"position":[[432,8]]},"764":{"position":[[490,8],[529,8],[669,9]]},"766":{"position":[[702,8],[727,8]]},"848":{"position":[[490,9],[578,9]]},"898":{"position":[[230,8],[344,8]]},"902":{"position":[[11,9]]},"904":{"position":[[107,9]]},"975":{"position":[[295,9],[442,9],[530,9],[574,8],[685,8],[754,9]]},"977":{"position":[[490,8]]},"983":{"position":[[170,9]]},"985":{"position":[[33,9]]},"995":{"position":[[142,9],[412,9],[517,9],[964,9],[1115,9],[1183,9],[1774,8]]},"1036":{"position":[[27,9]]}}}],["resource_nam",{"_index":273,"t":{"20":{"position":[[231,13],[554,13]]},"57":{"position":[[522,13],[843,13],[1166,13],[1480,13]]},"183":{"position":[[252,13],[569,13],[903,13],[1256,13],[1609,13],[1962,13],[2306,13]]},"305":{"position":[[257,13],[570,13],[884,13],[1211,13],[1584,13]]},"632":{"position":[[255,13],[567,13],[897,13]]},"723":{"position":[[144,13],[320,13],[395,13]]}}}],["resource_typ",{"_index":272,"t":{"20":{"position":[[202,13],[525,13]]},"57":{"position":[[493,13],[814,13],[1137,13],[1451,13]]},"183":{"position":[[224,13],[541,13],[870,13],[1223,13],[1576,13],[1929,13],[2278,13]]},"305":{"position":[[231,13],[544,13],[858,13],[1185,13],[1558,13]]},"632":{"position":[[222,13],[541,13],[864,13]]}}}],["respect",{"_index":447,"t":{"227":{"position":[[161,10]]},"440":{"position":[[166,10]]},"725":{"position":[[350,12]]},"995":{"position":[[662,7]]},"1072":{"position":[[166,10]]}}}],["respond",{"_index":205,"t":{"10":{"position":[[773,8]]},"703":{"position":[[56,8]]},"760":{"position":[[538,8]]},"908":{"position":[[481,8]]},"914":{"position":[[167,7]]},"957":{"position":[[481,8]]},"997":{"position":[[1168,8]]},"1010":{"position":[[388,7]]},"1020":{"position":[[267,7]]}}}],["respons",{"_index":213,"t":{"10":{"position":[[1123,8],[1181,8],[1323,8]]},"20":{"position":[[19,8],[82,8]]},"29":{"position":[[19,8],[77,8]]},"43":{"position":[[19,8],[111,8]]},"57":{"position":[[8,8]]},"61":{"position":[[141,8],[342,8]]},"71":{"position":[[19,8],[78,8]]},"83":{"position":[[19,8],[84,8]]},"97":{"position":[[19,8],[71,8]]},"111":{"position":[[19,8],[63,8]]},"123":{"position":[[8,8],[37,8]]},"130":{"position":[[19,8],[99,8]]},"137":{"position":[[19,8],[83,8]]},"146":{"position":[[19,8],[86,8]]},"155":{"position":[[19,8],[80,8]]},"164":{"position":[[19,8],[78,8]]},"171":{"position":[[6,8]]},"183":{"position":[[103,8]]},"199":{"position":[[19,8],[70,8]]},"211":{"position":[[8,8],[37,8]]},"223":{"position":[[19,8],[78,8]]},"227":{"position":[[375,8]]},"235":{"position":[[8,8]]},"243":{"position":[[8,8]]},"251":{"position":[[8,8]]},"265":{"position":[[19,8],[87,8]]},"277":{"position":[[68,8]]},"291":{"position":[[8,8]]},"305":{"position":[[105,8]]},"319":{"position":[[19,8],[67,8]]},"331":{"position":[[19,8],[83,8]]},"347":{"position":[[19,8],[71,8]]},"361":{"position":[[19,8],[65,8]]},"373":{"position":[[19,8],[46,8]]},"387":{"position":[[8,8]]},"402":{"position":[[8,8]]},"426":{"position":[[976,8]]},"436":{"position":[[122,8]]},"440":{"position":[[395,8]]},"450":{"position":[[8,8]]},"460":{"position":[[8,8]]},"470":{"position":[[8,8]]},"482":{"position":[[8,8]]},"496":{"position":[[8,8]]},"508":{"position":[[8,8],[37,8]]},"524":{"position":[[8,8],[37,8]]},"542":{"position":[[8,8],[37,8]]},"574":{"position":[[8,8]]},"590":{"position":[[8,8],[37,8]]},"602":{"position":[[8,8]]},"620":{"position":[[8,8],[37,8]]},"632":{"position":[[94,8]]},"646":{"position":[[19,8],[71,8]]},"656":{"position":[[19,8],[68,8]]},"666":{"position":[[19,8],[68,8]]},"676":{"position":[[19,8],[65,8]]},"688":{"position":[[19,8],[63,8]]},"698":{"position":[[8,8]]},"715":{"position":[[5,8]]},"739":{"position":[[8,8]]},"753":{"position":[[8,8]]},"760":{"position":[[284,8]]},"770":{"position":[[181,8]]},"777":{"position":[[19,8],[90,8]]},"782":{"position":[[19,8],[87,8]]},"787":{"position":[[19,8],[72,8]]},"792":{"position":[[19,8],[113,8]]},"804":{"position":[[19,8],[81,8]]},"816":{"position":[[19,8],[81,8]]},"826":{"position":[[19,8],[81,8]]},"838":{"position":[[19,8],[81,8]]},"852":{"position":[[19,8],[68,8]]},"866":{"position":[[19,8],[71,8]]},"878":{"position":[[19,8],[71,8]]},"890":{"position":[[19,8],[50,8]]},"910":{"position":[[141,8],[199,8],[341,8]]},"914":{"position":[[246,8]]},"959":{"position":[[138,8],[196,8],[338,8]]},"961":{"position":[[986,8],[1044,8],[1186,8]]},"969":{"position":[[227,8],[310,8]]},"979":{"position":[[839,8]]},"981":{"position":[[267,8],[449,8]]},"983":{"position":[[890,8]]},"985":{"position":[[373,8]]},"987":{"position":[[271,8]]},"989":{"position":[[488,8],[1071,8]]},"991":{"position":[[298,8]]},"993":{"position":[[313,8]]},"1040":{"position":[[982,8],[1010,14]]},"1049":{"position":[[314,11]]},"1070":{"position":[[102,8]]}}}],["restart",{"_index":1090,"t":{"977":{"position":[[775,7],[819,7]]}}}],["restrict",{"_index":1325,"t":{"1026":{"position":[[296,8],[1463,11],[1553,11],[2144,12]]},"1030":{"position":[[664,10]]},"1049":{"position":[[279,10]]}}}],["result",{"_index":411,"t":{"132":{"position":[[86,7]]},"227":{"position":[[310,7],[532,7]]},"440":{"position":[[330,7],[560,7]]},"650":{"position":[[52,6]]},"760":{"position":[[387,7]]},"770":{"position":[[116,7],[338,7]]},"989":{"position":[[475,9],[1058,9]]},"1008":{"position":[[391,7],[439,7]]},"1030":{"position":[[2022,7],[2124,7]]}}}],["resum",{"_index":198,"t":{"10":{"position":[[449,6]]},"908":{"position":[[157,6]]},"957":{"position":[[157,6]]},"997":{"position":[[844,6]]}}}],["retain",{"_index":107,"t":{"4":{"position":[[1264,6]]},"1016":{"position":[[840,8]]},"1026":{"position":[[2350,6]]},"1028":{"position":[[57,8]]}}}],["retent",{"_index":1347,"t":{"1028":{"position":[[251,9],[349,9]]}}}],["retri",{"_index":229,"t":{"10":{"position":[[1547,7]]},"416":{"position":[[51,5],[169,5],[265,5]]},"910":{"position":[[565,7]]},"959":{"position":[[562,7]]},"961":{"position":[[1410,7]]},"967":{"position":[[27,5]]},"969":{"position":[[20,5],[129,5],[172,5],[254,5],[381,5]]},"971":{"position":[[26,5],[122,5]]}}}],["retriev",{"_index":195,"t":{"10":{"position":[[253,8]]},"311":{"position":[[13,9]]},"323":{"position":[[13,9]]},"562":{"position":[[9,9]]},"670":{"position":[[13,9]]},"680":{"position":[[13,9]]},"707":{"position":[[27,8]]},"906":{"position":[[247,8]]},"932":{"position":[[333,11],[595,8]]},"936":{"position":[[694,8]]},"955":{"position":[[253,8]]},"961":{"position":[[829,8]]},"997":{"position":[[668,8]]},"1005":{"position":[[123,9]]},"1058":{"position":[[445,10]]}}}],["retrospect",{"_index":1520,"t":{"1060":{"position":[[66,15]]}}}],["retrypolici",{"_index":565,"t":{"406":{"position":[[191,11]]},"408":{"position":[[324,11]]},"410":{"position":[[215,11]]},"412":{"position":[[189,11]]},"532":{"position":[[137,11]]},"534":{"position":[[40,11]]},"536":{"position":[[198,11],[219,11]]},"540":{"position":[[114,11]]},"947":{"position":[[444,11]]},"965":{"position":[[1256,11],[1277,11]]},"987":{"position":[[410,11]]}}}],["return",{"_index":209,"t":{"10":{"position":[[922,8]]},"20":{"position":[[28,7]]},"29":{"position":[[28,7]]},"33":{"position":[[13,7]]},"43":{"position":[[28,7]]},"61":{"position":[[153,8],[354,8]]},"132":{"position":[[94,8]]},"175":{"position":[[22,7]]},"183":{"position":[[17,7]]},"223":{"position":[[28,7]]},"227":{"position":[[321,6],[345,6],[516,7]]},"269":{"position":[[22,7]]},"277":{"position":[[17,7]]},"293":{"position":[[85,7]]},"297":{"position":[[22,7]]},"305":{"position":[[17,7]]},"426":{"position":[[967,6]]},"440":{"position":[[341,6],[365,6],[544,7]]},"474":{"position":[[13,7]]},"498":{"position":[[86,7]]},"552":{"position":[[331,8]]},"578":{"position":[[13,7]]},"594":{"position":[[13,7]]},"624":{"position":[[22,7]]},"632":{"position":[[17,7]]},"731":{"position":[[22,7]]},"755":{"position":[[85,7]]},"770":{"position":[[127,6],[151,6],[322,7]]},"890":{"position":[[28,7]]},"898":{"position":[[1421,8]]},"908":{"position":[[630,8]]},"949":{"position":[[627,7],[1001,6]]},"957":{"position":[[630,8]]},"997":{"position":[[1317,8]]},"1003":{"position":[[625,8]]}}}],["return_immedi",{"_index":1064,"t":{"949":{"position":[[1001,18]]}}}],["returnimmedi",{"_index":649,"t":{"552":{"position":[[137,17],[502,17]]},"898":{"position":[[1522,17],[1660,17]]},"924":{"position":[[104,17]]},"1003":{"position":[[426,17],[796,17]]}}}],["reus",{"_index":1050,"t":{"949":{"position":[[137,7]]}}}],["review",{"_index":1378,"t":{"1030":{"position":[[1402,6]]},"1049":{"position":[[460,6]]},"1068":{"position":[[214,7]]},"1074":{"position":[[406,6],[1212,6]]},"1076":{"position":[[1442,8]]}}}],["revok",{"_index":1494,"t":{"1049":{"position":[[471,8]]}}}],["right",{"_index":918,"t":{"894":{"position":[[173,5]]},"1014":{"position":[[1460,5]]},"1026":{"position":[[194,6],[259,6],[332,5],[386,5],[428,5],[872,5],[921,5],[1231,5],[1274,5],[1454,5],[1716,5],[1775,5],[1953,5],[2114,6],[2406,6]]},"1051":{"position":[[599,6]]},"1060":{"position":[[478,6]]},"1074":{"position":[[997,6]]}}}],["risk",{"_index":1147,"t":{"995":{"position":[[1146,4]]}}}],["role",{"_index":329,"t":{"47":{"position":[[156,4]]},"130":{"position":[[215,5],[361,5]]},"132":{"position":[[150,5],[284,5],[424,5]]},"137":{"position":[[199,5],[345,5]]},"144":{"position":[[39,5]]},"146":{"position":[[189,5],[326,5]]},"153":{"position":[[39,5]]},"155":{"position":[[183,5],[320,5]]},"162":{"position":[[3,5]]},"164":{"position":[[181,5],[336,5]]},"227":{"position":[[148,4]]},"440":{"position":[[153,4]]},"656":{"position":[[365,5]]},"721":{"position":[[215,5],[382,5],[396,5],[422,4]]},"723":{"position":[[52,5],[168,5],[341,5],[357,5]]},"725":{"position":[[386,4]]},"777":{"position":[[206,5],[352,5],[529,5],[811,5],[988,5],[1176,5],[1376,5],[1538,5],[1738,5],[1908,5]]},"782":{"position":[[203,5],[349,5],[526,5],[714,5]]},"787":{"position":[[187,5],[375,5],[575,5],[737,5],[937,5],[1107,5]]},"792":{"position":[[229,5],[375,5]]},"804":{"position":[[183,5],[465,5]]},"816":{"position":[[183,5],[465,5]]},"826":{"position":[[183,5],[465,5]]},"838":{"position":[[183,5],[465,5]]},"846":{"position":[[38,5],[201,5]]},"848":{"position":[[70,5],[140,5],[170,5],[204,4],[277,5],[344,5],[351,4],[634,4],[772,4],[895,4],[901,4],[957,4]]},"852":{"position":[[170,5],[409,5]]},"860":{"position":[[87,5],[274,5]]},"862":{"position":[[70,5],[140,5],[170,5],[204,4]]},"866":{"position":[[174,5],[418,5]]},"878":{"position":[[173,5],[314,5]]},"979":{"position":[[672,5],[764,4],[792,5],[995,5]]},"983":{"position":[[454,5],[607,5],[688,5],[720,5],[863,4],[938,5],[1094,5]]},"989":{"position":[[450,5],[536,5],[696,5],[1034,5],[1119,5],[1276,5]]},"1047":{"position":[[252,4]]},"1076":{"position":[[336,5]]}}}],["room",{"_index":1468,"t":{"1047":{"position":[[91,4]]},"1063":{"position":[[294,5]]},"1065":{"position":[[484,4]]}}}],["root",{"_index":850,"t":{"764":{"position":[[270,4]]},"766":{"position":[[1284,4],[1314,4]]}}}],["rout",{"_index":615,"t":{"426":{"position":[[742,5],[806,5]]},"723":{"position":[[450,6]]}}}],["rpc",{"_index":803,"t":{"760":{"position":[[97,3]]}}}],["rubi",{"_index":961,"t":{"918":{"position":[[30,4],[137,4]]}}}],["rule",{"_index":1499,"t":{"1051":{"position":[[151,4]]},"1076":{"position":[[500,5]]}}}],["run",{"_index":861,"t":{"764":{"position":[[910,4]]}}}],["runtim",{"_index":232,"t":{"10":{"position":[[1945,7]]},"959":{"position":[[960,7]]},"961":{"position":[[1808,7]]}}}],["s",{"_index":53,"t":{"4":{"position":[[115,1],[1691,1]]},"10":{"position":[[1116,1],[1572,1],[2388,1]]},"33":{"position":[[184,1]]},"132":{"position":[[74,1]]},"183":{"position":[[2564,1]]},"227":{"position":[[257,1]]},"293":{"position":[[171,1]]},"305":{"position":[[31,1]]},"416":{"position":[[126,1],[314,1],[407,1],[556,1]]},"440":{"position":[[277,1]]},"498":{"position":[[172,1]]},"546":{"position":[[88,1],[130,1]]},"650":{"position":[[28,1]]},"660":{"position":[[29,1]]},"670":{"position":[[30,1]]},"676":{"position":[[42,1]]},"692":{"position":[[28,1]]},"703":{"position":[[38,1]]},"721":{"position":[[295,1]]},"755":{"position":[[171,1]]},"757":{"position":[[909,1]]},"760":{"position":[[520,1]]},"764":{"position":[[409,1],[472,1]]},"808":{"position":[[64,1]]},"830":{"position":[[64,1]]},"848":{"position":[[124,1]]},"856":{"position":[[38,1]]},"862":{"position":[[124,1]]},"870":{"position":[[40,1]]},"910":{"position":[[134,1]]},"918":{"position":[[54,1],[557,1]]},"932":{"position":[[2415,1]]},"936":{"position":[[167,1],[720,1],[831,1]]},"940":{"position":[[15,1],[104,1]]},"942":{"position":[[90,1]]},"944":{"position":[[84,1],[158,1]]},"949":{"position":[[233,1]]},"959":{"position":[[131,1],[587,1]]},"961":{"position":[[979,1],[1435,1]]},"969":{"position":[[456,1]]},"971":{"position":[[171,1],[264,1],[413,1]]},"991":{"position":[[108,1]]},"993":{"position":[[119,1]]},"1003":{"position":[[91,1],[133,1]]},"1012":{"position":[[63,1],[235,1],[258,1]]},"1014":{"position":[[141,1],[180,1],[197,1],[277,1]]},"1022":{"position":[[367,1]]},"1026":{"position":[[2246,1]]},"1030":{"position":[[500,1]]},"1044":{"position":[[134,1],[146,1]]},"1074":{"position":[[123,1],[911,1]]},"1076":{"position":[[57,1],[69,1],[310,1],[920,1],[1345,1],[1420,1]]},"1078":{"position":[[106,1]]}}}],["s0m3t0k3n",{"_index":839,"t":{"762":{"position":[[470,9]]}}}],["s3cr3t",{"_index":263,"t":{"18":{"position":[[71,6]]},"69":{"position":[[79,6]]},"81":{"position":[[89,6]]},"95":{"position":[[105,6]]},"109":{"position":[[104,6]]},"121":{"position":[[92,6]]},"128":{"position":[[93,6]]},"130":{"position":[[317,6]]},"135":{"position":[[98,6]]},"137":{"position":[[301,6]]},"142":{"position":[[115,6]]},"146":{"position":[[281,6]]},"151":{"position":[[114,6]]},"155":{"position":[[275,6]]},"160":{"position":[[119,6]]},"164":{"position":[[291,6]]},"169":{"position":[[109,6]]},"181":{"position":[[90,6]]},"197":{"position":[[107,6]]},"209":{"position":[[116,6]]},"221":{"position":[[100,6]]},"233":{"position":[[90,6]]},"241":{"position":[[90,6]]},"249":{"position":[[90,6]]},"263":{"position":[[129,6]]},"275":{"position":[[104,6]]},"289":{"position":[[131,6]]},"303":{"position":[[108,6]]},"317":{"position":[[107,6]]},"329":{"position":[[98,6]]},"343":{"position":[[121,6]]},"357":{"position":[[119,6]]},"371":{"position":[[109,6]]},"383":{"position":[[129,6]]},"398":{"position":[[130,6]]},"426":{"position":[[100,6]]},"436":{"position":[[106,6]]},"448":{"position":[[103,6]]},"458":{"position":[[103,6]]},"468":{"position":[[103,6]]},"480":{"position":[[113,6]]},"494":{"position":[[143,6]]},"506":{"position":[[117,6]]},"520":{"position":[[147,6]]},"538":{"position":[[145,6]]},"554":{"position":[[134,6]]},"570":{"position":[[140,6]]},"586":{"position":[[136,6]]},"600":{"position":[[128,6]]},"616":{"position":[[142,6]]},"630":{"position":[[115,6]]},"721":{"position":[[205,6]]},"737":{"position":[[125,6]]},"751":{"position":[[110,6]]},"775":{"position":[[76,6]]},"777":{"position":[[308,6]]},"780":{"position":[[76,6]]},"782":{"position":[[305,6]]},"785":{"position":[[76,6]]},"790":{"position":[[76,6]]},"792":{"position":[[331,6]]},"802":{"position":[[82,6]]},"814":{"position":[[92,6]]},"836":{"position":[[120,6]]},"850":{"position":[[117,6]]},"864":{"position":[[115,6]]},"876":{"position":[[110,6]]},"888":{"position":[[99,6]]},"977":{"position":[[530,6],[612,6]]},"979":{"position":[[318,6],[589,6]]}}}],["s3cr3t1",{"_index":875,"t":{"777":{"position":[[770,7]]},"782":{"position":[[673,7]]},"804":{"position":[[424,7]]},"814":{"position":[[80,7]]},"816":{"position":[[424,7]]},"824":{"position":[[84,7]]},"826":{"position":[[424,7]]},"838":{"position":[[424,7]]}}}],["s3cr3t2",{"_index":878,"t":{"777":{"position":[[1135,7]]},"787":{"position":[[334,7]]}}}],["s3cr3t3",{"_index":881,"t":{"777":{"position":[[1497,7]]},"787":{"position":[[696,7]]}}}],["s3cr3t4",{"_index":883,"t":{"777":{"position":[[1867,7]]},"787":{"position":[[1066,7]]}}}],["sa",{"_index":1231,"t":{"1014":{"position":[[401,2]]},"1024":{"position":[[6,2]]},"1030":{"position":[[41,2],[395,2],[614,2]]}}}],["sadmin",{"_index":1098,"t":{"979":{"position":[[637,6],[960,6]]}}}],["safe",{"_index":1369,"t":{"1030":{"position":[[870,4]]},"1065":{"position":[[454,4]]}}}],["safeguard",{"_index":1351,"t":{"1030":{"position":[[197,9],[2055,9]]}}}],["safeti",{"_index":1361,"t":{"1030":{"position":[[446,6]]},"1047":{"position":[[764,6]]}}}],["same",{"_index":121,"t":{"4":{"position":[[1472,4]]},"6":{"position":[[95,4]]},"10":{"position":[[585,4]]},"723":{"position":[[428,4]]},"894":{"position":[[659,4]]},"898":{"position":[[195,4]]},"908":{"position":[[293,4]]},"957":{"position":[[293,4]]},"969":{"position":[[96,4]]},"995":{"position":[[1648,4]]},"997":{"position":[[980,4]]},"1003":{"position":[[199,4]]},"1022":{"position":[[505,4]]}}}],["saml",{"_index":1435,"t":{"1040":{"position":[[174,4]]}}}],["satisfi",{"_index":1286,"t":{"1016":{"position":[[607,7]]},"1034":{"position":[[53,9]]}}}],["scalabl",{"_index":145,"t":{"6":{"position":[[129,11]]}}}],["scan",{"_index":1561,"t":{"1070":{"position":[[202,8]]}}}],["scenario",{"_index":1454,"t":{"1042":{"position":[[55,9]]}}}],["schema",{"_index":64,"t":{"4":{"position":[[359,6],[450,6],[763,6],[824,6]]},"193":{"position":[[22,6],[77,6],[87,6]]},"261":{"position":[[244,6],[290,6],[345,6]]},"309":{"position":[[0,7]]},"311":{"position":[[34,6]]},"313":{"position":[[33,7],[42,6]]},"315":{"position":[[47,6],[66,6],[91,6]]},"317":{"position":[[86,7],[94,6]]},"319":{"position":[[51,6],[161,7],[169,6],[197,6]]},"323":{"position":[[27,7]]},"325":{"position":[[33,7]]},"327":{"position":[[47,6]]},"329":{"position":[[86,7]]},"331":{"position":[[45,7],[102,7],[192,7],[200,6],[228,6],[519,7],[527,6],[555,6]]},"335":{"position":[[27,6]]},"339":{"position":[[34,7],[43,6]]},"341":{"position":[[47,6],[66,6],[91,6]]},"343":{"position":[[100,7],[108,6]]},"345":{"position":[[19,6]]},"347":{"position":[[55,6],[165,7],[173,6],[201,6]]},"351":{"position":[[39,6]]},"353":{"position":[[33,7],[42,6]]},"355":{"position":[[50,6],[65,6],[90,6]]},"357":{"position":[[98,7],[106,6]]},"359":{"position":[[46,7],[66,6]]},"361":{"position":[[49,6],[159,7],[195,6]]},"365":{"position":[[23,6]]},"367":{"position":[[36,7],[45,6]]},"369":{"position":[[50,6],[65,6],[90,6]]},"371":{"position":[[88,7],[96,6]]},"377":{"position":[[66,6],[105,6],[211,6],[352,6]]},"379":{"position":[[34,7],[43,6]]},"381":{"position":[[50,6],[65,6],[90,6]]},"383":{"position":[[99,7],[107,6]]},"385":{"position":[[5,6],[115,6],[149,6],[220,6]]},"404":{"position":[[775,6],[1252,6]]},"703":{"position":[[85,6]]},"721":{"position":[[121,6]]},"723":{"position":[[120,6]]},"760":{"position":[[566,6]]},"932":{"position":[[952,6],[964,6],[986,6],[1006,6]]},"934":{"position":[[18,6],[157,6],[182,6],[351,6],[578,6],[671,6],[878,6],[914,6],[951,6],[1024,6],[1064,6],[1102,6],[1274,6],[1317,6],[1521,6],[1560,6],[1666,6],[1807,6]]},"1001":{"position":[[40,6],[141,6],[176,7]]}}}],["schema_nam",{"_index":498,"t":{"313":{"position":[[42,11]]},"315":{"position":[[66,11]]},"339":{"position":[[43,11]]},"341":{"position":[[66,11]]},"353":{"position":[[42,11]]},"355":{"position":[[65,11]]},"367":{"position":[[45,11]]},"369":{"position":[[65,11]]},"379":{"position":[[43,11]]},"381":{"position":[[65,11]]}}}],["scope",{"_index":441,"t":{"187":{"position":[[230,6]]},"898":{"position":[[302,6],[496,6]]},"975":{"position":[[591,6]]},"1014":{"position":[[312,5]]},"1024":{"position":[[465,5]]},"1026":{"position":[[1378,5]]}}}],["script",{"_index":84,"t":{"4":{"position":[[669,6]]}}}],["second",{"_index":495,"t":{"305":{"position":[[1756,6]]},"416":{"position":[[757,6],[835,7],[905,7]]},"512":{"position":[[111,7]]},"518":{"position":[[127,7]]},"632":{"position":[[1066,6]]},"898":{"position":[[551,7]]},"914":{"position":[[34,7],[380,7]]},"926":{"position":[[370,6],[627,6]]},"969":{"position":[[157,7],[203,7],[285,7],[303,6]]},"971":{"position":[[614,6],[692,7],[762,7]]}}}],["secreci",{"_index":1553,"t":{"1068":{"position":[[656,7]]},"1074":{"position":[[940,7]]},"1076":{"position":[[708,7],[979,7]]}}}],["secret",{"_index":776,"t":{"721":{"position":[[350,6]]}}}],["section",{"_index":288,"t":{"22":{"position":[[16,7]]},"31":{"position":[[16,7]]},"45":{"position":[[16,7]]},"59":{"position":[[16,7]]},"73":{"position":[[16,7]]},"85":{"position":[[16,7]]},"99":{"position":[[16,7]]},"113":{"position":[[16,7]]},"125":{"position":[[16,7]]},"139":{"position":[[16,7]]},"148":{"position":[[16,7]]},"157":{"position":[[16,7]]},"166":{"position":[[16,7]]},"173":{"position":[[16,7]]},"185":{"position":[[16,7]]},"201":{"position":[[16,7]]},"213":{"position":[[16,7]]},"225":{"position":[[16,7]]},"253":{"position":[[16,7]]},"267":{"position":[[16,7]]},"279":{"position":[[16,7]]},"295":{"position":[[16,7]]},"307":{"position":[[16,7]]},"321":{"position":[[16,7]]},"333":{"position":[[16,7]]},"349":{"position":[[16,7]]},"363":{"position":[[16,7]]},"375":{"position":[[16,7]]},"389":{"position":[[16,7]]},"418":{"position":[[16,7]]},"428":{"position":[[16,7]]},"438":{"position":[[16,7]]},"472":{"position":[[16,7]]},"484":{"position":[[16,7]]},"498":{"position":[[251,7]]},"510":{"position":[[16,7]]},"526":{"position":[[16,7]]},"544":{"position":[[16,7]]},"560":{"position":[[16,7]]},"576":{"position":[[16,7]]},"592":{"position":[[16,7]]},"606":{"position":[[16,7]]},"622":{"position":[[16,7]]},"634":{"position":[[16,7]]},"648":{"position":[[16,7]]},"658":{"position":[[16,7]]},"668":{"position":[[16,7]]},"678":{"position":[[16,7]]},"690":{"position":[[16,7]]},"700":{"position":[[16,7]]},"727":{"position":[[16,7]]},"729":{"position":[[16,7]]},"741":{"position":[[16,7]]},"755":{"position":[[250,7]]},"794":{"position":[[16,7]]},"806":{"position":[[16,7]]},"818":{"position":[[16,7]]},"828":{"position":[[16,7]]},"840":{"position":[[16,7]]},"854":{"position":[[16,7]]},"868":{"position":[[16,7]]},"880":{"position":[[16,7]]},"892":{"position":[[16,7]]},"932":{"position":[[133,7],[746,7],[2383,7]]},"934":{"position":[[1005,7],[1229,7],[1409,7],[1892,7],[2036,7]]}}}],["sector",{"_index":1397,"t":{"1030":{"position":[[2390,6]]}}}],["secur",{"_index":135,"t":{"4":{"position":[[1926,8],[1976,6]]},"995":{"position":[[633,8],[931,8],[1503,8],[1615,7]]},"1008":{"position":[[549,6]]},"1030":{"position":[[107,8],[514,8],[705,6],[812,8],[1052,7],[1080,8],[1175,6],[1491,8],[1580,8],[1636,6],[1678,8],[1794,8],[2069,8]]},"1040":{"position":[[1048,8],[1079,8]]},"1044":{"position":[[255,8]]},"1047":{"position":[[58,8],[367,8],[669,7],[713,8]]},"1049":{"position":[[840,8],[908,8]]},"1051":{"position":[[671,8]]},"1053":{"position":[[451,10]]},"1055":{"position":[[372,10]]},"1058":{"position":[[397,6],[508,10]]},"1060":{"position":[[578,8]]},"1063":{"position":[[421,8],[470,8]]},"1065":{"position":[[502,8]]},"1068":{"position":[[155,8]]},"1070":{"position":[[86,8],[367,8],[543,8],[607,8],[731,10]]},"1074":{"position":[[420,8],[606,8]]},"1076":{"position":[[113,8],[251,8],[357,8],[568,8],[661,6],[1392,8]]},"1078":{"position":[[63,8]]}}}],["see",{"_index":289,"t":{"22":{"position":[[34,3]]},"31":{"position":[[34,3]]},"45":{"position":[[34,3]]},"59":{"position":[[34,3]]},"73":{"position":[[34,3]]},"85":{"position":[[34,3]]},"99":{"position":[[34,3]]},"113":{"position":[[34,3]]},"125":{"position":[[34,3]]},"139":{"position":[[34,3]]},"148":{"position":[[34,3]]},"157":{"position":[[34,3]]},"166":{"position":[[34,3]]},"173":{"position":[[34,3]]},"185":{"position":[[34,3]]},"201":{"position":[[34,3]]},"213":{"position":[[34,3]]},"225":{"position":[[34,3]]},"253":{"position":[[34,3]]},"267":{"position":[[34,3]]},"279":{"position":[[34,3]]},"295":{"position":[[34,3]]},"307":{"position":[[34,3]]},"321":{"position":[[34,3]]},"333":{"position":[[34,3]]},"349":{"position":[[34,3]]},"363":{"position":[[34,3]]},"375":{"position":[[34,3]]},"389":{"position":[[34,3]]},"418":{"position":[[34,3]]},"428":{"position":[[34,3]]},"438":{"position":[[34,3]]},"472":{"position":[[34,3]]},"484":{"position":[[34,3]]},"498":{"position":[[269,3]]},"510":{"position":[[34,3]]},"526":{"position":[[34,3]]},"544":{"position":[[34,3]]},"560":{"position":[[34,3]]},"576":{"position":[[34,3]]},"592":{"position":[[34,3]]},"606":{"position":[[34,3]]},"622":{"position":[[34,3]]},"634":{"position":[[34,3]]},"648":{"position":[[34,3]]},"658":{"position":[[34,3]]},"668":{"position":[[34,3]]},"678":{"position":[[34,3]]},"690":{"position":[[34,3]]},"700":{"position":[[34,3]]},"741":{"position":[[34,3]]},"755":{"position":[[268,3]]},"794":{"position":[[34,3]]},"806":{"position":[[34,3]]},"818":{"position":[[34,3]]},"828":{"position":[[34,3]]},"840":{"position":[[34,3]]},"854":{"position":[[34,3]]},"868":{"position":[[34,3]]},"880":{"position":[[34,3]]},"892":{"position":[[34,3]]},"926":{"position":[[32,3]]},"979":{"position":[[1245,3]]},"981":{"position":[[582,3]]},"983":{"position":[[1260,3]]},"985":{"position":[[546,3]]},"987":{"position":[[505,3]]},"989":{"position":[[1443,3]]},"1018":{"position":[[169,3]]}}}],["seek",{"_index":62,"t":{"4":{"position":[[335,7],[1494,7],[1575,4]]},"936":{"position":[[528,4]]}}}],["seem",{"_index":976,"t":{"918":{"position":[[330,5]]}}}],["select",{"_index":1569,"t":{"1074":{"position":[[498,9]]}}}],["send",{"_index":34,"t":{"2":{"position":[[543,4],[943,4]]},"8":{"position":[[73,4],[971,5]]},"10":{"position":[[472,4],[575,5],[1025,5]]},"404":{"position":[[874,7]]},"562":{"position":[[67,7]]},"898":{"position":[[583,4],[939,5]]},"900":{"position":[[317,4]]},"908":{"position":[[180,4],[283,5]]},"910":{"position":[[43,5]]},"928":{"position":[[15,4]]},"932":{"position":[[273,4],[1413,4]]},"957":{"position":[[180,4],[283,5]]},"959":{"position":[[40,5]]},"961":{"position":[[888,5]]},"991":{"position":[[411,4]]},"997":{"position":[[867,4],[970,5]]},"1005":{"position":[[181,7],[249,7]]},"1010":{"position":[[62,4]]},"1026":{"position":[[817,7]]},"1036":{"position":[[426,4]]},"1038":{"position":[[1079,4]]}}}],["sens",{"_index":175,"t":{"8":{"position":[[369,5]]},"187":{"position":[[144,5]]},"902":{"position":[[144,5]]}}}],["sensit",{"_index":1295,"t":{"1018":{"position":[[345,9]]}}}],["sent",{"_index":520,"t":{"385":{"position":[[231,4]]},"404":{"position":[[628,4]]},"898":{"position":[[261,4]]},"1030":{"position":[[1032,4]]},"1040":{"position":[[899,4]]}}}],["separ",{"_index":1505,"t":{"1053":{"position":[[83,10],[187,9],[223,9]]}}}],["sequenti",{"_index":952,"t":{"912":{"position":[[644,10]]}}}],["serv",{"_index":153,"t":{"6":{"position":[[277,5]]},"10":{"position":[[1132,6]]},"29":{"position":[[181,7]]},"910":{"position":[[150,6]]},"959":{"position":[[147,6]]},"961":{"position":[[995,6]]},"1024":{"position":[[583,5]]},"1070":{"position":[[319,6]]}}}],["server",{"_index":125,"t":{"4":{"position":[[1638,6],[1684,6]]},"6":{"position":[[120,7]]},"10":{"position":[[243,6],[766,6],[1018,6],[1359,6],[1565,6]]},"29":{"position":[[117,7]]},"552":{"position":[[398,6]]},"764":{"position":[[321,6],[373,6]]},"898":{"position":[[1556,6]]},"906":{"position":[[237,6]]},"908":{"position":[[474,6]]},"910":{"position":[[36,6],[377,6]]},"914":{"position":[[306,6]]},"955":{"position":[[243,6]]},"957":{"position":[[474,6]]},"959":{"position":[[33,6],[374,6],[580,6]]},"961":{"position":[[819,6],[881,6],[1222,6],[1428,6]]},"997":{"position":[[658,6],[1161,6]]},"1003":{"position":[[692,6]]},"1047":{"position":[[84,6]]},"1063":{"position":[[287,6]]},"1065":{"position":[[237,7],[477,6]]}}}],["servic",{"_index":2,"t":{"2":{"position":[[19,7],[56,7],[310,7],[400,7],[478,7],[511,7],[644,7],[695,7],[792,7],[861,7]]},"6":{"position":[[260,7]]},"10":{"position":[[82,7],[1995,7],[2084,7],[2140,7],[2154,7],[2196,8],[2338,7],[2380,7],[2499,7]]},"14":{"position":[[69,7]]},"20":{"position":[[400,7],[726,7]]},"29":{"position":[[61,7]]},"47":{"position":[[202,7]]},"57":{"position":[[689,7],[1015,7],[1326,7],[1645,7]]},"61":{"position":[[270,7]]},"63":{"position":[[15,7]]},"65":{"position":[[49,7]]},"130":{"position":[[353,7]]},"132":{"position":[[40,7],[142,7],[416,7]]},"137":{"position":[[337,7]]},"146":{"position":[[318,7]]},"155":{"position":[[312,7]]},"164":{"position":[[328,7]]},"227":{"position":[[72,7],[332,7]]},"404":{"position":[[72,7],[304,7]]},"414":{"position":[[255,7]]},"426":{"position":[[181,7],[541,7]]},"430":{"position":[[77,7]]},"440":{"position":[[79,7],[352,7]]},"536":{"position":[[380,7],[543,7]]},"542":{"position":[[133,7]]},"636":{"position":[[15,7]]},"656":{"position":[[357,7]]},"680":{"position":[[47,7]]},"717":{"position":[[90,7]]},"719":{"position":[[429,7]]},"760":{"position":[[19,7]]},"762":{"position":[[102,7],[454,7]]},"764":{"position":[[559,7],[605,7]]},"766":{"position":[[46,7],[207,7],[819,7],[838,7],[1262,7]]},"768":{"position":[[15,7]]},"770":{"position":[[46,7],[138,7]]},"777":{"position":[[74,7],[344,7],[803,7],[1168,7],[1530,7],[1900,7]]},"782":{"position":[[341,7],[706,7]]},"787":{"position":[[367,7],[729,7],[1099,7]]},"792":{"position":[[367,7]]},"796":{"position":[[60,7]]},"804":{"position":[[457,7]]},"816":{"position":[[457,7]]},"826":{"position":[[457,7]]},"838":{"position":[[457,7]]},"846":{"position":[[193,7]]},"848":{"position":[[132,7],[157,7],[191,7],[212,7],[299,7],[882,7],[918,7],[943,7],[970,7]]},"852":{"position":[[401,7]]},"860":{"position":[[266,7]]},"862":{"position":[[132,7],[157,7],[191,7],[212,7]]},"866":{"position":[[410,7]]},"878":{"position":[[306,7]]},"896":{"position":[[14,8],[61,7],[270,7]]},"898":{"position":[[40,7],[621,7],[1374,7]]},"900":{"position":[[19,7],[50,7],[185,7]]},"912":{"position":[[22,7],[502,7],[545,7],[583,7]]},"930":{"position":[[49,7],[102,7]]},"932":{"position":[[844,7],[1440,7],[2264,7]]},"934":{"position":[[315,7]]},"938":{"position":[[49,7],[102,7]]},"953":{"position":[[49,7],[102,7]]},"955":{"position":[[82,7]]},"961":{"position":[[658,7]]},"963":{"position":[[49,7],[102,7]]},"965":{"position":[[188,7],[685,7]]},"973":{"position":[[126,7]]},"975":{"position":[[44,7],[97,7],[126,7],[144,7],[186,7]]},"977":{"position":[[15,7],[50,7],[80,7],[150,7],[176,7],[192,7],[514,7],[567,7],[624,7],[752,7],[787,7],[796,7]]},"979":{"position":[[4,7],[102,7],[169,7],[236,7],[304,7],[349,7],[430,7],[470,7],[512,7],[571,7],[664,7],[681,7],[749,7],[784,7],[820,7],[881,7],[987,7],[1006,7]]},"981":{"position":[[15,7],[392,7],[519,7]]},"983":{"position":[[0,7],[243,7],[1086,7],[1203,7]]},"985":{"position":[[0,7]]},"989":{"position":[[150,7],[688,7],[806,7],[1268,7],[1386,7]]},"995":{"position":[[152,8],[422,8],[527,8],[974,8],[1125,8],[1193,8],[1706,8],[1783,7]]},"999":{"position":[[49,7],[102,7]]},"1003":{"position":[[4,7]]},"1008":{"position":[[32,7],[475,7],[639,8]]},"1010":{"position":[[159,7],[438,7]]},"1012":{"position":[[605,7]]},"1014":{"position":[[807,7],[1010,7]]},"1016":{"position":[[264,7]]},"1020":{"position":[[93,8],[244,8],[325,7]]},"1026":{"position":[[1406,7]]},"1028":{"position":[[138,7]]},"1030":{"position":[[368,8],[738,7],[746,7],[795,7],[1698,8],[2314,7]]},"1036":{"position":[[105,7],[304,7]]},"1038":{"position":[[39,8],[73,7],[142,8],[197,7],[295,7],[1043,7],[1068,7]]},"1040":{"position":[[55,7],[91,7],[146,8],[242,7],[388,7],[678,7],[1414,7]]},"1042":{"position":[[25,7]]},"1053":{"position":[[259,8]]},"1076":{"position":[[181,8]]}}}],["service_admin",{"_index":410,"t":{"132":{"position":[[40,13]]},"848":{"position":[[212,13],[918,13],[943,13]]},"862":{"position":[[212,13]]},"975":{"position":[[144,13]]},"977":{"position":[[150,13]]},"979":{"position":[[169,13],[349,13],[470,13],[681,13],[749,13],[820,13],[1006,13]]},"983":{"position":[[0,13]]},"985":{"position":[[0,13]]}}}],["service_rol",{"_index":407,"t":{"130":{"position":[[353,13]]},"132":{"position":[[142,13],[416,13]]},"137":{"position":[[337,13]]},"146":{"position":[[318,13]]},"155":{"position":[[312,13]]},"164":{"position":[[328,13]]},"656":{"position":[[357,13]]},"777":{"position":[[344,13],[803,13],[1168,13],[1530,13],[1900,13]]},"782":{"position":[[341,13],[706,13]]},"787":{"position":[[367,13],[729,13],[1099,13]]},"792":{"position":[[367,13]]},"804":{"position":[[457,13]]},"816":{"position":[[457,13]]},"826":{"position":[[457,13]]},"838":{"position":[[457,13]]},"846":{"position":[[193,13]]},"848":{"position":[[132,13]]},"852":{"position":[[401,13]]},"860":{"position":[[266,13]]},"862":{"position":[[132,13]]},"866":{"position":[[410,13]]},"878":{"position":[[306,13]]},"979":{"position":[[664,13],[784,13],[987,13]]},"983":{"position":[[1086,13]]},"989":{"position":[[688,13],[1268,13]]}}}],["service_token",{"_index":838,"t":{"762":{"position":[[454,13]]},"764":{"position":[[559,13]]},"975":{"position":[[97,13]]},"977":{"position":[[50,13],[80,13],[514,13],[624,13],[752,13]]},"979":{"position":[[4,13],[304,13],[430,13]]}}}],["set",{"_index":71,"t":{"4":{"position":[[492,3],[1710,3]]},"10":{"position":[[1591,3]]},"552":{"position":[[355,7],[494,3]]},"719":{"position":[[202,3]]},"725":{"position":[[586,3]]},"757":{"position":[[97,3],[140,3],[215,4]]},"764":{"position":[[587,3],[689,3]]},"766":{"position":[[670,3]]},"898":{"position":[[1445,7],[1652,3]]},"914":{"position":[[617,3]]},"924":{"position":[[23,3],[96,3]]},"932":{"position":[[19,3]]},"934":{"position":[[713,3]]},"947":{"position":[[185,3]]},"949":{"position":[[659,3],[749,7]]},"959":{"position":[[606,3]]},"961":{"position":[[1454,3]]},"969":{"position":[[147,3]]},"1003":{"position":[[649,7],[788,3]]},"1014":{"position":[[878,4]]},"1016":{"position":[[727,3]]},"1026":{"position":[[1677,3]]},"1076":{"position":[[135,3],[509,3]]}}}],["setup",{"_index":1086,"t":{"973":{"position":[[50,5]]}}}],["sftp",{"_index":1518,"t":{"1058":{"position":[[381,4]]}}}],["sgvsbg8gq2xvdwqguhvil1n1yiegsgvyzsbpcybtesbtzxnzywdliq",{"_index":554,"t":{"404":{"position":[[970,54],[1329,54],[1540,54]]}}}],["shall",{"_index":1123,"t":{"995":{"position":[[123,5],[327,5],[499,5],[656,5],[728,5],[812,5],[883,5],[1949,5]]},"1014":{"position":[[1553,5],[1823,5],[1984,5]]},"1026":{"position":[[1760,5]]},"1028":{"position":[[44,5]]},"1030":{"position":[[179,5]]}}}],["share",{"_index":1509,"t":{"1053":{"position":[[352,6]]}}}],["sheet",{"_index":1508,"t":{"1053":{"position":[[214,5]]}}}],["short",{"_index":809,"t":{"760":{"position":[[430,5],[620,5]]}}}],["show",{"_index":733,"t":{"705":{"position":[[396,4],[536,4]]},"723":{"position":[[626,4],[1184,4]]},"949":{"position":[[433,5]]}}}],["side",{"_index":97,"t":{"4":{"position":[[1041,4]]},"934":{"position":[[568,4]]}}}],["signatur",{"_index":1450,"t":{"1040":{"position":[[1161,10]]}}}],["simpl",{"_index":235,"t":{"10":{"position":[[2033,6]]},"71":{"position":[[249,6],[407,6]]},"93":{"position":[[21,6]]},"107":{"position":[[48,6]]},"656":{"position":[[260,6]]},"965":{"position":[[596,6]]},"1012":{"position":[[638,6]]}}}],["simplesamlphp",{"_index":1420,"t":{"1038":{"position":[[361,13]]}}}],["simul",{"_index":1195,"t":{"1012":{"position":[[69,8]]}}}],["singl",{"_index":12,"t":{"2":{"position":[[135,6],[678,6]]},"757":{"position":[[953,6]]},"896":{"position":[[95,6]]},"898":{"position":[[396,6]]},"951":{"position":[[106,6]]},"961":{"position":[[106,6]]},"997":{"position":[[106,6]]},"1012":{"position":[[274,6]]}}}],["site",{"_index":87,"t":{"4":{"position":[[738,5]]},"1038":{"position":[[611,5]]}}}],["size",{"_index":489,"t":{"305":{"position":[[1029,4]]},"632":{"position":[[710,4]]},"705":{"position":[[577,4]]},"932":{"position":[[2353,4]]}}}],["skip",{"_index":101,"t":{"4":{"position":[[1159,4],[1545,4]]},"949":{"position":[[1374,4],[1541,8],[1728,4],[1861,8],[2025,4]]}}}],["sleep",{"_index":1066,"t":{"949":{"position":[[1083,5],[2643,5]]}}}],["slowstart",{"_index":590,"t":{"416":{"position":[[185,9],[255,9]]},"971":{"position":[[42,9],[112,9]]}}}],["small",{"_index":1188,"t":{"1010":{"position":[[103,5]]}}}],["smoke",{"_index":1526,"t":{"1063":{"position":[[162,5]]}}}],["smooth",{"_index":1275,"t":{"1016":{"position":[[147,6]]}}}],["snipper",{"_index":1053,"t":{"949":{"position":[[425,7]]}}}],["societ",{"_index":1218,"t":{"1014":{"position":[[45,7]]}}}],["softwar",{"_index":169,"t":{"6":{"position":[[479,8]]}}}],["sole",{"_index":1282,"t":{"1016":{"position":[[494,6]]}}}],["solut",{"_index":985,"t":{"918":{"position":[[634,8]]}}}],["some_token",{"_index":456,"t":{"243":{"position":[[109,10]]},"249":{"position":[[118,10]]},"458":{"position":[[131,10]]},"470":{"position":[[256,10]]}}}],["some_token2",{"_index":885,"t":{"782":{"position":[[825,11]]},"785":{"position":[[104,11]]}}}],["some_token3",{"_index":887,"t":{"787":{"position":[[1241,11]]}}}],["someth",{"_index":720,"t":{"703":{"position":[[131,9]]}}}],["sometim",{"_index":1082,"t":{"965":{"position":[[968,9]]}}}],["somewhat",{"_index":969,"t":{"918":{"position":[[151,8]]}}}],["sp",{"_index":1433,"t":{"1040":{"position":[[74,3]]}}}],["spam",{"_index":1559,"t":{"1070":{"position":[[182,4]]}}}],["specif",{"_index":14,"t":{"2":{"position":[[156,13],[703,13],[1049,8]]},"4":{"position":[[717,8]]},"8":{"position":[[179,8],[624,8]]},"14":{"position":[[56,8]]},"20":{"position":[[415,8],[741,8]]},"57":{"position":[[704,8],[1030,8],[1341,8],[1660,8]]},"75":{"position":[[39,8]]},"83":{"position":[[59,8]]},"115":{"position":[[23,8]]},"130":{"position":[[74,8]]},"137":{"position":[[56,8]]},"175":{"position":[[54,8]]},"183":{"position":[[423,8],[747,8],[1100,8],[1453,8],[1806,8],[2159,8]]},"227":{"position":[[48,8]]},"255":{"position":[[75,8]]},"297":{"position":[[54,8]]},"305":{"position":[[435,8],[752,8],[1070,8],[1453,8]]},"311":{"position":[[25,8]]},"430":{"position":[[55,8]]},"440":{"position":[[55,8]]},"624":{"position":[[54,8]]},"632":{"position":[[64,8],[435,8],[751,8]]},"705":{"position":[[401,8],[541,8]]},"723":{"position":[[666,8],[1224,8]]},"760":{"position":[[60,13]]},"796":{"position":[[39,8]]},"804":{"position":[[59,8]]},"808":{"position":[[39,8]]},"816":{"position":[[59,8]]},"820":{"position":[[39,8]]},"826":{"position":[[59,8]]},"830":{"position":[[39,8]]},"838":{"position":[[59,8]]},"894":{"position":[[97,8]]},"896":{"position":[[116,13]]},"898":{"position":[[404,8]]},"900":{"position":[[423,8]]},"904":{"position":[[176,8]]},"926":{"position":[[40,8]]},"936":{"position":[[547,8]]},"951":{"position":[[365,8]]},"961":{"position":[[365,8]]},"983":{"position":[[40,8]]},"997":{"position":[[365,8]]},"1024":{"position":[[248,12]]},"1042":{"position":[[457,8],[584,8]]},"1051":{"position":[[395,12]]},"1055":{"position":[[274,8]]},"1065":{"position":[[384,14]]}}}],["specifi",{"_index":539,"t":{"404":{"position":[[259,9]]},"414":{"position":[[0,7]]},"552":{"position":[[251,9],[296,7]]},"719":{"position":[[209,9]]},"766":{"position":[[1137,7]]},"995":{"position":[[1012,9]]},"1003":{"position":[[540,9],[590,7]]}}}],["speed",{"_index":1444,"t":{"1040":{"position":[[940,6]]}}}],["ssh",{"_index":1502,"t":{"1051":{"position":[[452,3]]},"1058":{"position":[[376,3]]}}}],["ssl",{"_index":1503,"t":{"1051":{"position":[[488,3]]}}}],["ssp",{"_index":1436,"t":{"1040":{"position":[[373,3]]}}}],["stackoverflow",{"_index":986,"t":{"918":{"position":[[646,13]]}}}],["staff",{"_index":1367,"t":{"1030":{"position":[[754,5]]},"1068":{"position":[[599,5]]}}}],["stage",{"_index":1320,"t":{"1026":{"position":[[94,5]]}}}],["standard",{"_index":1362,"t":{"1030":{"position":[[483,9],[2343,8]]},"1074":{"position":[[716,8]]},"1076":{"position":[[1401,9]]}}}],["start",{"_index":306,"t":{"37":{"position":[[0,5],[12,5],[104,5],[130,5]]},"41":{"position":[[78,5]]},"51":{"position":[[0,5],[12,5],[104,5],[130,5]]},"55":{"position":[[77,5]]},"416":{"position":[[278,6]]},"932":{"position":[[34,5],[799,5]]},"934":{"position":[[1972,5]]},"965":{"position":[[514,5]]},"971":{"position":[[135,6]]},"975":{"position":[[167,5]]},"1036":{"position":[[272,7]]}}}],["start_dat",{"_index":305,"t":{"37":{"position":[[0,10]]},"41":{"position":[[78,10]]},"51":{"position":[[0,10]]},"55":{"position":[[77,10]]}}}],["state",{"_index":1126,"t":{"995":{"position":[[224,6]]}}}],["statement",{"_index":1230,"t":{"1014":{"position":[[334,9],[705,9],[868,9],[1679,9]]},"1020":{"position":[[149,9]]},"1022":{"position":[[579,9]]},"1026":{"position":[[1182,9]]},"1032":{"position":[[59,9]]}}}],["station",{"_index":1009,"t":{"932":{"position":[[1909,7],[2059,7]]}}}],["statist",{"_index":1279,"t":{"1016":{"position":[[294,10],[352,10],[384,10]]},"1038":{"position":[[754,11]]}}}],["statu",{"_index":233,"t":{"10":{"position":[[1953,6]]},"25":{"position":[[9,6]]},"27":{"position":[[59,6]]},"29":{"position":[[47,6],[96,6],[162,6]]},"61":{"position":[[220,6],[442,6]]},"293":{"position":[[209,6]]},"426":{"position":[[1082,6]]},"498":{"position":[[210,6]]},"646":{"position":[[329,6]]},"676":{"position":[[241,6]]},"684":{"position":[[0,6]]},"688":{"position":[[265,6]]},"703":{"position":[[157,6]]},"705":{"position":[[76,6]]},"713":{"position":[[9,6]]},"755":{"position":[[209,6]]},"914":{"position":[[570,6]]},"932":{"position":[[1929,6],[2078,6]]},"959":{"position":[[968,6]]},"961":{"position":[[1816,6]]}}}],["statutori",{"_index":1512,"t":{"1055":{"position":[[235,9]]}}}],["step",{"_index":608,"t":{"426":{"position":[[415,5]]},"757":{"position":[[9,5]]},"762":{"position":[[10,4]]},"932":{"position":[[87,4],[164,4],[791,4]]},"934":{"position":[[843,5],[893,4],[1031,4],[1254,4],[1434,4],[1921,4]]},"965":{"position":[[0,4],[426,4],[603,4],[933,4]]},"975":{"position":[[57,5]]},"1010":{"position":[[11,5]]}}}],["still",{"_index":1017,"t":{"936":{"position":[[28,5]]}}}],["storag",{"_index":1379,"t":{"1030":{"position":[[1437,7]]},"1051":{"position":[[280,7]]},"1065":{"position":[[416,7]]}}}],["store",{"_index":143,"t":{"6":{"position":[[73,7]]},"10":{"position":[[2268,5]]},"762":{"position":[[273,5],[299,5]]},"764":{"position":[[280,5],[328,5]]},"766":{"position":[[895,5],[968,5]]},"912":{"position":[[119,6]]},"977":{"position":[[331,5],[357,5]]},"995":{"position":[[193,5]]},"1005":{"position":[[17,6]]},"1014":{"position":[[964,6]]},"1038":{"position":[[457,6]]},"1058":{"position":[[189,6]]}}}],["store_db",{"_index":827,"t":{"762":{"position":[[299,8]]},"764":{"position":[[328,8]]},"977":{"position":[[357,8]]}}}],["store_host",{"_index":826,"t":{"762":{"position":[[273,10]]},"764":{"position":[[280,10]]},"977":{"position":[[331,10]]}}}],["str",{"_index":1059,"t":{"949":{"position":[[720,3],[1765,3],[1892,3],[2062,3],[2337,3],[2538,3],[2629,3]]}}}],["stream",{"_index":929,"t":{"898":{"position":[[370,6]]}}}],["strict",{"_index":965,"t":{"918":{"position":[[85,6]]}}}],["strict_encode64",{"_index":964,"t":{"918":{"position":[[85,15]]}}}],["strictli",{"_index":1285,"t":{"1016":{"position":[[573,8]]}}}],["string",{"_index":505,"t":{"319":{"position":[[246,6],[277,6],[307,6],[342,6]]},"331":{"position":[[277,6],[308,6],[338,6],[373,6],[604,6],[635,6],[665,6],[700,6]]},"345":{"position":[[82,6],[113,6],[146,6],[181,6]]},"347":{"position":[[250,6],[281,6],[311,6],[346,6]]},"359":{"position":[[129,6],[160,6],[193,6],[228,6]]},"361":{"position":[[244,6],[275,6],[305,6],[340,6]]},"766":{"position":[[293,6],[360,6],[453,6],[547,6],[618,6],[663,6],[831,6],[904,6],[979,6]]},"932":{"position":[[1157,6]]},"949":{"position":[[649,6]]}}}],["strive",{"_index":1385,"t":{"1030":{"position":[[1724,6]]}}}],["structur",{"_index":1340,"t":{"1026":{"position":[[1883,10]]}}}],["style",{"_index":804,"t":{"760":{"position":[[101,5]]}}}],["sub",{"_index":194,"t":{"10":{"position":[[239,3],[762,3],[1261,3],[1355,3],[1466,3]]},"476":{"position":[[47,3]]},"478":{"position":[[41,3]]},"488":{"position":[[49,3]]},"490":{"position":[[34,3]]},"536":{"position":[[286,3]]},"626":{"position":[[48,3]]},"628":{"position":[[34,3]]},"723":{"position":[[1295,3],[1411,3],[1538,3],[1661,3],[1799,3]]},"733":{"position":[[47,3]]},"735":{"position":[[34,3]]},"745":{"position":[[48,3]]},"747":{"position":[[34,3]]},"906":{"position":[[4,3],[80,3],[233,3]]},"908":{"position":[[470,3]]},"910":{"position":[[32,3],[279,3],[373,3],[484,3]]},"949":{"position":[[983,3],[987,3],[996,3],[1617,3],[1621,3],[1630,3],[1914,3],[1918,3],[1927,3],[2393,3],[2397,3],[2406,3]]},"955":{"position":[[239,3]]},"957":{"position":[[470,3]]},"959":{"position":[[276,3],[370,3],[481,3]]},"961":{"position":[[815,3],[1124,3],[1218,3],[1329,3]]},"997":{"position":[[654,3],[1157,3]]}}}],["sub1",{"_index":417,"t":{"162":{"position":[[66,4]]},"164":{"position":[[249,4]]},"436":{"position":[[187,4]]},"632":{"position":[[272,4],[584,4],[914,4]]},"777":{"position":[[620,4],[1079,4]]},"782":{"position":[[617,4]]},"787":{"position":[[278,4]]},"804":{"position":[[274,4]]},"816":{"position":[[274,4]]},"826":{"position":[[274,4]]},"838":{"position":[[274,4]]}}}],["sub101",{"_index":1112,"t":{"987":{"position":[[36,6],[321,6]]},"993":{"position":[[62,6],[184,6],[416,6]]}}}],["sub2",{"_index":620,"t":{"436":{"position":[[222,4]]},"777":{"position":[[628,4],[1457,4]]},"782":{"position":[[625,4]]},"787":{"position":[[656,4]]},"804":{"position":[[282,4]]},"816":{"position":[[282,4]]},"826":{"position":[[282,4]]},"838":{"position":[[282,4]]}}}],["sub3",{"_index":870,"t":{"777":{"position":[[636,4],[1087,4],[1819,4]]},"782":{"position":[[633,4]]},"787":{"position":[[286,4],[1018,4]]},"804":{"position":[[290,4]]},"816":{"position":[[290,4]]},"826":{"position":[[290,4]]},"838":{"position":[[290,4]]}}}],["sub4",{"_index":877,"t":{"777":{"position":[[1095,4],[1827,4]]},"787":{"position":[[294,4],[1026,4]]}}}],["sub_a",{"_index":782,"t":{"723":{"position":[[1295,5],[1538,5],[1661,5],[1799,5]]}}}],["sub_nam",{"_index":623,"t":{"476":{"position":[[47,8]]},"478":{"position":[[41,8]]},"488":{"position":[[49,8]]},"490":{"position":[[34,8]]},"626":{"position":[[48,8]]},"628":{"position":[[34,8]]},"733":{"position":[[47,8]]},"735":{"position":[[34,8]]},"745":{"position":[[48,8]]},"747":{"position":[[34,8]]}}}],["sub_new",{"_index":783,"t":{"723":{"position":[[1411,7]]}}}],["subcontractor",{"_index":1577,"t":{"1074":{"position":[[1062,14]]},"1076":{"position":[[1076,14]]}}}],["subject",{"_index":1263,"t":{"1014":{"position":[[1814,7]]},"1016":{"position":[[793,7]]},"1026":{"position":[[412,7],[905,7],[1070,7],[1258,7],[1499,7],[1752,7],[2125,7],[2238,7]]},"1047":{"position":[[261,7]]},"1051":{"position":[[97,7]]},"1076":{"position":[[1360,7]]}}}],["submit",{"_index":990,"t":{"930":{"position":[[58,6]]},"938":{"position":[[58,6]]},"953":{"position":[[58,6]]},"963":{"position":[[58,6]]},"999":{"position":[[58,6]]}}}],["subs101",{"_index":1113,"t":{"987":{"position":[[155,7]]}}}],["subscrib",{"_index":5,"t":{"2":{"position":[[46,9],[207,11],[293,11],[426,9],[634,9],[754,11],[844,11],[885,9],[990,11]]},"4":{"position":[[217,11]]},"8":{"position":[[15,9],[120,11],[762,11],[1019,11]]},"10":{"position":[[117,10],[388,11],[628,11],[855,10],[1048,10],[1105,10],[1417,11]]},"552":{"position":[[187,10],[549,10]]},"725":{"position":[[155,11],[262,11]]},"757":{"position":[[325,11],[496,11],[678,10]]},"896":{"position":[[51,9],[167,11],[253,11]]},"898":{"position":[[443,11],[987,11],[1707,10]]},"900":{"position":[[40,9],[211,9],[259,9],[364,11]]},"904":{"position":[[314,11]]},"906":{"position":[[111,10]]},"908":{"position":[[96,11],[336,11],[563,10]]},"910":{"position":[[66,10],[123,10],[435,11]]},"914":{"position":[[75,10],[147,10],[216,10],[272,10]]},"924":{"position":[[151,10]]},"934":{"position":[[289,10]]},"936":{"position":[[70,10],[405,10],[497,10],[668,10],[961,10]]},"951":{"position":[[0,11],[181,10],[551,10]]},"955":{"position":[[117,10]]},"957":{"position":[[96,11],[336,11],[563,10]]},"959":{"position":[[63,10],[120,10],[432,11]]},"961":{"position":[[0,11],[181,10],[551,10],[693,10],[911,10],[968,10],[1280,11]]},"997":{"position":[[0,11],[181,10],[551,10],[783,11],[1023,11],[1250,10]]},"1003":{"position":[[297,10],[476,10],[843,10]]}}}],["subscript",{"_index":44,"t":{"2":{"position":[[1032,13]]},"4":{"position":[[1190,12],[1815,13]]},"8":{"position":[[162,13],[433,13],[523,12],[537,13],[670,13],[693,12],[741,13],[881,12]]},"10":{"position":[[184,12],[277,13],[297,13],[432,12],[536,12],[610,12],[734,12],[968,13],[995,12],[1295,12],[1673,13],[1823,12],[1932,12]]},"57":{"position":[[175,13],[339,13]]},"130":{"position":[[267,13]]},"132":{"position":[[336,13]]},"137":{"position":[[251,13]]},"146":{"position":[[228,13]]},"155":{"position":[[222,13]]},"162":{"position":[[48,13]]},"164":{"position":[[230,13]]},"183":{"position":[[79,13],[475,13],[716,13],[804,13],[1056,13],[1157,13],[1409,13],[1510,13],[1762,13],[1863,13],[2115,13]]},"305":{"position":[[165,13],[406,13]]},"392":{"position":[[27,12]]},"394":{"position":[[32,13],[47,12]]},"396":{"position":[[44,12],[67,12]]},"398":{"position":[[98,13]]},"402":{"position":[[54,13]]},"404":{"position":[[11,12],[216,12],[287,12],[357,13],[459,13],[1061,12],[1096,13],[1419,12],[1453,13],[1630,12],[1664,13]]},"408":{"position":[[30,13]]},"412":{"position":[[30,13]]},"416":{"position":[[24,12]]},"422":{"position":[[32,13],[47,12]]},"424":{"position":[[34,12],[57,12]]},"426":{"position":[[50,13],[120,12],[325,12],[1046,13]]},"430":{"position":[[33,13]]},"432":{"position":[[52,13]]},"436":{"position":[[88,13],[141,13],[173,13],[208,13]]},"440":{"position":[[33,13],[208,13],[263,13],[414,13]]},"442":{"position":[[23,13]]},"444":{"position":[[32,13]]},"446":{"position":[[46,13]]},"448":{"position":[[85,13]]},"450":{"position":[[27,13],[74,13],[265,13]]},"452":{"position":[[19,13]]},"454":{"position":[[32,13]]},"456":{"position":[[46,13]]},"458":{"position":[[85,13]]},"460":{"position":[[27,13],[74,13]]},"462":{"position":[[19,13]]},"464":{"position":[[32,13]]},"466":{"position":[[46,13]]},"468":{"position":[[85,13]]},"470":{"position":[[27,13],[74,13]]},"474":{"position":[[68,12]]},"476":{"position":[[32,13]]},"478":{"position":[[55,12]]},"480":{"position":[[78,13],[92,12]]},"486":{"position":[[68,12]]},"488":{"position":[[34,13]]},"490":{"position":[[56,12]]},"494":{"position":[[102,13],[116,12]]},"500":{"position":[[23,12]]},"502":{"position":[[35,13],[50,12]]},"504":{"position":[[34,12],[57,12]]},"506":{"position":[[86,13]]},"512":{"position":[[59,12]]},"514":{"position":[[33,13],[48,12]]},"518":{"position":[[34,12],[57,12]]},"520":{"position":[[98,13]]},"528":{"position":[[50,12]]},"530":{"position":[[33,13],[48,12]]},"536":{"position":[[34,12],[57,12]]},"538":{"position":[[97,13]]},"542":{"position":[[72,12],[277,12],[355,12],[439,12]]},"546":{"position":[[38,12],[117,12]]},"548":{"position":[[33,13],[48,12]]},"552":{"position":[[34,12],[57,12]]},"554":{"position":[[98,13]]},"562":{"position":[[31,12]]},"564":{"position":[[33,13],[48,12]]},"568":{"position":[[34,12],[57,12]]},"570":{"position":[[97,13]]},"578":{"position":[[58,12]]},"580":{"position":[[32,13],[47,12]]},"584":{"position":[[34,12],[57,12]]},"586":{"position":[[97,13]]},"596":{"position":[[32,13],[47,12]]},"598":{"position":[[34,12],[57,12]]},"600":{"position":[[84,13]]},"608":{"position":[[46,12]]},"610":{"position":[[33,13],[48,12]]},"614":{"position":[[34,12],[57,12]]},"616":{"position":[[98,13]]},"624":{"position":[[63,12]]},"626":{"position":[[33,13]]},"628":{"position":[[56,12]]},"630":{"position":[[78,13]]},"632":{"position":[[73,12],[138,12],[239,12],[783,12],[881,12]]},"705":{"position":[[222,12],[276,12],[343,12],[495,12],[550,12],[641,12],[692,12],[754,12],[809,12],[876,12],[944,12],[1021,12]]},"719":{"position":[[585,13]]},"723":{"position":[[1052,13],[1094,13],[1156,13],[1170,13],[1233,12],[1281,13],[1301,13],[1349,12],[1397,13],[1419,13],[1473,12],[1524,13],[1544,13],[1598,12],[1647,13],[1672,13],[1785,13]]},"725":{"position":[[100,13],[189,12],[438,13]]},"731":{"position":[[69,12]]},"733":{"position":[[32,13]]},"735":{"position":[[56,12]]},"737":{"position":[[92,13]]},"743":{"position":[[68,12]]},"745":{"position":[[33,13]]},"747":{"position":[[56,12]]},"751":{"position":[[71,13]]},"757":{"position":[[104,13],[124,12],[183,13],[202,12],[394,12],[453,12],[712,12],[866,13],[889,12],[983,13]]},"764":{"position":[[545,12]]},"777":{"position":[[258,13],[601,13],[1060,13],[1438,13],[1800,13]]},"782":{"position":[[255,13],[598,13]]},"787":{"position":[[259,13],[637,13],[999,13]]},"792":{"position":[[281,13]]},"804":{"position":[[255,13]]},"816":{"position":[[255,13]]},"826":{"position":[[255,13]]},"838":{"position":[[255,13]]},"848":{"position":[[519,13],[675,13]]},"852":{"position":[[213,13]]},"866":{"position":[[217,13]]},"878":{"position":[[216,13]]},"894":{"position":[[628,13]]},"898":{"position":[[164,13],[323,12],[470,12],[1507,12],[1800,12]]},"900":{"position":[[406,13]]},"904":{"position":[[75,12],[89,13],[222,13],[245,12],[293,13],[433,12]]},"906":{"position":[[178,12]]},"908":{"position":[[5,13],[140,12],[244,12],[318,12],[442,12]]},"910":{"position":[[10,12],[313,12],[646,13],[678,13]]},"914":{"position":[[650,12],[735,12]]},"926":{"position":[[131,13],[172,13],[212,13],[235,12],[473,13],[818,13],[899,13]]},"932":{"position":[[181,12],[223,12],[412,12],[502,12],[658,12],[726,12],[754,13],[778,12]]},"936":{"position":[[0,13],[154,12],[195,13],[707,12],[818,12]]},"940":{"position":[[2,12],[91,12]]},"942":{"position":[[77,12]]},"944":{"position":[[71,12],[145,12]]},"947":{"position":[[13,13],[288,12],[1019,12],[1195,13],[1245,12],[1271,13]]},"949":{"position":[[235,12],[354,12],[2604,12]]},"951":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12]]},"955":{"position":[[184,12]]},"957":{"position":[[5,13],[140,12],[244,12],[318,12],[442,12]]},"959":{"position":[[10,12],[310,12],[688,13],[838,12],[947,12]]},"961":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12],[760,12],[858,12],[1158,12],[1536,13],[1686,12],[1795,12]]},"965":{"position":[[30,12],[70,12],[127,12],[332,12],[413,12],[620,12],[831,12],[1099,12],[1363,12],[1447,12]]},"969":{"position":[[354,12]]},"975":{"position":[[471,13],[644,12],[660,12]]},"977":{"position":[[701,13]]},"983":{"position":[[138,13]]},"985":{"position":[[58,13],[166,13]]},"987":{"position":[[16,12],[141,13],[307,13],[488,13],[534,13]]},"993":{"position":[[49,12],[106,12],[170,13],[395,12]]},"997":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12],[599,12],[692,13],[827,12],[931,12],[1005,12],[1129,12]]},"1001":{"position":[[74,12]]},"1003":{"position":[[61,12],[120,12],[256,12]]},"1005":{"position":[[145,12]]},"1010":{"position":[[284,12]]},"1012":{"position":[[148,12],[874,13]]},"1038":{"position":[[974,13]]},"1040":{"position":[[1551,12]]},"1042":{"position":[[224,13]]}}}],["subscription_nam",{"_index":523,"t":{"394":{"position":[[47,17]]},"396":{"position":[[44,17]]},"422":{"position":[[47,17]]},"424":{"position":[[34,17]]},"502":{"position":[[50,17]]},"504":{"position":[[34,17]]},"514":{"position":[[48,17]]},"518":{"position":[[34,17]]},"530":{"position":[[48,17]]},"536":{"position":[[34,17]]},"548":{"position":[[48,17]]},"552":{"position":[[34,17]]},"564":{"position":[[48,17]]},"568":{"position":[[34,17]]},"580":{"position":[[47,17]]},"584":{"position":[[34,17]]},"596":{"position":[[47,17]]},"598":{"position":[[34,17]]},"610":{"position":[[48,17]]},"614":{"position":[[34,17]]},"965":{"position":[[1099,17]]}}}],["subscriptions_count",{"_index":337,"t":{"57":{"position":[[175,19]]}}}],["subsequ",{"_index":1319,"t":{"1026":{"position":[[72,10]]}}}],["success",{"_index":215,"t":{"10":{"position":[[1173,7],[1315,7]]},"20":{"position":[[3,10],[74,7]]},"29":{"position":[[3,10],[69,7],[172,7]]},"43":{"position":[[3,10],[103,7]]},"57":{"position":[[0,7]]},"71":{"position":[[3,10],[70,7]]},"83":{"position":[[3,10],[76,7]]},"97":{"position":[[3,10],[63,7]]},"111":{"position":[[3,10],[55,7]]},"123":{"position":[[0,7],[49,10]]},"130":{"position":[[3,10],[91,7]]},"137":{"position":[[3,10],[75,7]]},"146":{"position":[[3,10],[78,7]]},"155":{"position":[[3,10],[72,7]]},"164":{"position":[[3,10],[70,7]]},"171":{"position":[[18,7]]},"183":{"position":[[3,10],[95,7]]},"199":{"position":[[3,10],[62,7]]},"211":{"position":[[0,7],[49,10]]},"223":{"position":[[3,10],[70,7]]},"227":{"position":[[367,7]]},"235":{"position":[[0,7]]},"243":{"position":[[0,7]]},"251":{"position":[[0,7]]},"265":{"position":[[3,10],[79,7]]},"277":{"position":[[3,10],[60,7]]},"291":{"position":[[0,7]]},"305":{"position":[[3,10],[97,7]]},"319":{"position":[[3,10],[59,7]]},"331":{"position":[[3,10],[75,7]]},"347":{"position":[[3,10],[63,7]]},"361":{"position":[[3,10],[57,7]]},"373":{"position":[[3,10],[38,7]]},"387":{"position":[[0,7]]},"402":{"position":[[0,7]]},"416":{"position":[[780,10]]},"436":{"position":[[114,7]]},"440":{"position":[[387,7]]},"450":{"position":[[0,7]]},"460":{"position":[[0,7]]},"470":{"position":[[0,7]]},"482":{"position":[[0,7]]},"496":{"position":[[0,7]]},"508":{"position":[[0,7],[49,10]]},"524":{"position":[[0,7],[49,10]]},"542":{"position":[[0,7],[49,10]]},"574":{"position":[[0,7]]},"590":{"position":[[0,7],[49,10]]},"602":{"position":[[0,7]]},"620":{"position":[[0,7],[49,10]]},"632":{"position":[[3,10],[86,7]]},"646":{"position":[[3,10],[63,7]]},"656":{"position":[[3,10],[60,7]]},"666":{"position":[[3,10],[60,7]]},"676":{"position":[[3,10],[57,7]]},"688":{"position":[[3,10],[55,7]]},"698":{"position":[[0,7]]},"739":{"position":[[0,7]]},"753":{"position":[[0,7]]},"760":{"position":[[317,10]]},"770":{"position":[[173,7]]},"777":{"position":[[3,10],[82,7]]},"782":{"position":[[3,10],[79,7]]},"787":{"position":[[3,10],[64,7]]},"792":{"position":[[3,10],[105,7]]},"804":{"position":[[3,10],[73,7]]},"816":{"position":[[3,10],[73,7]]},"826":{"position":[[3,10],[73,7]]},"838":{"position":[[3,10],[73,7]]},"852":{"position":[[3,10],[60,7]]},"866":{"position":[[3,10],[63,7]]},"878":{"position":[[3,10],[63,7]]},"890":{"position":[[3,10],[42,7]]},"910":{"position":[[191,7],[333,7]]},"914":{"position":[[238,7]]},"959":{"position":[[188,7],[330,7]]},"961":{"position":[[1036,7],[1178,7]]},"971":{"position":[[637,10]]}}}],["successfulli",{"_index":217,"t":{"10":{"position":[[1226,12]]},"387":{"position":[[56,12]]},"416":{"position":[[424,12],[577,12]]},"898":{"position":[[653,12]]},"910":{"position":[[244,12]]},"959":{"position":[[241,12]]},"961":{"position":[[1089,12]]},"971":{"position":[[281,12],[434,12]]}}}],["such",{"_index":393,"t":{"101":{"position":[[34,4]]},"132":{"position":[[127,4]]},"725":{"position":[[81,4]]},"848":{"position":[[500,4]]},"975":{"position":[[452,4]]},"977":{"position":[[244,4]]},"985":{"position":[[43,4]]},"989":{"position":[[230,4]]},"991":{"position":[[117,4]]},"993":{"position":[[128,4]]},"1014":{"position":[[637,4],[1052,4]]},"1016":{"position":[[615,4],[826,4]]},"1022":{"position":[[468,4]]},"1026":{"position":[[1971,4],[2047,4],[2357,4]]},"1040":{"position":[[1098,4]]},"1058":{"position":[[368,4]]}}}],["suffici",{"_index":1491,"t":{"1049":{"position":[[11,10]]}}}],["suit",{"_index":1150,"t":{"995":{"position":[[1311,4]]}}}],["suitabl",{"_index":1465,"t":{"1047":{"position":[[8,8]]}}}],["summari",{"_index":1427,"t":{"1038":{"position":[[766,9]]}}}],["supervisori",{"_index":1262,"t":{"1014":{"position":[[1753,11]]},"1034":{"position":[[182,11]]},"1070":{"position":[[486,11]]}}}],["supplementari",{"_index":1337,"t":{"1026":{"position":[[1168,13]]}}}],["supplier",{"_index":1567,"t":{"1074":{"position":[[343,8],[367,8]]}}}],["support",{"_index":46,"t":{"4":{"position":[[16,8],[366,7],[753,8],[1794,7]]},"10":{"position":[[4,8],[1652,7],[2003,8]]},"61":{"position":[[278,8]]},"63":{"position":[[23,8]]},"426":{"position":[[726,7],[868,7]]},"636":{"position":[[23,8]]},"719":{"position":[[461,7]]},"723":{"position":[[457,9]]},"760":{"position":[[83,8]]},"768":{"position":[[23,8]]},"894":{"position":[[143,10],[374,7],[458,7],[566,7]]},"898":{"position":[[102,7]]},"906":{"position":[[8,8]]},"910":{"position":[[624,7],[661,7]]},"934":{"position":[[8,8],[68,7],[585,7],[885,7],[941,9]]},"955":{"position":[[4,8]]},"959":{"position":[[667,7]]},"961":{"position":[[580,8],[1515,7]]},"967":{"position":[[4,8]]},"995":{"position":[[372,7]]},"1001":{"position":[[30,8]]},"1003":{"position":[[12,8],[341,8]]},"1010":{"position":[[89,7]]},"1014":{"position":[[254,7]]},"1022":{"position":[[74,10],[169,7]]},"1026":{"position":[[2456,7]]},"1032":{"position":[[189,7]]},"1074":{"position":[[314,7]]}}}],["suppos",{"_index":972,"t":{"918":{"position":[[195,8]]}}}],["surnam",{"_index":1294,"t":{"1018":{"position":[[265,7]]},"1028":{"position":[[375,7],[415,7]]}}}],["surveil",{"_index":1483,"t":{"1047":{"position":[[456,12]]},"1063":{"position":[[271,12]]}}}],["suspect",{"_index":1143,"t":{"995":{"position":[[921,9]]}}}],["suspend",{"_index":1159,"t":{"995":{"position":[[1827,7]]}}}],["swagger",{"_index":1048,"t":{"947":{"position":[[1230,7]]}}}],["sync",{"_index":791,"t":{"757":{"position":[[225,4],[284,4]]},"764":{"position":[[163,4]]}}}],["syslog",{"_index":845,"t":{"762":{"position":[[522,6]]}}}],["system",{"_index":25,"t":{"2":{"position":[[362,7],[926,7],[1012,7]]},"8":{"position":[[56,7],[142,7],[288,7]]},"10":{"position":[[1265,6]]},"187":{"position":[[63,7]]},"894":{"position":[[164,7],[285,6]]},"900":{"position":[[147,7],[300,7],[386,7]]},"902":{"position":[[63,7]]},"910":{"position":[[283,6]]},"959":{"position":[[280,6]]},"961":{"position":[[1128,6]]},"1030":{"position":[[534,6],[1548,7]]},"1038":{"position":[[897,6]]},"1040":{"position":[[788,7],[1040,6]]},"1042":{"position":[[147,7],[264,6]]},"1047":{"position":[[413,7],[437,7]]},"1049":{"position":[[53,7],[656,7],[786,6]]},"1051":{"position":[[65,6]]},"1053":{"position":[[151,7]]},"1060":{"position":[[180,7],[328,6]]},"1063":{"position":[[178,7],[305,6],[361,6]]},"1065":{"position":[[40,6]]},"1068":{"position":[[365,7],[377,7]]},"1070":{"position":[[232,6],[271,6],[297,7],[435,6]]},"1078":{"position":[[23,6],[83,6]]}}}],["t",{"_index":732,"t":{"705":{"position":[[374,1],[514,1]]},"894":{"position":[[456,1]]},"949":{"position":[[1203,1],[1397,1]]},"985":{"position":[[24,1]]}}}],["t0k3n",{"_index":352,"t":{"61":{"position":[[60,5]]},"721":{"position":[[541,5]]},"760":{"position":[[807,5]]}}}],["t1",{"_index":619,"t":{"436":{"position":[[85,2]]}}}],["t5",{"_index":1413,"t":{"1036":{"position":[[390,2]]}}}],["tab",{"_index":1042,"t":{"947":{"position":[[752,3]]}}}],["take",{"_index":647,"t":{"542":{"position":[[504,4]]},"965":{"position":[[1512,4]]},"1012":{"position":[[621,4]]},"1026":{"position":[[1009,6]]},"1060":{"position":[[282,4]]}}}],["taken",{"_index":1350,"t":{"1030":{"position":[[188,5]]},"1047":{"position":[[340,5]]},"1049":{"position":[[596,5]]},"1058":{"position":[[13,5]]},"1065":{"position":[[58,5]]},"1068":{"position":[[47,5]]},"1074":{"position":[[438,5]]}}}],["task",{"_index":1180,"t":{"1008":{"position":[[111,5]]}}}],["team",{"_index":753,"t":{"717":{"position":[[59,4]]},"1010":{"position":[[246,4],[352,4]]},"1014":{"position":[[262,4]]},"1022":{"position":[[177,4]]},"1026":{"position":[[2464,4]]},"1032":{"position":[[197,4]]}}}],["technic",{"_index":1274,"t":{"1016":{"position":[[120,9]]},"1020":{"position":[[183,9]]},"1030":{"position":[[160,9],[642,9]]},"1044":{"position":[[28,9]]},"1047":{"position":[[293,9]]},"1049":{"position":[[549,9]]},"1051":{"position":[[289,9]]},"1058":{"position":[[214,9]]},"1065":{"position":[[172,9]]},"1068":{"position":[[0,9],[574,9]]},"1070":{"position":[[0,9]]},"1074":{"position":[[139,9]]},"1076":{"position":[[1382,9]]}}}],["techniqu",{"_index":1517,"t":{"1058":{"position":[[357,10]]}}}],["technolog",{"_index":1222,"t":{"1014":{"position":[[117,10],[390,10]]},"1040":{"position":[[580,10],[828,12]]},"1044":{"position":[[123,10]]},"1076":{"position":[[46,10]]}}}],["telephon",{"_index":506,"t":{"319":{"position":[[319,9]]},"331":{"position":[[350,9],[677,9]]},"345":{"position":[[158,9]]},"347":{"position":[[323,9]]},"359":{"position":[[205,9]]},"361":{"position":[[317,9]]},"385":{"position":[[83,9]]}}}],["temperatur",{"_index":1529,"t":{"1063":{"position":[[225,11]]}}}],["tenanc",{"_index":1507,"t":{"1053":{"position":[[101,7]]}}}],["tenant",{"_index":925,"t":{"894":{"position":[[408,7],[551,6]]},"898":{"position":[[87,6]]}}}],["term",{"_index":928,"t":{"898":{"position":[[0,4]]},"1014":{"position":[[1694,5],[1978,5]]}}}],["termin",{"_index":1160,"t":{"995":{"position":[[1838,9]]},"1049":{"position":[[503,10]]},"1074":{"position":[[1136,11]]}}}],["test",{"_index":115,"t":{"4":{"position":[[1384,7]]},"57":{"position":[[539,4],[860,4]]},"130":{"position":[[300,4],[336,4],[341,4]]},"132":{"position":[[369,4],[399,4],[404,4]]},"135":{"position":[[89,4]]},"137":{"position":[[70,4],[284,4],[320,4],[325,4]]},"144":{"position":[[81,4]]},"146":{"position":[[306,4]]},"155":{"position":[[300,4]]},"164":{"position":[[316,4]]},"377":{"position":[[41,4]]},"642":{"position":[[95,4]]},"646":{"position":[[278,4]]},"656":{"position":[[337,4]]},"777":{"position":[[291,4],[327,4],[332,4]]},"782":{"position":[[288,4],[324,4],[329,4]]},"792":{"position":[[314,4],[350,4],[355,4]]},"932":{"position":[[2087,4]]},"934":{"position":[[1496,4]]},"1010":{"position":[[329,7]]}}}],["test1",{"_index":458,"t":{"261":{"position":[[43,5]]}}}],["test2",{"_index":460,"t":{"261":{"position":[[60,5]]}}}],["text",{"_index":617,"t":{"426":{"position":[[1136,4]]}}}],["thereof",{"_index":1268,"t":{"1014":{"position":[[2135,7]]},"1030":{"position":[[116,7]]}}}],["thing",{"_index":1092,"t":{"979":{"position":[[92,5]]}}}],["third",{"_index":1260,"t":{"1014":{"position":[[1738,5]]},"1024":{"position":[[101,5]]},"1076":{"position":[[823,5]]}}}],["those",{"_index":778,"t":{"723":{"position":[[492,5]]},"848":{"position":[[97,5],[572,5]]},"862":{"position":[[97,5]]},"932":{"position":[[290,5]]},"975":{"position":[[524,5]]},"983":{"position":[[164,5]]},"1016":{"position":[[691,5]]},"1024":{"position":[[242,5]]},"1051":{"position":[[23,5]]}}}],["though",{"_index":1080,"t":{"951":{"position":[[128,6]]},"961":{"position":[[128,6]]},"979":{"position":[[193,6]]},"997":{"position":[[128,6]]}}}],["thought",{"_index":1172,"t":{"995":{"position":[[2211,7]]}}}],["threat",{"_index":1472,"t":{"1047":{"position":[[179,7]]}}}],["three",{"_index":1021,"t":{"936":{"position":[[215,5]]}}}],["through",{"_index":544,"t":{"404":{"position":[[529,7]]},"717":{"position":[[117,7],[210,7]]},"930":{"position":[[75,7]]},"932":{"position":[[2237,7]]},"936":{"position":[[142,7],[1100,7]]},"938":{"position":[[75,7]]},"940":{"position":[[41,7]]},"947":{"position":[[727,7]]},"953":{"position":[[75,7]]},"963":{"position":[[75,7]]},"999":{"position":[[75,7]]},"1008":{"position":[[447,7]]},"1014":{"position":[[2037,7]]},"1018":{"position":[[48,7],[132,7]]},"1028":{"position":[[318,7]]},"1036":{"position":[[483,7]]},"1038":{"position":[[795,7]]},"1040":{"position":[[1578,7],[1618,7]]},"1049":{"position":[[373,7]]},"1060":{"position":[[255,7],[433,7]]}}}],["throughout",{"_index":1447,"t":{"1040":{"position":[[1025,10]]}}}],["thu",{"_index":802,"t":{"760":{"position":[[78,4]]}}}],["ticket",{"_index":1190,"t":{"1010":{"position":[[372,6]]},"1070":{"position":[[428,6]]}}}],["time",{"_index":32,"t":{"2":{"position":[[496,4]]},"33":{"position":[[76,4]]},"37":{"position":[[115,4],[216,4]]},"43":{"position":[[91,4]]},"51":{"position":[[115,4],[216,4]]},"351":{"position":[[92,4]]},"416":{"position":[[339,4],[449,4],[602,4]]},"536":{"position":[[583,4]]},"594":{"position":[[96,4]]},"596":{"position":[[79,4]]},"600":{"position":[[135,4]]},"715":{"position":[[97,4]]},"757":{"position":[[239,4]]},"898":{"position":[[536,4],[1261,4]]},"912":{"position":[[830,4]]},"922":{"position":[[105,4]]},"936":{"position":[[1143,4]]},"949":{"position":[[1078,4],[2638,4]]},"971":{"position":[[196,4],[306,4],[459,4]]},"995":{"position":[[1227,4]]},"1003":{"position":[[204,4]]},"1026":{"position":[[486,4]]},"1028":{"position":[[82,4],[233,4]]},"1034":{"position":[[141,4]]},"1040":{"position":[[470,4],[930,5]]}}}],["timeout",{"_index":722,"t":{"705":{"position":[[104,7],[116,7]]},"914":{"position":[[559,7],[580,7]]},"924":{"position":[[12,7]]}}}],["timeseri",{"_index":275,"t":{"20":{"position":[[260,10],[583,10]]},"57":{"position":[[551,10],[872,10],[1188,10],[1502,10]]},"183":{"position":[[277,10],[594,10],[934,10],[1287,10],[1640,10],[1993,10],[2331,10]]},"305":{"position":[[284,10],[597,10],[911,10],[1238,10],[1611,10]]},"632":{"position":[[280,10],[592,10],[922,10]]}}}],["timestamp",{"_index":63,"t":{"4":{"position":[[348,9],[1513,9]]},"20":{"position":[[278,9],[601,9]]},"57":{"position":[[569,9],[890,9],[1206,9],[1520,9]]},"183":{"position":[[295,9],[612,9],[952,9],[1305,9],[1658,9],[2011,9],[2349,9],[2393,9]]},"305":{"position":[[302,9],[615,9],[929,9],[1256,9],[1300,9],[1629,9]]},"594":{"position":[[60,9]]},"596":{"position":[[86,9]]},"598":{"position":[[86,9],[97,9]]},"632":{"position":[[298,9],[610,9],[940,9]]},"898":{"position":[[1207,9]]},"912":{"position":[[776,9]]},"922":{"position":[[23,9]]},"936":{"position":[[556,9],[644,9]]},"942":{"position":[[103,9]]}}}],["timetooffset",{"_index":662,"t":{"596":{"position":[[66,12]]},"600":{"position":[[111,12]]}}}],["titl",{"_index":1225,"t":{"1014":{"position":[[167,5]]}}}],["tl",{"_index":833,"t":{"762":{"position":[[345,3],[399,3]]},"764":{"position":[[411,3]]},"766":{"position":[[409,3],[506,3]]},"977":{"position":[[403,3],[457,3]]},"1030":{"position":[[1099,3]]}}}],["token",{"_index":353,"t":{"61":{"position":[[121,5]]},"130":{"position":[[308,5]]},"132":{"position":[[135,5],[377,5]]},"137":{"position":[[292,5]]},"146":{"position":[[272,5]]},"155":{"position":[[266,5]]},"164":{"position":[[282,5]]},"243":{"position":[[114,5]]},"249":{"position":[[123,5]]},"458":{"position":[[136,5]]},"470":{"position":[[261,5]]},"646":{"position":[[309,5],[320,5]]},"656":{"position":[[275,5]]},"676":{"position":[[273,5]]},"684":{"position":[[18,5]]},"688":{"position":[[297,5]]},"719":{"position":[[502,6]]},"721":{"position":[[195,5],[344,5],[357,5]]},"762":{"position":[[462,5]]},"764":{"position":[[567,5]]},"766":{"position":[[846,5]]},"777":{"position":[[299,5],[761,5],[1126,5],[1488,5],[1858,5]]},"782":{"position":[[296,5],[664,5]]},"787":{"position":[[325,5],[687,5],[1057,5]]},"792":{"position":[[322,5]]},"804":{"position":[[415,5]]},"808":{"position":[[66,5]]},"810":{"position":[[24,5]]},"812":{"position":[[0,5],[11,5]]},"816":{"position":[[415,5]]},"826":{"position":[[415,5]]},"838":{"position":[[415,5]]},"852":{"position":[[256,5]]},"866":{"position":[[265,5]]},"870":{"position":[[42,5]]},"878":{"position":[[257,5]]},"930":{"position":[[227,5]]},"938":{"position":[[227,5]]},"949":{"position":[[902,5],[913,5]]},"953":{"position":[[227,5]]},"963":{"position":[[227,5]]},"975":{"position":[[105,5]]},"977":{"position":[[58,5],[88,5],[200,5],[522,5],[575,5],[632,5],[760,5]]},"979":{"position":[[12,5],[312,5],[438,5],[898,5],[1116,5]]},"983":{"position":[[994,5]]},"985":{"position":[[444,5]]},"989":{"position":[[592,5],[1173,5]]},"995":{"position":[[786,6]]},"999":{"position":[[232,5]]},"1010":{"position":[[432,5]]},"1018":{"position":[[286,5]]}}}],["token2",{"_index":886,"t":{"782":{"position":[[830,6]]},"785":{"position":[[109,6]]}}}],["token3",{"_index":888,"t":{"787":{"position":[[1246,6]]}}}],["tom",{"_index":1546,"t":{"1068":{"position":[[250,4]]}}}],["topic",{"_index":43,"t":{"2":{"position":[[982,6],[1058,6]]},"4":{"position":[[210,5],[649,6],[726,6],[785,5],[840,5],[906,6],[965,5]]},"8":{"position":[[112,6],[188,6],[217,6],[225,6],[308,6],[426,5],[633,6],[646,5],[734,5],[982,5]]},"33":{"position":[[186,6]]},"37":{"position":[[45,6],[163,6]]},"51":{"position":[[45,6],[163,6]]},"57":{"position":[[156,6],[314,6]]},"130":{"position":[[253,6]]},"132":{"position":[[322,6]]},"137":{"position":[[237,6]]},"146":{"position":[[214,6]]},"155":{"position":[[208,6]]},"162":{"position":[[26,6]]},"164":{"position":[[206,6]]},"175":{"position":[[92,6]]},"179":{"position":[[34,5],[58,5]]},"183":{"position":[[61,6],[165,6],[399,6],[2566,6]]},"187":{"position":[[0,6],[83,6],[201,5],[211,5]]},"189":{"position":[[27,5],[48,5]]},"191":{"position":[[33,6],[41,5]]},"193":{"position":[[38,5]]},"195":{"position":[[44,5],[60,5]]},"197":{"position":[[85,6]]},"199":{"position":[[55,5],[116,6]]},"203":{"position":[[33,5]]},"205":{"position":[[36,6],[44,5]]},"207":{"position":[[44,5],[60,5]]},"209":{"position":[[94,6]]},"215":{"position":[[35,5]]},"217":{"position":[[33,6],[41,5]]},"219":{"position":[[41,5],[57,5]]},"221":{"position":[[78,6]]},"223":{"position":[[63,5],[124,6]]},"227":{"position":[[33,6],[203,6],[251,5]]},"229":{"position":[[33,6]]},"231":{"position":[[53,6]]},"233":{"position":[[78,6]]},"235":{"position":[[27,6],[67,6],[118,6]]},"237":{"position":[[33,6]]},"239":{"position":[[53,6]]},"241":{"position":[[78,6]]},"243":{"position":[[27,6],[67,6]]},"245":{"position":[[33,6]]},"247":{"position":[[53,6]]},"249":{"position":[[78,6]]},"251":{"position":[[27,6],[67,6]]},"255":{"position":[[4,5],[84,5]]},"257":{"position":[[34,6],[42,5]]},"259":{"position":[[55,5]]},"261":{"position":[[272,5]]},"263":{"position":[[99,6]]},"269":{"position":[[81,5]]},"271":{"position":[[33,6],[41,5]]},"273":{"position":[[34,5],[58,5]]},"275":{"position":[[78,6]]},"277":{"position":[[53,5]]},"281":{"position":[[68,5]]},"283":{"position":[[34,6],[42,5]]},"285":{"position":[[34,5],[58,5]]},"289":{"position":[[99,6]]},"297":{"position":[[63,5]]},"299":{"position":[[33,6],[41,5]]},"301":{"position":[[34,5],[58,5]]},"303":{"position":[[78,6]]},"305":{"position":[[25,5],[149,5],[248,5],[444,5],[467,5],[561,5],[761,5],[784,5],[875,5],[1079,5],[1102,5],[1202,5],[1462,5],[1485,5],[1575,5]]},"309":{"position":[[38,6]]},"377":{"position":[[168,5],[284,5]]},"400":{"position":[[3,5],[31,6]]},"402":{"position":[[84,5],[112,6]]},"406":{"position":[[3,5],[31,6]]},"408":{"position":[[60,5],[88,6]]},"410":{"position":[[3,5],[31,6]]},"412":{"position":[[60,5],[88,6]]},"430":{"position":[[64,5]]},"432":{"position":[[32,6],[40,5]]},"434":{"position":[[38,5],[55,5],[79,5]]},"436":{"position":[[78,6]]},"450":{"position":[[104,5],[132,6],[296,5],[324,6]]},"460":{"position":[[104,5],[132,6]]},"470":{"position":[[105,5],[133,6]]},"546":{"position":[[132,5]]},"632":{"position":[[444,5],[467,5],[558,5],[760,5]]},"705":{"position":[[163,5],[210,5],[303,6],[362,5],[410,5],[430,5],[478,5],[612,5]]},"719":{"position":[[603,6]]},"723":{"position":[[522,6],[557,6],[612,6],[619,6],[675,5],[716,6],[723,5],[731,6],[772,5],[813,6],[820,5],[830,6],[877,5],[921,6],[928,5],[936,6],[987,5],[1029,6],[1036,5]]},"725":{"position":[[89,6],[183,5],[427,6]]},"727":{"position":[[24,6],[51,5]]},"729":{"position":[[24,6],[53,5]]},"757":{"position":[[54,5],[151,5],[159,5],[379,5],[514,5],[840,5],[937,5],[960,5]]},"764":{"position":[[539,5]]},"777":{"position":[[244,6],[567,6],[1026,6],[1414,6],[1776,6]]},"782":{"position":[[241,6],[564,6]]},"787":{"position":[[225,6],[613,6],[975,6]]},"792":{"position":[[267,6]]},"804":{"position":[[221,6]]},"816":{"position":[[221,6]]},"826":{"position":[[221,6]]},"838":{"position":[[221,6]]},"848":{"position":[[508,6],[814,6]]},"852":{"position":[[200,6]]},"866":{"position":[[204,6]]},"878":{"position":[[203,6]]},"894":{"position":[[621,6]]},"898":{"position":[[157,6],[216,5],[283,5],[413,5],[950,5]]},"900":{"position":[[356,6],[432,6]]},"902":{"position":[[0,6],[83,6],[201,5]]},"904":{"position":[[185,6],[198,5],[286,5]]},"926":{"position":[[114,6],[414,5],[429,6],[811,6],[886,6]]},"928":{"position":[[54,6]]},"932":{"position":[[104,5],[141,6],[158,5],[196,5],[296,6],[445,5],[643,5],[2391,6],[2422,5]]},"934":{"position":[[40,5],[126,5],[222,5],[367,5],[433,6],[492,5],[1048,5],[1119,5],[1198,5],[1248,5],[1289,5],[1334,5],[1428,5],[1623,5],[1739,5],[1954,5],[2006,5],[2066,5]]},"947":{"position":[[319,5],[345,6],[379,5]]},"949":{"position":[[17,5],[227,5],[278,5],[374,5],[2178,5],[2189,5],[2319,5]]},"951":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"961":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"975":{"position":[[460,6],[558,5]]},"977":{"position":[[694,6]]},"983":{"position":[[130,6]]},"985":{"position":[[51,6],[155,6],[197,5],[307,6],[409,6],[536,6],[575,6]]},"987":{"position":[[47,5],[227,5],[249,5],[331,5],[355,6]]},"991":{"position":[[50,5],[102,5],[159,6],[381,5]]},"997":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"1001":{"position":[[62,5],[118,5]]},"1003":{"position":[[135,5],[240,5]]},"1008":{"position":[[304,5]]},"1010":{"position":[[278,5]]},"1038":{"position":[[449,6],[963,6]]},"1040":{"position":[[1540,6]]}}}],["topic1",{"_index":416,"t":{"162":{"position":[[37,6]]},"164":{"position":[[218,6]]},"305":{"position":[[274,6],[587,6],[901,6],[1228,6],[1601,6]]},"777":{"position":[[579,6],[1038,6]]},"782":{"position":[[576,6]]},"787":{"position":[[237,6]]},"804":{"position":[[233,6]]},"816":{"position":[[233,6]]},"826":{"position":[[233,6]]},"838":{"position":[[233,6]]}}}],["topic101",{"_index":1111,"t":{"985":{"position":[[210,8],[314,8],[416,8]]},"987":{"position":[[53,8],[255,8],[362,8]]},"991":{"position":[[56,8],[166,8],[398,8]]}}}],["topic2",{"_index":869,"t":{"777":{"position":[[589,6],[1048,6],[1788,6]]},"782":{"position":[[586,6]]},"787":{"position":[[247,6],[987,6]]},"804":{"position":[[243,6]]},"816":{"position":[[243,6]]},"826":{"position":[[243,6]]},"838":{"position":[[243,6]]}}}],["topic3",{"_index":880,"t":{"777":{"position":[[1426,6]]},"787":{"position":[[625,6]]}}}],["topic_a",{"_index":780,"t":{"723":{"position":[[723,7],[928,7],[1036,7]]}}}],["topic_nam",{"_index":420,"t":{"179":{"position":[[34,10]]},"189":{"position":[[48,10]]},"191":{"position":[[41,10]]},"195":{"position":[[44,10]]},"205":{"position":[[44,10]]},"207":{"position":[[44,10]]},"217":{"position":[[41,10]]},"219":{"position":[[41,10]]},"257":{"position":[[42,10]]},"259":{"position":[[55,10]]},"271":{"position":[[41,10]]},"273":{"position":[[34,10]]},"283":{"position":[[42,10]]},"285":{"position":[[34,10]]},"299":{"position":[[41,10]]},"301":{"position":[[34,10]]},"432":{"position":[[40,10]]},"434":{"position":[[55,10]]}}}],["topic_new",{"_index":781,"t":{"723":{"position":[[820,9]]}}}],["topics_count",{"_index":335,"t":{"57":{"position":[[156,12]]}}}],["total",{"_index":295,"t":{"33":{"position":[[25,5]]},"43":{"position":[[40,5],[298,5]]},"57":{"position":[[223,5],[284,5],[308,5],[333,5]]},"183":{"position":[[2498,5]]},"305":{"position":[[83,5],[1023,5],[1404,5]]},"632":{"position":[[704,5]]},"926":{"position":[[275,5],[506,5],[799,5],[868,5],[880,5],[893,5],[913,5]]}}}],["total_message_count",{"_index":323,"t":{"43":{"position":[[298,19]]},"57":{"position":[[223,19]]}}}],["total_subscriptions_count",{"_index":342,"t":{"57":{"position":[[333,25]]}}}],["total_topics_count",{"_index":341,"t":{"57":{"position":[[308,18]]}}}],["total_users_count",{"_index":340,"t":{"57":{"position":[[284,17]]}}}],["totals",{"_index":409,"t":{"130":{"position":[[476,9]]},"132":{"position":[[539,9]]},"137":{"position":[[460,9]]},"227":{"position":[[428,9]]},"235":{"position":[[164,9]]},"243":{"position":[[123,9]]},"251":{"position":[[113,9]]},"440":{"position":[[456,9]]},"450":{"position":[[450,9]]},"460":{"position":[[259,9]]},"470":{"position":[[270,9]]},"770":{"position":[[234,9]]},"777":{"position":[[2046,9]]},"782":{"position":[[840,9]]},"787":{"position":[[1256,9]]},"792":{"position":[[490,9]]}}}],["traceabl",{"_index":1521,"t":{"1060":{"position":[[379,12]]}}}],["track",{"_index":185,"t":{"8":{"position":[[864,7]]},"757":{"position":[[915,7]]},"904":{"position":[[416,7]]}}}],["train",{"_index":1551,"t":{"1068":{"position":[[608,7]]},"1076":{"position":[[777,7]]}}}],["transfer",{"_index":1247,"t":{"1014":{"position":[[975,9]]},"1024":{"position":[[31,8],[336,11]]},"1030":{"position":[[1258,8]]}}}],["transform",{"_index":1055,"t":{"949":{"position":[[521,9]]}}}],["transit",{"_index":1372,"t":{"1030":{"position":[[1018,7]]}}}],["transmiss",{"_index":1515,"t":{"1058":{"position":[[146,12]]}}}],["transmit",{"_index":1124,"t":{"995":{"position":[[181,8]]},"1024":{"position":[[40,8]]},"1026":{"position":[[1962,8]]}}}],["transport",{"_index":1184,"t":{"1008":{"position":[[525,9]]},"1030":{"position":[[1064,9]]},"1038":{"position":[[90,9],[555,9],[856,9]]},"1058":{"position":[[174,11]]}}}],["tri",{"_index":612,"t":{"426":{"position":[[554,3]]},"914":{"position":[[401,5]]},"949":{"position":[[932,3],[1275,3],[1604,3],[1901,3],[2161,3],[2380,3]]}}}],["trigger",{"_index":604,"t":{"420":{"position":[[13,8]]}}}],["troubleshoot",{"_index":1277,"t":{"1016":{"position":[[200,15]]}}}],["true",{"_index":579,"t":{"412":{"position":[[277,4]]},"534":{"position":[[195,4]]},"552":{"position":[[157,4],[282,4],[529,4]]},"725":{"position":[[593,4]]},"762":{"position":[[447,4]]},"766":{"position":[[760,4]]},"898":{"position":[[1687,4]]},"924":{"position":[[131,4]]},"947":{"position":[[661,4]]},"949":{"position":[[926,4],[1020,4]]},"977":{"position":[[506,4]]},"1003":{"position":[[446,4],[571,4],[823,4]]}}}],["ttl",{"_index":794,"t":{"757":{"position":[[526,3]]}}}],["tupl",{"_index":1107,"t":{"983":{"position":[[586,5]]}}}],["two",{"_index":497,"t":{"305":{"position":[[1780,3]]},"632":{"position":[[1090,3]]},"717":{"position":[[10,3]]},"926":{"position":[[394,3],[651,3]]},"932":{"position":[[1848,3]]},"1040":{"position":[[639,3]]}}}],["type",{"_index":159,"t":{"6":{"position":[[359,5]]},"18":{"position":[[17,4]]},"20":{"position":[[155,4],[183,4],[211,4],[478,4],[506,4],[534,4]]},"27":{"position":[[17,4]]},"39":{"position":[[17,4]]},"41":{"position":[[17,4]]},"53":{"position":[[17,4]]},"55":{"position":[[17,4]]},"57":{"position":[[446,4],[474,4],[502,4],[767,4],[795,4],[823,4],[1090,4],[1118,4],[1146,4],[1404,4],[1432,4],[1460,4]]},"69":{"position":[[24,4]]},"81":{"position":[[24,4]]},"95":{"position":[[25,4]]},"109":{"position":[[24,4]]},"121":{"position":[[27,4]]},"128":{"position":[[24,4]]},"135":{"position":[[24,4]]},"142":{"position":[[25,4]]},"151":{"position":[[24,4]]},"160":{"position":[[25,4]]},"169":{"position":[[25,4]]},"181":{"position":[[17,4]]},"183":{"position":[[182,4],[207,4],[233,4],[499,4],[524,4],[550,4],[828,4],[853,4],[879,4],[1181,4],[1206,4],[1232,4],[1534,4],[1559,4],[1585,4],[1887,4],[1912,4],[1938,4],[2236,4],[2261,4],[2287,4]]},"197":{"position":[[24,4]]},"209":{"position":[[27,4]]},"221":{"position":[[17,4]]},"233":{"position":[[17,4]]},"241":{"position":[[17,4]]},"249":{"position":[[17,4]]},"263":{"position":[[25,4]]},"275":{"position":[[17,4]]},"289":{"position":[[25,4]]},"303":{"position":[[17,4]]},"305":{"position":[[189,4],[214,4],[240,4],[502,4],[527,4],[553,4],[816,4],[841,4],[867,4],[1143,4],[1168,4],[1194,4],[1517,4],[1539,4],[1567,4]]},"317":{"position":[[24,4]]},"319":{"position":[[181,4],[238,4],[269,4],[299,4],[334,4],[389,4]]},"329":{"position":[[24,4]]},"331":{"position":[[212,4],[269,4],[300,4],[330,4],[365,4],[420,4],[539,4],[596,4],[627,4],[657,4],[692,4],[747,4]]},"343":{"position":[[25,4]]},"345":{"position":[[3,4],[30,4],[74,4],[105,4],[138,4],[173,4]]},"347":{"position":[[185,4],[242,4],[273,4],[303,4],[338,4],[393,4]]},"357":{"position":[[24,4]]},"359":{"position":[[3,4],[77,4],[121,4],[152,4],[185,4],[220,4]]},"361":{"position":[[179,4],[236,4],[267,4],[297,4],[332,4],[398,4]]},"371":{"position":[[27,4]]},"383":{"position":[[25,4]]},"398":{"position":[[24,4]]},"404":{"position":[[248,4],[343,4],[445,4]]},"406":{"position":[[93,4],[208,4]]},"408":{"position":[[249,4],[341,4]]},"410":{"position":[[93,4],[232,4]]},"412":{"position":[[206,4]]},"426":{"position":[[1124,4]]},"436":{"position":[[24,4]]},"448":{"position":[[24,4]]},"458":{"position":[[24,4]]},"468":{"position":[[24,4]]},"480":{"position":[[17,4]]},"494":{"position":[[25,4]]},"506":{"position":[[27,4]]},"520":{"position":[[25,4]]},"532":{"position":[[18,4],[116,4],[153,4]]},"534":{"position":[[18,4],[56,4]]},"536":{"position":[[211,4],[732,4]]},"538":{"position":[[25,4]]},"540":{"position":[[18,4],[130,4]]},"554":{"position":[[25,4]]},"570":{"position":[[25,4]]},"586":{"position":[[24,4]]},"600":{"position":[[24,4]]},"616":{"position":[[25,4]]},"630":{"position":[[17,4]]},"632":{"position":[[180,4],[205,4],[231,4],[499,4],[524,4],[550,4],[823,4],[845,4],[873,4]]},"644":{"position":[[25,4]]},"654":{"position":[[25,4]]},"664":{"position":[[25,4]]},"674":{"position":[[24,4]]},"686":{"position":[[24,4]]},"696":{"position":[[27,4]]},"737":{"position":[[25,4]]},"751":{"position":[[17,4]]},"775":{"position":[[24,4]]},"780":{"position":[[24,4]]},"785":{"position":[[24,4]]},"790":{"position":[[24,4]]},"802":{"position":[[24,4]]},"814":{"position":[[24,4]]},"824":{"position":[[24,4]]},"836":{"position":[[24,4]]},"850":{"position":[[30,4]]},"864":{"position":[[30,4]]},"876":{"position":[[25,4]]},"888":{"position":[[27,4]]},"932":{"position":[[1017,4],[1065,4],[1093,4],[1149,4],[1274,4]]},"934":{"position":[[958,5]]},"947":{"position":[[404,4],[461,4]]},"949":{"position":[[1406,4],[1440,4],[1474,4],[1508,4]]},"965":{"position":[[1269,4]]}}}],["typic",{"_index":765,"t":{"719":{"position":[[80,9]]}}}],["u28gew91ihdlbnqgywhlywqgyw5kigrly29kzwqgdghpcywgew91ignvdwxkbid0ihjlc2lzdcblaca",{"_index":461,"t":{"261":{"position":[[79,79]]},"558":{"position":[[142,79]]},"932":{"position":[[1955,79],[2104,79]]}}}],["ui",{"_index":1043,"t":{"947":{"position":[[774,2]]},"1040":{"position":[[1607,2]]}}}],["unauthent",{"_index":357,"t":{"61":{"position":[[201,15],[230,15]]}}}],["unauthor",{"_index":359,"t":{"61":{"position":[[315,12]]},"705":{"position":[[1046,12],[1063,12]]},"1030":{"position":[[1521,12]]},"1058":{"position":[[107,12]]}}}],["unauthoris",{"_index":1489,"t":{"1047":{"position":[[633,12]]},"1049":{"position":[[80,12]]}}}],["under",{"_index":445,"t":{"227":{"position":[[40,5]]},"311":{"position":[[41,5]]},"323":{"position":[[35,5]]},"355":{"position":[[34,5]]},"369":{"position":[[34,5]]},"381":{"position":[[34,5]]},"430":{"position":[[47,5]]},"440":{"position":[[47,5]]},"764":{"position":[[196,5]]},"983":{"position":[[676,5],[853,5]]},"1014":{"position":[[62,5],[919,5],[1420,5]]},"1022":{"position":[[193,5],[401,5]]},"1074":{"position":[[526,5]]}}}],["undergo",{"_index":1333,"t":{"1026":{"position":[[772,10]]},"1028":{"position":[[169,9]]}}}],["underli",{"_index":1442,"t":{"1040":{"position":[[817,10]]}}}],["understand",{"_index":1047,"t":{"947":{"position":[[1171,10]]},"1036":{"position":[[80,10]]}}}],["understood",{"_index":1120,"t":{"995":{"position":[[57,10]]}}}],["unfair",{"_index":1358,"t":{"1030":{"position":[[345,6]]}}}],["uninterrupt",{"_index":1276,"t":{"1016":{"position":[[158,13]]}}}],["uniqu",{"_index":533,"t":{"404":{"position":[[101,6]]},"426":{"position":[[210,6]]},"542":{"position":[[162,6]]},"965":{"position":[[217,6],[710,6]]},"1049":{"position":[[350,6]]}}}],["unix",{"_index":309,"t":{"37":{"position":[[110,4]]},"51":{"position":[[110,4]]}}}],["unlaw",{"_index":1132,"t":{"995":{"position":[[560,8]]},"1030":{"position":[[238,8]]}}}],["unnotic",{"_index":164,"t":{"6":{"position":[[417,12]]}}}],["unsuccess",{"_index":603,"t":{"416":{"position":[[853,12]]},"971":{"position":[[710,12]]}}}],["until",{"_index":592,"t":{"416":{"position":[[454,5],[498,5],[607,5],[652,5]]},"552":{"position":[[435,5]]},"898":{"position":[[1593,5]]},"971":{"position":[[311,5],[355,5],[464,5],[509,5]]},"1003":{"position":[[729,5]]}}}],["unverifi",{"_index":538,"t":{"404":{"position":[[232,10]]},"426":{"position":[[341,10]]},"542":{"position":[[293,10],[455,10]]},"965":{"position":[[348,10],[1463,10]]}}}],["up",{"_index":109,"t":{"4":{"position":[[1305,2]]},"757":{"position":[[101,2],[220,2]]},"914":{"position":[[621,2]]},"932":{"position":[[23,2]]},"947":{"position":[[189,2]]},"949":{"position":[[663,2],[757,2]]},"995":{"position":[[867,2]]},"1063":{"position":[[301,3]]}}}],["updat",{"_index":392,"t":{"101":{"position":[[13,7]]},"111":{"position":[[47,7],[101,7],[247,7]]},"155":{"position":[[59,7]]},"293":{"position":[[13,7]]},"351":{"position":[[13,7],[55,6]]},"355":{"position":[[103,7]]},"361":{"position":[[41,7]]},"381":{"position":[[103,7]]},"498":{"position":[[13,7]]},"536":{"position":[[497,7],[592,6],[644,6],[700,6]]},"755":{"position":[[13,7]]},"856":{"position":[[13,7]]},"934":{"position":[[1417,6]]},"965":{"position":[[1018,6],[1081,6]]},"1014":{"position":[[1480,6]]},"1016":{"position":[[804,7]]},"1036":{"position":[[475,7]]},"1040":{"position":[[422,7]]},"1068":{"position":[[202,7]]},"1070":{"position":[[160,8]]}}}],["upon",{"_index":991,"t":{"930":{"position":[[123,4]]},"938":{"position":[[123,4]]},"953":{"position":[[123,4]]},"963":{"position":[[123,4]]},"999":{"position":[[128,4]]},"1022":{"position":[[423,4]]}}}],["upper",{"_index":598,"t":{"416":{"position":[[673,5]]},"971":{"position":[[530,5]]}}}],["ur",{"_index":705,"t":{"674":{"position":[[80,2]]},"676":{"position":[[92,2]]},"688":{"position":[[116,2]]},"696":{"position":[[83,2]]}}}],["uratkn",{"_index":712,"t":{"676":{"position":[[282,6]]},"688":{"position":[[306,6]]}}}],["urdesc",{"_index":710,"t":{"676":{"position":[[211,6]]},"688":{"position":[[235,6]]}}}],["uremail",{"_index":711,"t":{"676":{"position":[[230,7]]},"688":{"position":[[254,7]]}}}],["urfnam",{"_index":707,"t":{"676":{"position":[[136,7]]},"688":{"position":[[160,7]]}}}],["uri",{"_index":800,"t":{"757":{"position":[[802,3]]}}}],["url",{"_index":247,"t":{"10":{"position":[[2408,4]]},"18":{"position":[[51,3]]},"27":{"position":[[51,3]]},"39":{"position":[[51,3]]},"41":{"position":[[51,3]]},"53":{"position":[[51,3]]},"55":{"position":[[51,3]]},"61":{"position":[[41,3]]},"69":{"position":[[58,3]]},"81":{"position":[[58,3]]},"95":{"position":[[72,3]]},"109":{"position":[[71,3]]},"121":{"position":[[61,3]]},"128":{"position":[[58,3]]},"135":{"position":[[58,3]]},"142":{"position":[[72,3]]},"151":{"position":[[71,3]]},"160":{"position":[[72,3]]},"169":{"position":[[59,3]]},"181":{"position":[[51,3]]},"197":{"position":[[58,3]]},"209":{"position":[[67,3]]},"221":{"position":[[51,3]]},"233":{"position":[[51,3]]},"241":{"position":[[51,3]]},"249":{"position":[[51,3]]},"263":{"position":[[72,3]]},"275":{"position":[[51,3]]},"289":{"position":[[72,3]]},"303":{"position":[[51,3]]},"317":{"position":[[59,3]]},"329":{"position":[[59,3]]},"343":{"position":[[73,3]]},"357":{"position":[[71,3]]},"371":{"position":[[61,3]]},"383":{"position":[[72,3]]},"398":{"position":[[71,3]]},"426":{"position":[[23,3]]},"436":{"position":[[58,3]]},"448":{"position":[[58,3]]},"458":{"position":[[58,3]]},"468":{"position":[[58,3]]},"480":{"position":[[51,3]]},"494":{"position":[[75,3]]},"506":{"position":[[59,3]]},"520":{"position":[[71,3]]},"538":{"position":[[70,3]]},"554":{"position":[[71,3]]},"570":{"position":[[70,3]]},"586":{"position":[[70,3]]},"600":{"position":[[57,3]]},"616":{"position":[[71,3]]},"630":{"position":[[51,3]]},"644":{"position":[[59,3]]},"654":{"position":[[59,3]]},"664":{"position":[[59,3]]},"674":{"position":[[58,3]]},"686":{"position":[[58,3]]},"696":{"position":[[61,3]]},"721":{"position":[[522,3]]},"737":{"position":[[71,3]]},"751":{"position":[[50,3]]},"760":{"position":[[788,3]]},"775":{"position":[[58,3]]},"780":{"position":[[58,3]]},"785":{"position":[[58,3]]},"790":{"position":[[58,3]]},"802":{"position":[[58,3]]},"814":{"position":[[58,3]]},"820":{"position":[[99,3]]},"824":{"position":[[58,3]]},"836":{"position":[[58,3]]},"850":{"position":[[77,3]]},"864":{"position":[[75,3]]},"876":{"position":[[59,3]]},"888":{"position":[[61,3]]},"898":{"position":[[828,3]]},"947":{"position":[[700,3]]},"979":{"position":[[552,3]]},"981":{"position":[[120,3]]},"983":{"position":[[283,3]]},"985":{"position":[[285,3]]},"987":{"position":[[119,3]]},"989":{"position":[[285,3],[871,3]]},"991":{"position":[[137,3]]},"993":{"position":[[148,3]]},"1010":{"position":[[455,3]]}}}],["urlnam",{"_index":708,"t":{"676":{"position":[[160,7]]},"688":{"position":[[184,7]]}}}],["urnam",{"_index":706,"t":{"676":{"position":[[112,6]]},"688":{"position":[[136,6]]}}}],["urorg",{"_index":709,"t":{"676":{"position":[[187,5]]},"688":{"position":[[211,5]]}}}],["us",{"_index":27,"t":{"2":{"position":[[408,5]]},"4":{"position":[[8,3],[1464,3],[1669,4]]},"10":{"position":[[912,5],[1515,4],[2208,3]]},"33":{"position":[[126,5]]},"227":{"position":[[80,5]]},"261":{"position":[[251,3]]},"377":{"position":[[16,4]]},"404":{"position":[[134,4]]},"426":{"position":[[243,4],[578,5]]},"440":{"position":[[87,5]]},"536":{"position":[[692,3]]},"542":{"position":[[195,4]]},"703":{"position":[[65,5]]},"707":{"position":[[19,4]]},"717":{"position":[[142,3]]},"721":{"position":[[441,4]]},"723":{"position":[[582,5],[686,5],[783,5],[888,5],[998,5],[1126,5],[1251,5],[1367,5],[1491,5],[1616,5],[1754,5]]},"725":{"position":[[295,3]]},"760":{"position":[[210,5],[547,5]]},"762":{"position":[[19,5]]},"764":{"position":[[155,4],[351,4]]},"766":{"position":[[1198,3]]},"770":{"position":[[54,5]]},"808":{"position":[[53,5]]},"830":{"position":[[53,5]]},"848":{"position":[[712,3],[844,3]]},"894":{"position":[[93,3],[512,4]]},"898":{"position":[[48,4]]},"900":{"position":[[193,5]]},"908":{"position":[[620,5]]},"910":{"position":[[533,4]]},"918":{"position":[[74,3],[299,5],[377,4],[538,5]]},"932":{"position":[[932,5]]},"934":{"position":[[1471,4]]},"936":{"position":[[737,3]]},"940":{"position":[[57,5]]},"947":{"position":[[1220,3]]},"957":{"position":[[620,5]]},"959":{"position":[[530,4]]},"961":{"position":[[1378,4]]},"965":{"position":[[250,4],[749,4]]},"975":{"position":[[233,4]]},"977":{"position":[[125,4],[740,3]]},"979":{"position":[[36,4],[267,3],[420,5],[1170,4]]},"981":{"position":[[0,5]]},"985":{"position":[[450,4]]},"995":{"position":[[114,3],[134,3],[265,3],[401,3],[509,3],[1107,3],[1438,4],[2083,3]]},"997":{"position":[[1307,5]]},"1008":{"position":[[24,3]]},"1010":{"position":[[142,3],[516,3]]},"1012":{"position":[[797,6]]},"1014":{"position":[[958,4]]},"1018":{"position":[[22,5]]},"1026":{"position":[[1904,4]]},"1030":{"position":[[965,3],[1037,5],[1692,5]]},"1036":{"position":[[199,4]]},"1038":{"position":[[48,5],[184,4],[282,4],[539,3],[840,3],[914,3],[1055,4]]},"1040":{"position":[[155,5],[492,5],[599,4],[656,3],[1590,3]]},"1042":{"position":[[46,4],[398,3],[536,3]]},"1049":{"position":[[72,4],[343,3],[697,3]]},"1051":{"position":[[43,3],[266,3]]},"1058":{"position":[[259,3]]},"1070":{"position":[[140,3]]},"1074":{"position":[[1047,3]]},"1076":{"position":[[1134,4]]}}}],["usag",{"_index":250,"t":{"10":{"position":[[2515,5]]},"12":{"position":[[65,5]]},"20":{"position":[[139,5],[387,5],[462,5],[713,5]]},"57":{"position":[[430,5],[676,5],[751,5],[1002,5],[1074,5],[1313,5],[1388,5],[1632,5]]},"926":{"position":[[729,5],[755,5],[780,5]]}}}],["usagereport",{"_index":331,"t":{"49":{"position":[[15,11]]},"53":{"position":[[65,11]]},"55":{"position":[[65,11]]}}}],["user",{"_index":24,"t":{"2":{"position":[[356,5],[535,4],[920,5],[1006,5]]},"4":{"position":[[807,4],[1531,4]]},"6":{"position":[[437,5]]},"8":{"position":[[50,5],[136,5],[282,5],[463,4],[588,5]]},"10":{"position":[[2285,4],[2390,5]]},"47":{"position":[[82,4]]},"49":{"position":[[9,5]]},"53":{"position":[[59,5]]},"55":{"position":[[59,5]]},"57":{"position":[[201,5],[290,5]]},"61":{"position":[[5,4],[91,4],[307,4]]},"63":{"position":[[98,5]]},"130":{"position":[[61,5],[118,5]]},"132":{"position":[[7,4],[76,5],[110,4],[187,5]]},"137":{"position":[[65,4],[102,5]]},"146":{"position":[[73,4]]},"155":{"position":[[67,4]]},"164":{"position":[[65,4]]},"183":{"position":[[789,4],[895,4],[1077,4],[1142,4],[1248,4],[1430,4],[1495,4],[1601,4],[1783,4],[1848,4],[1954,4],[2136,4]]},"187":{"position":[[57,5]]},"227":{"position":[[105,4],[394,5]]},"269":{"position":[[51,5]]},"277":{"position":[[40,5],[98,5]]},"281":{"position":[[46,5]]},"287":{"position":[[14,5]]},"293":{"position":[[34,5],[166,4]]},"440":{"position":[[111,4]]},"474":{"position":[[42,5]]},"482":{"position":[[38,5]]},"486":{"position":[[46,5]]},"492":{"position":[[14,5]]},"498":{"position":[[34,5],[167,4]]},"546":{"position":[[166,4]]},"636":{"position":[[54,5]]},"638":{"position":[[53,4]]},"642":{"position":[[24,4]]},"646":{"position":[[58,4],[159,4]]},"650":{"position":[[23,4],[76,4]]},"656":{"position":[[55,4],[159,4],[267,4]]},"660":{"position":[[24,4]]},"666":{"position":[[55,4]]},"670":{"position":[[25,4]]},"676":{"position":[[37,4]]},"688":{"position":[[82,4]]},"692":{"position":[[23,4]]},"703":{"position":[[33,4]]},"705":{"position":[[1095,4],[1184,4]]},"719":{"position":[[92,4],[347,4]]},"721":{"position":[[53,5],[290,4],[328,4],[407,4],[486,4]]},"723":{"position":[[540,4],[637,4],[751,4],[850,4],[957,4],[1077,4],[1195,4],[1328,4],[1446,4],[1569,4],[1704,4]]},"725":{"position":[[118,5],[365,5]]},"731":{"position":[[51,5]]},"739":{"position":[[38,5]]},"743":{"position":[[46,5]]},"749":{"position":[[14,5]]},"755":{"position":[[34,5],[166,4]]},"757":{"position":[[39,4],[60,5]]},"760":{"position":[[515,4],[752,4]]},"764":{"position":[[659,5]]},"766":{"position":[[178,4],[1117,4]]},"768":{"position":[[65,5]]},"770":{"position":[[33,5],[200,5]]},"772":{"position":[[9,5]]},"775":{"position":[[66,5]]},"777":{"position":[[61,5],[109,5]]},"780":{"position":[[66,5]]},"782":{"position":[[73,5],[106,5]]},"785":{"position":[[66,5]]},"787":{"position":[[58,5],[91,5]]},"790":{"position":[[66,5]]},"792":{"position":[[61,5],[132,5]]},"796":{"position":[[48,4]]},"798":{"position":[[9,5],[16,4]]},"800":{"position":[[0,4],[23,4]]},"802":{"position":[[66,5]]},"804":{"position":[[68,4]]},"808":{"position":[[48,4],[59,4]]},"810":{"position":[[9,5]]},"812":{"position":[[24,4]]},"814":{"position":[[66,5]]},"816":{"position":[[68,4]]},"820":{"position":[[48,4]]},"822":{"position":[[9,5]]},"824":{"position":[[66,5]]},"826":{"position":[[68,4]]},"830":{"position":[[48,4],[59,4]]},"832":{"position":[[9,5]]},"834":{"position":[[22,4]]},"836":{"position":[[66,5]]},"838":{"position":[[68,4]]},"842":{"position":[[27,4]]},"844":{"position":[[10,5],[17,4]]},"848":{"position":[[0,4],[23,4],[85,4],[119,4],[261,5],[382,5],[562,5],[605,5],[742,5],[932,5],[1085,5]]},"850":{"position":[[99,5]]},"852":{"position":[[55,4]]},"856":{"position":[[33,4]]},"858":{"position":[[9,5],[16,4]]},"862":{"position":[[0,4],[23,4],[85,4],[119,4],[261,5]]},"864":{"position":[[97,5]]},"870":{"position":[[35,4]]},"872":{"position":[[10,5],[17,4]]},"874":{"position":[[0,4],[23,4]]},"876":{"position":[[81,5]]},"882":{"position":[[33,4]]},"884":{"position":[[12,5],[19,4]]},"886":{"position":[[0,4],[23,4]]},"888":{"position":[[83,5]]},"894":{"position":[[646,5]]},"898":{"position":[[182,5]]},"900":{"position":[[141,5],[294,5],[380,5]]},"902":{"position":[[57,5]]},"904":{"position":[[15,4],[140,5]]},"924":{"position":[[45,4]]},"926":{"position":[[157,4],[805,5],[874,5]]},"932":{"position":[[1833,4]]},"934":{"position":[[55,4],[334,4]]},"975":{"position":[[158,4],[287,5],[328,4],[334,5],[514,5],[705,5],[736,5]]},"977":{"position":[[164,4],[688,5]]},"979":{"position":[[121,4],[203,4],[339,4],[413,5],[484,4],[560,5],[735,4],[1199,4],[1236,5],[1274,5]]},"981":{"position":[[42,4],[533,4]]},"983":{"position":[[14,5],[108,4],[207,4],[233,4],[291,5],[487,4],[651,4],[697,4],[811,4],[1251,5],[1289,5]]},"985":{"position":[[14,5],[234,4],[259,4],[500,4]]},"987":{"position":[[93,4]]},"989":{"position":[[140,4],[265,4],[293,5],[851,4],[879,5],[1434,5],[1472,5]]},"991":{"position":[[27,4],[70,4],[260,5],[327,4]]},"993":{"position":[[27,4],[74,4],[276,5],[342,4]]},"995":{"position":[[20,4]]},"1003":{"position":[[169,4],[581,4]]},"1010":{"position":[[227,4],[403,4],[427,4],[529,4]]},"1014":{"position":[[848,5],[1018,5],[2145,4],[2166,4]]},"1016":{"position":[[62,5],[415,5],[465,5]]},"1018":{"position":[[58,4],[355,4]]},"1020":{"position":[[22,5],[279,5]]},"1022":{"position":[[259,5]]},"1024":{"position":[[87,5],[306,5]]},"1026":{"position":[[122,5],[156,4],[2419,4]]},"1028":{"position":[[37,5],[360,4],[398,4],[473,4],[522,4]]},"1030":{"position":[[1354,5]]},"1032":{"position":[[151,5]]},"1034":{"position":[[40,4],[125,4]]},"1038":{"position":[[956,5]]},"1049":{"position":[[421,5],[800,4],[880,4]]},"1051":{"position":[[594,4]]},"1060":{"position":[[452,4],[621,4]]},"1065":{"position":[[545,4]]},"1070":{"position":[[713,4]]}}}],["user2",{"_index":913,"t":{"876":{"position":[[87,5]]},"878":{"position":[[248,5]]},"888":{"position":[[89,5]]}}}],["user_nam",{"_index":889,"t":{"798":{"position":[[16,9]]},"800":{"position":[[0,9]]},"844":{"position":[[17,9]]},"848":{"position":[[0,9]]},"858":{"position":[[16,9]]},"862":{"position":[[0,9]]},"872":{"position":[[17,9]]},"874":{"position":[[0,9]]},"884":{"position":[[19,9]]},"886":{"position":[[0,9]]}}}],["user_registr",{"_index":717,"t":{"688":{"position":[[82,18]]}}}],["usera",{"_index":380,"t":{"71":{"position":[[225,5],[383,5],[541,5]]},"83":{"position":[[215,5]]},"97":{"position":[[203,5]]},"111":{"position":[[203,5]]},"183":{"position":[[925,5]]},"277":{"position":[[109,5]]},"646":{"position":[[445,5]]},"676":{"position":[[350,5]]},"688":{"position":[[374,5]]},"739":{"position":[[49,5]]},"777":{"position":[[658,5],[1280,5],[1642,5],[2012,5]]},"782":{"position":[[655,5]]},"787":{"position":[[479,5],[841,5],[1211,5]]},"802":{"position":[[72,5]]},"804":{"position":[[312,5]]},"816":{"position":[[312,5]]},"826":{"position":[[312,5]]},"838":{"position":[[312,5]]},"852":{"position":[[512,5]]},"866":{"position":[[521,5]]},"878":{"position":[[417,5]]}}}],["userb",{"_index":430,"t":{"183":{"position":[[1278,5]]},"277":{"position":[[117,5]]},"739":{"position":[[57,5]]},"777":{"position":[[1117,5]]},"787":{"position":[[316,5]]}}}],["userc",{"_index":624,"t":{"482":{"position":[[48,5]]}}}],["userd",{"_index":625,"t":{"482":{"position":[[56,5]]}}}],["userfoo1",{"_index":481,"t":{"293":{"position":[[175,8]]},"498":{"position":[[176,8]]},"755":{"position":[[175,8]]}}}],["userfoo2",{"_index":482,"t":{"293":{"position":[[184,8]]},"498":{"position":[[185,8]]},"755":{"position":[[184,8]]}}}],["useri",{"_index":477,"t":{"287":{"position":[[33,5]]},"492":{"position":[[33,5]]},"749":{"position":[[33,5]]}}}],["usernam",{"_index":775,"t":{"721":{"position":[[275,8]]},"947":{"position":[[805,8]]},"979":{"position":[[498,8]]},"1049":{"position":[[624,8]]}}}],["usernew",{"_index":903,"t":{"850":{"position":[[105,7]]},"852":{"position":[[245,7]]},"864":{"position":[[103,7]]}}}],["users_count",{"_index":339,"t":{"57":{"position":[[201,11]]}}}],["userx",{"_index":431,"t":{"183":{"position":[[1631,5]]},"287":{"position":[[25,5]]},"492":{"position":[[25,5]]},"749":{"position":[[25,5]]},"777":{"position":[[1479,5]]},"787":{"position":[[678,5]]}}}],["userz",{"_index":432,"t":{"183":{"position":[[1984,5]]},"777":{"position":[[1849,5]]},"787":{"position":[[1048,5]]}}}],["usual",{"_index":173,"t":{"8":{"position":[[340,7]]},"187":{"position":[[115,7]]},"902":{"position":[[115,7]]},"975":{"position":[[765,7]]},"989":{"position":[[0,7]]}}}],["utc",{"_index":933,"t":{"898":{"position":[[1252,3],[1324,3]]},"912":{"position":[[821,3]]},"922":{"position":[[96,3],[168,3]]}}}],["util",{"_index":1194,"t":{"1012":{"position":[[46,7]]}}}],["uuid",{"_index":399,"t":{"130":{"position":[[131,4]]},"132":{"position":[[200,4]]},"137":{"position":[[115,4]]},"146":{"position":[[105,4]]},"155":{"position":[[99,4]]},"164":{"position":[[97,4]]},"319":{"position":[[86,4]]},"331":{"position":[[117,4],[444,4]]},"347":{"position":[[90,4]]},"361":{"position":[[84,4]]},"646":{"position":[[90,4]]},"652":{"position":[[25,4]]},"656":{"position":[[87,4]]},"662":{"position":[[25,4]]},"672":{"position":[[24,4]]},"676":{"position":[[84,4]]},"688":{"position":[[108,4]]},"694":{"position":[[27,4]]},"777":{"position":[[122,4],[446,4],[905,4],[1293,4],[1655,4]]},"782":{"position":[[119,4],[443,4]]},"787":{"position":[[104,4],[492,4],[854,4]]},"792":{"position":[[145,4]]},"804":{"position":[[100,4]]},"816":{"position":[[100,4]]},"826":{"position":[[100,4]]},"830":{"position":[[66,4]]},"832":{"position":[[23,4]]},"834":{"position":[[0,4],[10,4]]},"838":{"position":[[100,4]]},"852":{"position":[[87,4]]},"860":{"position":[[3,4]]},"866":{"position":[[90,4]]},"878":{"position":[[90,4]]}}}],["uuid1",{"_index":690,"t":{"654":{"position":[[81,5]]},"664":{"position":[[81,5]]},"674":{"position":[[83,5]]},"676":{"position":[[95,5]]},"688":{"position":[[119,5]]},"696":{"position":[[86,5]]}}}],["v1",{"_index":258,"t":{"16":{"position":[[6,2]]},"18":{"position":[[56,2]]},"25":{"position":[[6,2]]},"27":{"position":[[56,2]]},"35":{"position":[[6,2]]},"39":{"position":[[56,2]]},"41":{"position":[[56,2]]},"49":{"position":[[6,2]]},"53":{"position":[[56,2]]},"55":{"position":[[56,2]]},"67":{"position":[[6,2]]},"69":{"position":[[63,2]]},"77":{"position":[[6,2]]},"81":{"position":[[63,2]]},"89":{"position":[[7,2]]},"95":{"position":[[77,2]]},"103":{"position":[[6,2]]},"109":{"position":[[76,2]]},"117":{"position":[[9,2]]},"121":{"position":[[66,2]]},"128":{"position":[[63,2]]},"135":{"position":[[63,2]]},"142":{"position":[[77,2]]},"151":{"position":[[76,2]]},"160":{"position":[[77,2]]},"169":{"position":[[64,2]]},"177":{"position":[[6,2]]},"181":{"position":[[56,2]]},"191":{"position":[[6,2]]},"197":{"position":[[63,2]]},"205":{"position":[[9,2]]},"209":{"position":[[72,2]]},"217":{"position":[[6,2]]},"221":{"position":[[56,2]]},"229":{"position":[[6,2]]},"233":{"position":[[56,2]]},"237":{"position":[[6,2]]},"241":{"position":[[56,2]]},"245":{"position":[[6,2]]},"249":{"position":[[56,2]]},"257":{"position":[[7,2]]},"263":{"position":[[77,2]]},"271":{"position":[[6,2]]},"275":{"position":[[56,2]]},"283":{"position":[[7,2]]},"289":{"position":[[77,2]]},"299":{"position":[[6,2]]},"303":{"position":[[56,2]]},"313":{"position":[[6,2]]},"317":{"position":[[64,2]]},"325":{"position":[[6,2]]},"329":{"position":[[64,2]]},"339":{"position":[[7,2]]},"343":{"position":[[78,2]]},"353":{"position":[[6,2]]},"357":{"position":[[76,2]]},"367":{"position":[[9,2]]},"371":{"position":[[66,2]]},"379":{"position":[[7,2]]},"383":{"position":[[77,2]]},"394":{"position":[[5,2]]},"398":{"position":[[76,2]]},"422":{"position":[[5,2]]},"426":{"position":[[28,2]]},"432":{"position":[[5,2]]},"436":{"position":[[63,2]]},"444":{"position":[[5,2]]},"448":{"position":[[63,2]]},"454":{"position":[[5,2]]},"458":{"position":[[63,2]]},"464":{"position":[[5,2]]},"468":{"position":[[63,2]]},"476":{"position":[[5,2]]},"480":{"position":[[56,2]]},"488":{"position":[[7,2]]},"494":{"position":[[80,2]]},"502":{"position":[[8,2]]},"506":{"position":[[64,2]]},"514":{"position":[[6,2]]},"520":{"position":[[76,2]]},"530":{"position":[[6,2]]},"538":{"position":[[75,2]]},"548":{"position":[[6,2]]},"554":{"position":[[76,2]]},"564":{"position":[[6,2]]},"570":{"position":[[75,2]]},"580":{"position":[[5,2]]},"586":{"position":[[75,2]]},"596":{"position":[[5,2]]},"600":{"position":[[62,2]]},"610":{"position":[[6,2]]},"616":{"position":[[76,2]]},"626":{"position":[[6,2]]},"630":{"position":[[56,2]]},"640":{"position":[[7,2]]},"644":{"position":[[64,2]]},"652":{"position":[[7,2]]},"654":{"position":[[64,2]]},"662":{"position":[[7,2]]},"664":{"position":[[64,2]]},"672":{"position":[[6,2]]},"674":{"position":[[63,2]]},"682":{"position":[[6,2]]},"686":{"position":[[63,2]]},"694":{"position":[[9,2]]},"696":{"position":[[66,2]]},"709":{"position":[[5,2]]},"733":{"position":[[5,2]]},"737":{"position":[[76,2]]},"745":{"position":[[6,2]]},"751":{"position":[[55,2]]},"772":{"position":[[6,2]]},"775":{"position":[[63,2]]},"780":{"position":[[63,2]]},"785":{"position":[[63,2]]},"790":{"position":[[63,2]]},"798":{"position":[[6,2]]},"802":{"position":[[63,2]]},"810":{"position":[[6,2]]},"814":{"position":[[63,2]]},"822":{"position":[[6,2]]},"824":{"position":[[63,2]]},"832":{"position":[[6,2]]},"836":{"position":[[63,2]]},"844":{"position":[[7,2]]},"850":{"position":[[82,2]]},"858":{"position":[[6,2]]},"864":{"position":[[80,2]]},"872":{"position":[[7,2]]},"876":{"position":[[64,2]]},"884":{"position":[[9,2]]},"888":{"position":[[66,2]]},"979":{"position":[[557,2]]},"981":{"position":[[125,2]]},"983":{"position":[[288,2]]},"985":{"position":[[290,2]]},"987":{"position":[[124,2]]},"989":{"position":[[290,2],[876,2]]},"991":{"position":[[142,2]]},"993":{"position":[[153,2]]}}}],["va",{"_index":313,"t":{"39":{"position":[[67,2]]},"41":{"position":[[67,2]]},"47":{"position":[[29,2]]},"57":{"position":[[27,2]]}}}],["va_metr",{"_index":312,"t":{"39":{"position":[[67,10]]},"41":{"position":[[67,10]]},"47":{"position":[[29,10]]},"57":{"position":[[27,10]]}}}],["valid",{"_index":75,"t":{"4":{"position":[[532,10],[770,10],[850,8]]},"61":{"position":[[115,5]]},"261":{"position":[[392,10]]},"309":{"position":[[48,10]]},"379":{"position":[[56,8]]},"383":{"position":[[116,8]]},"387":{"position":[[46,9]]},"404":{"position":[[42,5],[142,8]]},"426":{"position":[[151,5],[251,8]]},"542":{"position":[[103,5],[203,8]]},"934":{"position":[[25,10],[377,8],[753,10],[1442,8],[1900,8]]},"965":{"position":[[158,5],[258,8],[651,5],[757,8]]},"1001":{"position":[[47,10]]}}}],["valu",{"_index":73,"t":{"4":{"position":[[514,6]]},"8":{"position":[[1057,5]]},"20":{"position":[[177,5],[315,5],[359,5],[500,5],[638,5],[682,5]]},"37":{"position":[[91,5]]},"51":{"position":[[91,5]]},"57":{"position":[[468,5],[606,5],[648,5],[789,5],[927,5],[971,5],[1112,5],[1243,5],[1285,5],[1426,5],[1557,5],[1601,5]]},"183":{"position":[[201,5],[332,5],[518,5],[649,5],[847,5],[989,5],[1200,5],[1342,5],[1553,5],[1695,5],[1906,5],[2048,5],[2255,5],[2376,5],[2420,5]]},"227":{"position":[[461,5]]},"261":{"position":[[171,5]]},"305":{"position":[[208,5],[339,5],[521,5],[652,5],[835,5],[966,5],[1162,5],[1283,5],[1327,5],[1533,5],[1666,5]]},"404":{"position":[[662,5],[697,5],[951,5],[1161,5],[1311,5],[1522,5]]},"408":{"position":[[268,5]]},"414":{"position":[[32,5],[210,5]]},"440":{"position":[[489,5]]},"512":{"position":[[90,5],[145,5]]},"536":{"position":[[335,5],[571,5],[677,5]]},"552":{"position":[[273,5]]},"558":{"position":[[114,5]]},"632":{"position":[[199,5],[335,5],[518,5],[647,5],[839,5],[977,5]]},"757":{"position":[[530,6]]},"766":{"position":[[1051,5]]},"770":{"position":[[267,5]]},"898":{"position":[[1158,5]]},"912":{"position":[[159,5],[307,5],[351,5],[738,5]]},"914":{"position":[[687,5]]},"932":{"position":[[1530,5]]},"934":{"position":[[735,6]]},"977":{"position":[[605,5]]},"1003":{"position":[[562,5]]},"1051":{"position":[[712,6]]}}}],["value1",{"_index":941,"t":{"912":{"position":[[316,6]]}}}],["value2",{"_index":943,"t":{"912":{"position":[[360,6]]}}}],["value_typ",{"_index":270,"t":{"20":{"position":[[177,10],[500,10]]},"57":{"position":[[468,10],[789,10],[1112,10],[1426,10]]},"183":{"position":[[201,10],[518,10],[847,10],[1200,10],[1553,10],[1906,10],[2255,10]]},"305":{"position":[[208,10],[521,10],[835,10],[1162,10],[1533,10]]},"632":{"position":[[199,10],[518,10],[839,10]]}}}],["variou",{"_index":244,"t":{"10":{"position":[[2352,7]]},"1026":{"position":[[2136,7]]},"1060":{"position":[[296,7]]}}}],["vasiliki",{"_index":1399,"t":{"1032":{"position":[[304,8]]}}}],["ver",{"_index":1193,"t":{"1012":{"position":[[17,3]]}}}],["veri",{"_index":140,"t":{"6":{"position":[[20,4]]}}}],["verif",{"_index":646,"t":{"542":{"position":[[476,12]]},"965":{"position":[[1484,12]]}}}],["verifi",{"_index":574,"t":{"408":{"position":[[441,8]]},"412":{"position":[[266,8]]},"420":{"position":[[37,9]]},"426":{"position":[[433,6]]},"949":{"position":[[1026,6],[1038,6],[1649,6],[1661,6],[1946,6],[1958,6],[2238,6],[2250,6],[2425,6],[2437,6]]},"965":{"position":[[435,6],[558,6],[847,8],[897,6]]}}}],["verificationhash",{"_index":572,"t":{"408":{"position":[[377,16]]},"412":{"position":[[242,16]]},"426":{"position":[[519,16],[780,16],[844,16],[943,16],[1004,16]]}}}],["verifypushendpoint",{"_index":605,"t":{"422":{"position":[[66,18]]},"426":{"position":[[77,18]]}}}],["version",{"_index":736,"t":{"707":{"position":[[40,7]]},"709":{"position":[[8,7]]},"719":{"position":[[398,8]]},"910":{"position":[[721,7]]}}}],["via",{"_index":521,"t":{"385":{"position":[[236,3]]},"930":{"position":[[175,3]]},"938":{"position":[[175,3]]},"947":{"position":[[104,3]]},"953":{"position":[[175,3]]},"957":{"position":[[696,3]]},"959":{"position":[[1000,3]]},"963":{"position":[[175,3]]},"995":{"position":[[1611,3]]},"999":{"position":[[180,3]]},"1030":{"position":[[1060,3]]},"1058":{"position":[[327,3]]},"1070":{"position":[[424,3]]}}}],["video",{"_index":1482,"t":{"1047":{"position":[[450,5]]},"1063":{"position":[[265,5]]}}}],["violat",{"_index":1169,"t":{"995":{"position":[[2043,9],[2151,9]]},"1032":{"position":[[122,9]]}}}],["virtual",{"_index":1496,"t":{"1049":{"position":[[704,7]]},"1058":{"position":[[266,7]]}}}],["viru",{"_index":1560,"t":{"1070":{"position":[[196,5]]}}}],["visit",{"_index":988,"t":{"926":{"position":[[72,5]]},"932":{"position":[[127,5],[740,5],[2377,5]]},"934":{"position":[[999,5],[1223,5],[1403,5],[1886,5],[2030,5]]},"979":{"position":[[1222,5]]},"981":{"position":[[556,5]]},"983":{"position":[[1237,5]]},"985":{"position":[[522,5]]},"987":{"position":[[474,5]]},"989":{"position":[[1420,5]]},"1001":{"position":[[170,5]]},"1003":{"position":[[921,5]]},"1005":{"position":[[243,5]]}}}],["visitor",{"_index":1487,"t":{"1047":{"position":[[587,8]]}}}],["vpn",{"_index":1497,"t":{"1049":{"position":[[730,4]]},"1058":{"position":[[292,4]]}}}],["wait",{"_index":651,"t":{"552":{"position":[[203,7],[565,7]]},"898":{"position":[[1723,7]]},"924":{"position":[[167,7]]},"1003":{"position":[[492,7],[859,7]]},"1040":{"position":[[968,7]]}}}],["want",{"_index":510,"t":{"377":{"position":[[33,4]]},"536":{"position":[[636,4]]},"757":{"position":[[71,4]]},"926":{"position":[[24,4]]},"934":{"position":[[60,4],[1488,4]]},"949":{"position":[[64,4]]},"951":{"position":[[200,4]]},"961":{"position":[[200,4]]},"997":{"position":[[200,4]]}}}],["warn",{"_index":815,"t":{"760":{"position":[[643,7]]}}}],["way",{"_index":163,"t":{"6":{"position":[[405,3]]},"717":{"position":[[14,4]]},"1018":{"position":[[337,3]]},"1024":{"position":[[26,3]]},"1030":{"position":[[712,3]]}}}],["web",{"_index":1267,"t":{"1014":{"position":[[2125,3]]}}}],["webhook",{"_index":545,"t":{"404":{"position":[[550,7]]},"410":{"position":[[132,7]]},"412":{"position":[[301,7]]},"534":{"position":[[106,7]]},"898":{"position":[[820,7]]},"947":{"position":[[119,8],[208,7],[278,8],[692,7]]}}}],["websit",{"_index":1266,"t":{"1014":{"position":[[2003,7],[2018,7],[2179,7]]},"1016":{"position":[[190,7]]},"1018":{"position":[[32,7],[124,7]]},"1022":{"position":[[89,7]]},"1028":{"position":[[299,7]]},"1030":{"position":[[1390,7]]}}}],["well",{"_index":901,"t":{"848":{"position":[[591,4]]},"975":{"position":[[543,4]]},"983":{"position":[[784,4]]},"1014":{"position":[[1083,4],[1311,4]]},"1020":{"position":[[256,4]]},"1026":{"position":[[320,4],[1941,4]]},"1032":{"position":[[76,4]]},"1076":{"position":[[472,4]]},"1078":{"position":[[39,4]]}}}],["whatev",{"_index":658,"t":{"558":{"position":[[102,8]]}}}],["whenev",{"_index":469,"t":{"261":{"position":[[261,8]]},"377":{"position":[[21,8]]},"404":{"position":[[0,8]]},"426":{"position":[[109,8]]},"542":{"position":[[61,8]]},"934":{"position":[[1476,8]]},"936":{"position":[[317,8]]},"965":{"position":[[116,8],[609,8]]},"1014":{"position":[[1506,8]]}}}],["wherea",{"_index":1257,"t":{"1014":{"position":[[1533,7]]},"1068":{"position":[[734,7]]}}}],["whether",{"_index":1330,"t":{"1026":{"position":[[535,7]]},"1060":{"position":[[82,7]]}}}],["whose",{"_index":1270,"t":{"1014":{"position":[[2216,5]]}}}],["wide",{"_index":853,"t":{"764":{"position":[[613,4]]},"848":{"position":[[165,4],[199,4],[890,4],[978,4]]},"862":{"position":[[165,4],[199,4]]}}}],["willi",{"_index":640,"t":{"534":{"position":[[143,5]]}}}],["window",{"_index":299,"t":{"33":{"position":[[81,6]]},"43":{"position":[[96,6]]},"898":{"position":[[541,6]]}}}],["within",{"_index":1163,"t":{"995":{"position":[[1907,6]]},"1018":{"position":[[113,6]]},"1024":{"position":[[454,6]]},"1026":{"position":[[477,6],[1367,6]]},"1074":{"position":[[802,6]]}}}],["without",{"_index":148,"t":{"6":{"position":[[174,7]]},"10":{"position":[[2250,7]]},"719":{"position":[[282,7]]},"932":{"position":[[202,7]]},"995":{"position":[[1860,7],[1885,7]]},"1026":{"position":[[2003,7]]},"1030":{"position":[[1296,7]]},"1040":{"position":[[948,7]]},"1042":{"position":[[339,7]]},"1051":{"position":[[225,7]]}}}],["work",{"_index":471,"t":{"261":{"position":[[406,4]]},"309":{"position":[[27,5]]},"377":{"position":[[129,7]]},"934":{"position":[[1584,7]]},"995":{"position":[[172,4]]},"1012":{"position":[[645,7]]},"1047":{"position":[[112,7],[730,4]]},"1049":{"position":[[857,4]]},"1051":{"position":[[640,4]]},"1060":{"position":[[598,4]]},"1063":{"position":[[441,4]]},"1065":{"position":[[522,4]]},"1074":{"position":[[326,4]]},"1076":{"position":[[905,4],[1066,4]]}}}],["worker",{"_index":126,"t":{"4":{"position":[[1717,6]]},"10":{"position":[[1598,6]]},"959":{"position":[[613,6]]},"961":{"position":[[1461,6]]},"1008":{"position":[[163,7],[357,7]]},"1012":{"position":[[9,6],[358,6],[408,6],[471,6],[511,6]]}}}],["worker_linux_x86_64",{"_index":1206,"t":{"1012":{"position":[[511,19]]}}}],["workflow",{"_index":1183,"t":{"1008":{"position":[[224,9]]},"1042":{"position":[[184,9]]}}}],["workload",{"_index":1178,"t":{"1008":{"position":[[50,9]]}}}],["write",{"_index":849,"t":{"764":{"position":[[214,6]]}}}],["written",{"_index":1198,"t":{"1012":{"position":[[237,7]]},"1074":{"position":[[839,7]]}}}],["wrong",{"_index":1073,"t":{"949":{"position":[[1567,5]]}}}],["www",{"_index":1404,"t":{"1034":{"position":[[249,3]]}}}],["x",{"_index":368,"t":{"69":{"position":[[6,1]]},"81":{"position":[[6,1]]},"95":{"position":[[6,1]]},"109":{"position":[[6,1]]},"121":{"position":[[6,1]]},"128":{"position":[[6,1]]},"135":{"position":[[6,1]]},"142":{"position":[[6,1]]},"151":{"position":[[6,1]]},"160":{"position":[[6,1]]},"169":{"position":[[6,1]]},"197":{"position":[[6,1]]},"209":{"position":[[6,1]]},"263":{"position":[[6,1]]},"289":{"position":[[6,1]]},"317":{"position":[[6,1]]},"329":{"position":[[6,1]]},"343":{"position":[[6,1]]},"357":{"position":[[6,1]]},"371":{"position":[[6,1]]},"383":{"position":[[6,1]]},"398":{"position":[[6,1]]},"426":{"position":[[6,1]]},"436":{"position":[[6,1]]},"448":{"position":[[6,1]]},"458":{"position":[[6,1]]},"468":{"position":[[6,1]]},"494":{"position":[[6,1]]},"506":{"position":[[6,1]]},"520":{"position":[[6,1]]},"538":{"position":[[6,1]]},"554":{"position":[[6,1]]},"570":{"position":[[6,1]]},"586":{"position":[[6,1]]},"600":{"position":[[6,1]]},"616":{"position":[[6,1]]},"644":{"position":[[6,1]]},"654":{"position":[[6,1]]},"664":{"position":[[6,1]]},"674":{"position":[[6,1]]},"686":{"position":[[6,1]]},"696":{"position":[[6,1]]},"737":{"position":[[6,1]]},"775":{"position":[[6,1]]},"780":{"position":[[6,1]]},"785":{"position":[[6,1]]},"790":{"position":[[6,1]]},"802":{"position":[[6,1]]},"814":{"position":[[6,1]]},"824":{"position":[[6,1]]},"836":{"position":[[6,1]]},"850":{"position":[[11,1]]},"864":{"position":[[11,1]]},"876":{"position":[[6,1]]},"888":{"position":[[6,1]]}}}],["x86",{"_index":1207,"t":{"1012":{"position":[[524,3]]}}}],["ye",{"_index":951,"t":{"912":{"position":[[606,3]]}}}],["year",{"_index":156,"t":{"6":{"position":[[316,4]]}}}],["ymfzzty0",{"_index":939,"t":{"912":{"position":[[256,8]]}}}],["yourself",{"_index":981,"t":{"918":{"position":[[515,8]]}}}],["z5xjq7hzn7yobnjhthrh4q6oxw",{"_index":1040,"t":{"947":{"position":[[540,26]]}}}],["zip",{"_index":1209,"t":{"1012":{"position":[[531,3]]}}}],["znode",{"_index":825,"t":{"762":{"position":[[261,5]]},"764":{"position":[[180,5],[190,5]]},"766":{"position":[[612,5]]},"977":{"position":[[319,5]]}}}],["zookeep",{"_index":822,"t":{"762":{"position":[[222,9]]},"764":{"position":[[102,9],[126,9],[233,9]]},"766":{"position":[[631,9],[1035,9],[1065,9]]},"977":{"position":[[280,9]]}}}],["zookeeper_host",{"_index":821,"t":{"762":{"position":[[222,15]]},"764":{"position":[[102,15]]},"977":{"position":[[280,15]]}}}],["zulu",{"_index":663,"t":{"598":{"position":[[110,4]]},"898":{"position":[[1256,4]]},"912":{"position":[[825,4]]},"922":{"position":[[100,4]]}}}]],"pipeline":["stemmer"]}}] \ No newline at end of file +[{"documents":[{"i":1,"t":"User Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","b":["Docs","API Calls"]},{"i":67,"t":"Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","b":["Docs","API Calls"]},{"i":149,"t":"Projects","u":"/argo-messaging/docs/api_advanced/api_projects","b":["Docs","API Calls"]},{"i":273,"t":"AMS - The Service","u":"/argo-messaging/docs/","b":["Docs","What is AMS"]},{"i":283,"t":"API Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","b":["Docs","API Calls"]},{"i":332,"t":"Topics","u":"/argo-messaging/docs/api_advanced/api_topics","b":["Docs","API Calls"]},{"i":454,"t":"Authentication","u":"/argo-messaging/docs/api_advanced/api_auth","b":["Docs","API Calls"]},{"i":456,"t":"API Errors","u":"/argo-messaging/docs/api_basic/api_errors","b":["Docs","Argo Messaging API"]},{"i":461,"t":"Service introduction and configuration","u":"/argo-messaging/docs/api_basic/api_intro","b":["Docs","Argo Messaging API"]},{"i":470,"t":"Security and privacy considerations","u":"/argo-messaging/docs/concepts/auth","b":["Docs","General Concepts"]},{"i":508,"t":"Using Apache Kafka as a Backend Message system","u":"/argo-messaging/docs/concepts/msg_backend","b":["Docs","General Concepts"]},{"i":510,"t":"Data flow in Argo Messaging","u":"/argo-messaging/docs/concepts/msg_flow","b":["Docs","General Concepts"]},{"i":512,"t":"Communication Channels","u":"/argo-messaging/docs/communication/","b":["Docs","Communication"]},{"i":514,"t":"Get API Version information","u":"/argo-messaging/docs/api_advanced/api_version","b":["Docs","API Calls"]},{"i":524,"t":"User Management","u":"/argo-messaging/docs/api_advanced/api_users","b":["Docs","API Calls"]},{"i":650,"t":"Overview & Introduction","u":"/argo-messaging/docs/concepts/overview","b":["Docs","General Concepts"]},{"i":670,"t":"Initial Project & User Management","u":"/argo-messaging/docs/concepts/projects_users","b":["Docs","General Concepts"]},{"i":692,"t":"Q & A - General Questions","u":"/argo-messaging/docs/faq/qa","b":["Docs","Frequent Questions"]},{"i":698,"t":"Q & A - Ruby specifics","u":"/argo-messaging/docs/faq/qa_ruby","b":["Docs","Frequent Questions"]},{"i":702,"t":"Publisher Guide","u":"/argo-messaging/docs/guides/publisher","b":["Docs","Guides"]},{"i":710,"t":"Metrics Guide","u":"/argo-messaging/docs/guides/guide_metrics","b":["Docs","Guides"]},{"i":712,"t":"Replaying Messages","u":"/argo-messaging/docs/guides/replaying_guide","b":["Docs","Guides"]},{"i":722,"t":"Subscriber Guide","u":"/argo-messaging/docs/guides/subscriber_guide","b":["Docs","Guides"]},{"i":732,"t":"Receiving messages using Pull","u":"/argo-messaging/docs/guides/subscriber-pull_guide","b":["Docs","Guides"]},{"i":742,"t":"Mattermost Integration","u":"/argo-messaging/docs/guides/mattermost-integration_guide","b":["Docs","Guides"]},{"i":747,"t":"Receiving messages using Push","u":"/argo-messaging/docs/guides/subscriber-push_guide","b":["Docs","Guides"]},{"i":759,"t":"AMS Push Worker","u":"/argo-messaging/docs/howto/ams_push_worker","b":["Docs","How to use"]},{"i":761,"t":"Terms of Use","u":"/argo-messaging/docs/policies/terms","b":["Docs","Policies"]},{"i":763,"t":"AMS Privacy Policy","u":"/argo-messaging/docs/policies/ams_privacy_policy","b":["Docs","Policies"]},{"i":785,"t":"Technical and organisational measures (TOM)","u":"/argo-messaging/docs/policies/tom","b":["Docs","Policies"]},{"i":821,"t":"Use cases for the Argo Messaging Service","u":"/argo-messaging/docs/use_cases/","b":["Docs","Use Cases"]},{"i":827,"t":"How to use the service","u":"/argo-messaging/docs/howto/how_to_use","b":["Docs","How to use"]},{"i":832,"t":"Training Resources","u":"/argo-messaging/docs/training_material/","b":["Docs","Training Material"]},{"i":834,"t":"Subscriptions Api Calls","u":"/argo-messaging/docs/api_advanced/api_subscriptions","b":["Docs","API Calls"]}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/1",[0,2.558,1,3.5]],["t/67",[2,4.225]],["t/149",[3,3.54]],["t/273",[4,2.558,5,2.279]],["t/283",[6,1.945,7,2.987,8,2.503]],["t/332",[9,4.225]],["t/454",[10,4.225]],["t/456",[6,2.279,11,3.5]],["t/461",[5,1.945,12,2.503,13,2.987]],["t/470",[14,2.987,15,2.503,16,2.987]],["t/508",[17,1.109,18,2.075,19,2.075,20,2.075,21,1.109,22,2.075]],["t/510",[21,1.392,23,2.605,24,2.605,25,2.183]],["t/512",[26,3.5,27,3.5]],["t/514",[6,1.945,28,2.987,29,2.987]],["t/524",[0,2.558,30,2.932]],["t/650",[12,2.932,31,3.5]],["t/670",[0,1.904,3,2.183,30,2.183,32,2.605]],["t/692",[33,2.503,34,2.987,35,2.987]],["t/698",[33,2.503,36,2.987,37,2.987]],["t/702",[38,3.5,39,2.558]],["t/710",[8,2.932,39,2.558]],["t/712",[21,1.871,40,3.5]],["t/722",[39,2.558,41,3.5]],["t/732",[17,1.392,21,1.392,42,2.183,43,2.605]],["t/742",[44,3.5,45,3.5]],["t/747",[17,1.392,21,1.392,42,2.183,46,2.183]],["t/759",[4,2.183,46,2.503,47,2.987]],["t/761",[17,1.871,48,3.5]],["t/763",[4,2.183,15,2.503,49,2.987]],["t/785",[50,2.605,51,2.605,52,2.605,53,2.605]],["t/821",[5,1.504,17,1.235,21,1.235,25,1.935,54,2.31]],["t/827",[5,2.279,17,1.871]],["t/832",[55,3.5,56,3.5]],["t/834",[6,1.945,57,2.987,58,2.987]]],"invertedIndex":[["am",{"_index":4,"t":{"273":{"position":[[0,3]]},"759":{"position":[[0,3]]},"763":{"position":[[0,3]]}}}],["apach",{"_index":18,"t":{"508":{"position":[[6,6]]}}}],["api",{"_index":6,"t":{"283":{"position":[[0,3]]},"456":{"position":[[0,3]]},"514":{"position":[[4,3]]},"834":{"position":[[14,3]]}}}],["argo",{"_index":25,"t":{"510":{"position":[[13,4]]},"821":{"position":[[18,4]]}}}],["authent",{"_index":10,"t":{"454":{"position":[[0,14]]}}}],["backend",{"_index":20,"t":{"508":{"position":[[24,7]]}}}],["call",{"_index":58,"t":{"834":{"position":[[18,5]]}}}],["case",{"_index":54,"t":{"821":{"position":[[4,5]]}}}],["channel",{"_index":27,"t":{"512":{"position":[[14,8]]}}}],["commun",{"_index":26,"t":{"512":{"position":[[0,13]]}}}],["configur",{"_index":13,"t":{"461":{"position":[[25,13]]}}}],["consider",{"_index":16,"t":{"470":{"position":[[21,14]]}}}],["data",{"_index":23,"t":{"510":{"position":[[0,4]]}}}],["error",{"_index":11,"t":{"456":{"position":[[4,6]]}}}],["flow",{"_index":24,"t":{"510":{"position":[[5,4]]}}}],["gener",{"_index":34,"t":{"692":{"position":[[8,7]]}}}],["guid",{"_index":39,"t":{"702":{"position":[[10,5]]},"710":{"position":[[8,5]]},"722":{"position":[[11,5]]}}}],["inform",{"_index":29,"t":{"514":{"position":[[16,11]]}}}],["initi",{"_index":32,"t":{"670":{"position":[[0,7]]}}}],["integr",{"_index":45,"t":{"742":{"position":[[11,11]]}}}],["introduct",{"_index":12,"t":{"461":{"position":[[8,12]]},"650":{"position":[[11,12]]}}}],["kafka",{"_index":19,"t":{"508":{"position":[[13,5]]}}}],["manag",{"_index":30,"t":{"524":{"position":[[5,10]]},"670":{"position":[[23,10]]}}}],["mattermost",{"_index":44,"t":{"742":{"position":[[0,10]]}}}],["measur",{"_index":52,"t":{"785":{"position":[[29,8]]}}}],["messag",{"_index":21,"t":{"508":{"position":[[32,7]]},"510":{"position":[[18,9]]},"712":{"position":[[10,8]]},"732":{"position":[[10,8]]},"747":{"position":[[10,8]]},"821":{"position":[[23,9]]}}}],["metric",{"_index":8,"t":{"283":{"position":[[16,7]]},"710":{"position":[[0,7]]}}}],["oper",{"_index":7,"t":{"283":{"position":[[4,11]]}}}],["organis",{"_index":51,"t":{"785":{"position":[[14,14]]}}}],["overview",{"_index":31,"t":{"650":{"position":[[0,8]]}}}],["polici",{"_index":49,"t":{"763":{"position":[[12,6]]}}}],["privaci",{"_index":15,"t":{"470":{"position":[[13,7]]},"763":{"position":[[4,7]]}}}],["project",{"_index":3,"t":{"149":{"position":[[0,8]]},"670":{"position":[[8,7]]}}}],["publish",{"_index":38,"t":{"702":{"position":[[0,9]]}}}],["pull",{"_index":43,"t":{"732":{"position":[[25,4]]}}}],["push",{"_index":46,"t":{"747":{"position":[[25,4]]},"759":{"position":[[4,4]]}}}],["q",{"_index":33,"t":{"692":{"position":[[0,1]]},"698":{"position":[[0,1]]}}}],["question",{"_index":35,"t":{"692":{"position":[[16,9]]}}}],["receiv",{"_index":42,"t":{"732":{"position":[[0,9]]},"747":{"position":[[0,9]]}}}],["registr",{"_index":1,"t":{"1":{"position":[[5,12]]}}}],["replay",{"_index":40,"t":{"712":{"position":[[0,9]]}}}],["resourc",{"_index":56,"t":{"832":{"position":[[9,9]]}}}],["rubi",{"_index":36,"t":{"698":{"position":[[8,4]]}}}],["schema",{"_index":2,"t":{"67":{"position":[[0,7]]}}}],["secur",{"_index":14,"t":{"470":{"position":[[0,8]]}}}],["servic",{"_index":5,"t":{"273":{"position":[[10,7]]},"461":{"position":[[0,7]]},"821":{"position":[[33,7]]},"827":{"position":[[15,7]]}}}],["specif",{"_index":37,"t":{"698":{"position":[[13,9]]}}}],["subscrib",{"_index":41,"t":{"722":{"position":[[0,10]]}}}],["subscript",{"_index":57,"t":{"834":{"position":[[0,13]]}}}],["system",{"_index":22,"t":{"508":{"position":[[40,6]]}}}],["technic",{"_index":50,"t":{"785":{"position":[[0,9]]}}}],["term",{"_index":48,"t":{"761":{"position":[[0,5]]}}}],["tom",{"_index":53,"t":{"785":{"position":[[39,3]]}}}],["topic",{"_index":9,"t":{"332":{"position":[[0,6]]}}}],["train",{"_index":55,"t":{"832":{"position":[[0,8]]}}}],["us",{"_index":17,"t":{"508":{"position":[[0,5]]},"732":{"position":[[19,5]]},"747":{"position":[[19,5]]},"761":{"position":[[9,3]]},"821":{"position":[[0,3]]},"827":{"position":[[7,3]]}}}],["user",{"_index":0,"t":{"1":{"position":[[0,4]]},"524":{"position":[[0,4]]},"670":{"position":[[18,4]]}}}],["version",{"_index":28,"t":{"514":{"position":[[8,7]]}}}],["worker",{"_index":47,"t":{"759":{"position":[[9,6]]}}}]],"pipeline":["stemmer"]}},{"documents":[{"i":3,"t":"[POST] Manage Registrations - New user registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---new-user-registration","p":1},{"i":5,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request","p":1},{"i":7,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-body","p":1},{"i":9,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request","p":1},{"i":11,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses","p":1},{"i":13,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors","p":1},{"i":15,"t":"[POST] Manage Registrations - Accept a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---accept-a-users-registration","p":1},{"i":17,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-1","p":1},{"i":19,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-1","p":1},{"i":21,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-1","p":1},{"i":23,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-1","p":1},{"i":25,"t":"[POST] Manage Registrations - Decline a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---decline-a-users-registration","p":1},{"i":27,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-2","p":1},{"i":29,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-2","p":1},{"i":31,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-2","p":1},{"i":33,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-2","p":1},{"i":35,"t":"[GET] Manage Registrations - Retrieve a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-a-users-registration","p":1},{"i":37,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-3","p":1},{"i":39,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-3","p":1},{"i":41,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-3","p":1},{"i":43,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-3","p":1},{"i":45,"t":"[GET] Manage Registrations - Retrieve all registrations","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-all-registrations","p":1},{"i":47,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-4","p":1},{"i":49,"t":"Optional Filters","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#optional-filters","p":1},{"i":51,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-4","p":1},{"i":53,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-4","p":1},{"i":55,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-4","p":1},{"i":57,"t":"[DELETE] Manage Registrations - Delete a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#delete-manage-registrations---delete-a-users-registration","p":1},{"i":59,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-5","p":1},{"i":61,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-5","p":1},{"i":63,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-5","p":1},{"i":65,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-5","p":1},{"i":69,"t":"[GET] Manage Schemas - Retrieve a Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-a-schema","p":67},{"i":71,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request","p":67},{"i":73,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where","p":67},{"i":75,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request","p":67},{"i":77,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses","p":67},{"i":79,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors","p":67},{"i":81,"t":"[GET] Manage Schemas - Retrieve All Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-all-schemas","p":67},{"i":83,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-1","p":67},{"i":85,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-1","p":67},{"i":87,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-1","p":67},{"i":89,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-1","p":67},{"i":91,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-1","p":67},{"i":93,"t":"[POST] Manage Schemas - Create new Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#create-schema","p":67},{"i":95,"t":"Supported Schema Types","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#supported-schema-types","p":67},{"i":97,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-2","p":67},{"i":99,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-2","p":67},{"i":101,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-2","p":67},{"i":103,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body","p":67},{"i":105,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-2","p":67},{"i":107,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-2","p":67},{"i":109,"t":"[PUT] Manage Schemas - Update Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#put-manage-schemas---update-schema","p":67},{"i":111,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-3","p":67},{"i":113,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-3","p":67},{"i":115,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-3","p":67},{"i":117,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-1","p":67},{"i":119,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-3","p":67},{"i":121,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-3","p":67},{"i":123,"t":"[DELETE] Manage Schemas - Delete Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#delete-manage-schemas---delete-schema","p":67},{"i":125,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-4","p":67},{"i":127,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-4","p":67},{"i":129,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-4","p":67},{"i":131,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-4","p":67},{"i":133,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-4","p":67},{"i":135,"t":"[POST] Manage Schemas - Validate Message","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#validate","p":67},{"i":137,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-5","p":67},{"i":139,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-5","p":67},{"i":141,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-5","p":67},{"i":143,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-2","p":67},{"i":145,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-5","p":67},{"i":147,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-5","p":67},{"i":151,"t":"[GET] Manage Projects - List all projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-all-projects","p":149},{"i":153,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request","p":149},{"i":155,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request","p":149},{"i":157,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses","p":149},{"i":159,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors","p":149},{"i":161,"t":"[GET] Manage Projects - List a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-a-specific-project","p":149},{"i":163,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-1","p":149},{"i":165,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where","p":149},{"i":167,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-1","p":149},{"i":169,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-1","p":149},{"i":171,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-1","p":149},{"i":173,"t":"[POST] Manage Projects - Create new project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-manage-projects---create-new-project","p":149},{"i":175,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-2","p":149},{"i":177,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-1","p":149},{"i":179,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body","p":149},{"i":181,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-2","p":149},{"i":183,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-2","p":149},{"i":185,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-2","p":149},{"i":187,"t":"[PUT] Manage Projects - Update a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-manage-projects---update-a-project","p":149},{"i":189,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-3","p":149},{"i":191,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-2","p":149},{"i":193,"t":"PUT body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-body","p":149},{"i":195,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-3","p":149},{"i":197,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-3","p":149},{"i":199,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-3","p":149},{"i":201,"t":"[DELETE] Manage Projects - Delete Project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#delete-manage-projects---delete-project","p":149},{"i":203,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-4","p":149},{"i":205,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-3","p":149},{"i":207,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-4","p":149},{"i":209,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-4","p":149},{"i":211,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-4","p":149},{"i":213,"t":"[GET] List all users that are members of a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-list-all-users-that-are-members-of-a-specific-project","p":149},{"i":214,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-5","p":149},{"i":216,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-5","p":149},{"i":218,"t":"Unprivileged mode (non service_admin user)","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#unprivileged-mode-non-service_admin-user","p":149},{"i":220,"t":"[GET] Show a specific member user of the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-show-a-specific-member-user-of-the-specific-project","p":149},{"i":221,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-6","p":149},{"i":223,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-6","p":149},{"i":225,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-5","p":149},{"i":227,"t":"[POST] Create a new member user under the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-create-a-new-member-user-under-the-specific-project","p":149},{"i":228,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-7","p":149},{"i":230,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-1","p":149},{"i":232,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-7","p":149},{"i":234,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-6","p":149},{"i":236,"t":"[PUT] Updates the roles for a member user under the specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-updates-the-roles-for-a-member-user-under-the-specific-project","p":149},{"i":237,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-8","p":149},{"i":239,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-2","p":149},{"i":241,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-8","p":149},{"i":243,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-7","p":149},{"i":245,"t":"[POST] Add/Invite a user to a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-addinvite-a-user-to-a-project","p":149},{"i":246,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-9","p":149},{"i":248,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-3","p":149},{"i":250,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-9","p":149},{"i":252,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-8","p":149},{"i":254,"t":"[POST] Remove a user from the project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-remove-a-user-from-the-project","p":149},{"i":255,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-10","p":149},{"i":257,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-10","p":149},{"i":259,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-9","p":149},{"i":261,"t":"[GET] Project Metrics","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-project-metrics","p":149},{"i":263,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-5","p":149},{"i":265,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-4","p":149},{"i":267,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-11","p":149},{"i":269,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-11","p":149},{"i":271,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-10","p":149},{"i":275,"t":"Features","u":"/argo-messaging/docs/","h":"#features","p":273},{"i":277,"t":"Architectural aspect","u":"/argo-messaging/docs/","h":"#architectural-aspect","p":273},{"i":279,"t":"Fundamentals","u":"/argo-messaging/docs/","h":"#fundamentals","p":273},{"i":281,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/","h":"#pull-vs-push-subscriptions","p":273},{"i":285,"t":"[GET] Get Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-operational-metrics","p":283},{"i":287,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request","p":283},{"i":289,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request","p":283},{"i":291,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses","p":283},{"i":293,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors","p":283},{"i":295,"t":"[GET] Get Health status","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-health-status","p":283},{"i":296,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-1","p":283},{"i":298,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-1","p":283},{"i":300,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-1","p":283},{"i":302,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-1","p":283},{"i":304,"t":"[GET] Get a VA Report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-a-va-report","p":283},{"i":306,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-2","p":283},{"i":308,"t":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters","p":283},{"i":310,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-2","p":283},{"i":312,"t":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters","p":283},{"i":314,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-2","p":283},{"i":316,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-2","p":283},{"i":318,"t":"[GET] Get User usage report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-user-usage-report","p":283},{"i":320,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-3","p":283},{"i":322,"t":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters-1","p":283},{"i":324,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-3","p":283},{"i":326,"t":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters-1","p":283},{"i":328,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-3","p":283},{"i":330,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-3","p":283},{"i":334,"t":"[PUT] Manage Topics - Create new topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#create-topic","p":332},{"i":336,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request","p":332},{"i":338,"t":"RequestBody","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#requestbody","p":332},{"i":340,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where","p":332},{"i":342,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request","p":332},{"i":344,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses","p":332},{"i":346,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors","p":332},{"i":348,"t":"[DELETE] Manage Topics - Delete topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#delete-manage-topics---delete-topic","p":332},{"i":350,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-1","p":332},{"i":352,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-1","p":332},{"i":354,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-1","p":332},{"i":356,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-1","p":332},{"i":358,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-1","p":332},{"i":360,"t":"[GET] Manage Topics - Get a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---get-a-topic","p":332},{"i":362,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-2","p":332},{"i":364,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-2","p":332},{"i":366,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-2","p":332},{"i":368,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-2","p":332},{"i":370,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-2","p":332},{"i":372,"t":"[GET] Manage Topics - List Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---list-topics","p":332},{"i":374,"t":"Paginated Request that returns all topics under the specified project","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-all-topics-under-the-specified-project","p":332},{"i":376,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-3","p":332},{"i":378,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-3","p":332},{"i":380,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-3","p":332},{"i":382,"t":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":332},{"i":384,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-4","p":332},{"i":386,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-4","p":332},{"i":388,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-4","p":332},{"i":390,"t":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-next--page-of-a-specific-size","p":332},{"i":392,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-5","p":332},{"i":394,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-5","p":332},{"i":396,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-5","p":332},{"i":398,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-3","p":332},{"i":400,"t":"[POST] Publish message/s to a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#publish","p":332},{"i":402,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-3","p":332},{"i":404,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-6","p":332},{"i":406,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data","p":332},{"i":408,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-6","p":332},{"i":410,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-6","p":332},{"i":412,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-4","p":332},{"i":414,"t":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-list-acl-of-a-given-topic","p":332},{"i":416,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-4","p":332},{"i":418,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-7","p":332},{"i":420,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-7","p":332},{"i":422,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-7","p":332},{"i":424,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-5","p":332},{"i":426,"t":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-modify-acl-of-a-given-topic","p":332},{"i":428,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-5","p":332},{"i":430,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-8","p":332},{"i":432,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data-1","p":332},{"i":434,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-8","p":332},{"i":436,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-8","p":332},{"i":438,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-6","p":332},{"i":440,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-7","p":332},{"i":442,"t":"[GET] Topic Metrics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-topic-metrics","p":332},{"i":444,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-6","p":332},{"i":446,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-9","p":332},{"i":448,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-9","p":332},{"i":450,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-9","p":332},{"i":452,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-8","p":332},{"i":457,"t":"Errors","u":"/argo-messaging/docs/api_basic/api_errors","h":"#errors","p":456},{"i":459,"t":"Error Codes","u":"/argo-messaging/docs/api_basic/api_errors","h":"#error-codes","p":456},{"i":462,"t":"Introduction","u":"/argo-messaging/docs/api_basic/api_intro","h":"#introduction","p":461},{"i":464,"t":"Configuration file: config.json","u":"/argo-messaging/docs/api_basic/api_intro","h":"#configuration-file-configjson","p":461},{"i":466,"t":"Explanation of config parameters:","u":"/argo-messaging/docs/api_basic/api_intro","h":"#explanation-of-config-parameters","p":461},{"i":468,"t":"Command line parameters","u":"/argo-messaging/docs/api_basic/api_intro","h":"#command-line-parameters","p":461},{"i":472,"t":"User Authentication","u":"/argo-messaging/docs/concepts/auth","h":"#user-authentication","p":470},{"i":474,"t":"Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#authorization","p":470},{"i":476,"t":"Per Resource Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#per-resource-authorization","p":470},{"i":478,"t":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-topic","p":470},{"i":480,"t":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-topic","p":470},{"i":482,"t":"[GET] List ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-subscription","p":470},{"i":484,"t":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request","p":470},{"i":486,"t":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where","p":470},{"i":488,"t":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request","p":470},{"i":490,"t":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses","p":470},{"i":492,"t":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors","p":470},{"i":494,"t":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-subscription","p":470},{"i":496,"t":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request-1","p":470},{"i":498,"t":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where-1","p":470},{"i":500,"t":"Post data","u":"/argo-messaging/docs/concepts/auth","h":"#post-data","p":470},{"i":502,"t":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request-1","p":470},{"i":504,"t":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses-1","p":470},{"i":506,"t":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors-1","p":470},{"i":516,"t":"Input","u":"/argo-messaging/docs/api_advanced/api_version","h":"#input","p":514},{"i":518,"t":"Request headers","u":"/argo-messaging/docs/api_advanced/api_version","h":"#request-headers","p":514},{"i":520,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response","p":514},{"i":522,"t":"Response Body","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response-body","p":514},{"i":526,"t":"[GET] Manage Users - List all users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-all-users","p":524},{"i":528,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request","p":524},{"i":530,"t":"Paginated Request that returns all users in one page","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-all-users-in-one-page","p":524},{"i":531,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request","p":524},{"i":533,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses","p":524},{"i":535,"t":"Paginated Request that returns the 2 most recent users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-the-2-most-recent-users","p":524},{"i":536,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-1","p":524},{"i":538,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-1","p":524},{"i":540,"t":"Paginated Request that returns the next 3 users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-the-next-3-users","p":524},{"i":541,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-2","p":524},{"i":543,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-2","p":524},{"i":545,"t":"Paginated Request that returns all users that are members of a specific project","u":"/argo-messaging/docs/api_advanced/api_users","h":"#paginated-request-that-returns-all-users-that-are-members-of-a-specific-project","p":524},{"i":546,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-3","p":524},{"i":548,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-3","p":524},{"i":550,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors","p":524},{"i":552,"t":"[GET] Manage Users - List a specific user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user","p":524},{"i":554,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-1","p":524},{"i":556,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where","p":524},{"i":558,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-4","p":524},{"i":560,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-4","p":524},{"i":562,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-1","p":524},{"i":564,"t":"[GET] Manage Users - List a specific user by token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-token","p":524},{"i":566,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-2","p":524},{"i":568,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-1","p":524},{"i":570,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-5","p":524},{"i":572,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-5","p":524},{"i":574,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-2","p":524},{"i":576,"t":"[GET] Manage Users - List a specific user by authentication key","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-authentication-key","p":524},{"i":578,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-3","p":524},{"i":580,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-6","p":524},{"i":582,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-6","p":524},{"i":584,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-3","p":524},{"i":586,"t":"[GET] Manage Users - List a specific user by UUID","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-uuid","p":524},{"i":588,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-4","p":524},{"i":590,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-2","p":524},{"i":592,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-7","p":524},{"i":594,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-7","p":524},{"i":596,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-4","p":524},{"i":598,"t":"[POST] Manage Users - Create new user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---create-new-user","p":524},{"i":600,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-5","p":524},{"i":602,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-body","p":524},{"i":604,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-3","p":524},{"i":606,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-8","p":524},{"i":608,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-8","p":524},{"i":610,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-5","p":524},{"i":612,"t":"[PUT] Manage Users - Update a user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-manage-users---update-a-user","p":524},{"i":614,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-6","p":524},{"i":616,"t":"Put body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-body","p":524},{"i":618,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-4","p":524},{"i":620,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-9","p":524},{"i":622,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-9","p":524},{"i":624,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-6","p":524},{"i":626,"t":"[POST] Manage Users - Refresh token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---refresh-token","p":524},{"i":628,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-7","p":524},{"i":630,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-5","p":524},{"i":632,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-10","p":524},{"i":634,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-10","p":524},{"i":636,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-7","p":524},{"i":638,"t":"[DELETE] Manage Users - Delete User","u":"/argo-messaging/docs/api_advanced/api_users","h":"#delete-manage-users---delete-user","p":524},{"i":640,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-8","p":524},{"i":642,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-6","p":524},{"i":644,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-11","p":524},{"i":646,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-11","p":524},{"i":648,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-8","p":524},{"i":652,"t":"Terminology","u":"/argo-messaging/docs/concepts/overview","h":"#terminology","p":650},{"i":654,"t":"The ARGO Messaging Service","u":"/argo-messaging/docs/concepts/overview","h":"#the-argo-messaging-service","p":650},{"i":656,"t":"Topics","u":"/argo-messaging/docs/concepts/overview","h":"#topics","p":650},{"i":658,"t":"Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#subscriptions","p":650},{"i":660,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-vs-push-subscriptions","p":650},{"i":662,"t":"Pull subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-subscriptions","p":650},{"i":664,"t":"Push subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#push-subscriptions","p":650},{"i":666,"t":"Messages","u":"/argo-messaging/docs/concepts/overview","h":"#messages","p":650},{"i":668,"t":"Message acknowledgement deadline","u":"/argo-messaging/docs/concepts/overview","h":"#message-acknowledgement-deadline","p":650},{"i":672,"t":"A typical quick-start scenario","u":"/argo-messaging/docs/concepts/projects_users","h":"#a-typical-quick-start-scenario","p":670},{"i":674,"t":"Configure service_token","u":"/argo-messaging/docs/concepts/projects_users","h":"#configure-service_token","p":670},{"i":676,"t":"Create a service_admin user","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-service_admin-user","p":670},{"i":678,"t":"Create a project","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project","p":670},{"i":680,"t":"Create a project_admin","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project_admin","p":670},{"i":682,"t":"Create a topic","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-topic","p":670},{"i":684,"t":"Create a subscription","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-subscription","p":670},{"i":686,"t":"Create users for the new resources","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-users-for-the-new-resources","p":670},{"i":688,"t":"Modify topic ACL to give access to publisher","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-topic-acl-to-give-access-to-publisher","p":670},{"i":690,"t":"Modify subscription ACL to give access to consumer","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-subscription-acl-to-give-access-to-consumer","p":670},{"i":694,"t":"When I pull down messages, they have an publishTime associated with them. What time zone is this field in?","u":"/argo-messaging/docs/faq/qa","h":"#when-i-pull-down-messages-they-have-an-publishtime-associated-with-them-what-time-zone-is-this-field-in","p":692},{"i":696,"t":"if there aren’t enough messages to supply the requested max_messages number, the request eventually returns however many messages are present. Is there a way to configure this timeout, in the post body for example?","u":"/argo-messaging/docs/faq/qa","h":"#if-there-arent-enough-messages-to-supply-the-requested-max_messages-number-the-request-eventually-returns-however-many-messages-are-present-is-there-a-way-to-configure-this-timeout-in-the-post-body-for-example","p":692},{"i":700,"t":"Base64 encoded string in Ruby","u":"/argo-messaging/docs/faq/qa_ruby","h":"#base64-encoded-string-in-ruby","p":698},{"i":704,"t":"Before you start","u":"/argo-messaging/docs/guides/publisher","h":"#before-you-start","p":702},{"i":706,"t":"Start publishing","u":"/argo-messaging/docs/guides/publisher","h":"#start-publishing","p":702},{"i":708,"t":"Schema Support","u":"/argo-messaging/docs/guides/publisher","h":"#schema-support","p":702},{"i":714,"t":"Before you start","u":"/argo-messaging/docs/guides/replaying_guide","h":"#before-you-start","p":712},{"i":716,"t":"Get Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets","p":712},{"i":718,"t":"Get Subscription's offsets by timestamp","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets-by-timestamp","p":712},{"i":720,"t":"Move Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#move-subscriptions-offsets","p":712},{"i":724,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#before-you-start","p":722},{"i":726,"t":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-vs-push-subscriptions","p":722},{"i":728,"t":"Pull subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-subscriptions","p":722},{"i":730,"t":"Push subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#push-subscriptions","p":722},{"i":734,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#before-you-start","p":732},{"i":736,"t":"Schema Support","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#schema-support","p":732},{"i":738,"t":"Consume Messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#consume-messages","p":732},{"i":740,"t":"Acknowledge messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#acknowledge-messages","p":732},{"i":743,"t":"Overview","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#overview","p":742},{"i":745,"t":"Reformat Messages Example","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#reformat-messages-example","p":742},{"i":749,"t":"Before you start","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#before-you-start","p":747},{"i":751,"t":"Manage a push Subscription","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#manage-a-push-subscription","p":747},{"i":753,"t":"Retry Policies","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#retry-policies","p":747},{"i":755,"t":"Linear","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#linear","p":747},{"i":757,"t":"Slowstart","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#slowstart","p":747},{"i":765,"t":"A. Purpose/s for processing the data collected:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#a-purposes-for-processing-the-data-collected","p":763},{"i":767,"t":"B. Categories of personal data processed:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#b-categories-of-personal-data-processed","p":763},{"i":769,"t":"C. Lawfulness of the processing operation","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#c-lawfulness-of-the-processing-operation","p":763},{"i":771,"t":"D. Access to personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#d-access-to-personal-data","p":763},{"i":773,"t":"E. Recipients of collected personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#e-recipients-of-collected-personal-data","p":763},{"i":775,"t":"F. Rights of Data Subjects:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#f-rights-of-data-subjects","p":763},{"i":777,"t":"G. Personal data retention periods","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#g-personal-data-retention-periods","p":763},{"i":779,"t":"H. Privacy and Security of Information:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#h-privacy-and-security-of-information","p":763},{"i":781,"t":"I. Contact:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#i-contact","p":763},{"i":783,"t":"K. Recourse/Complaint:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#k-recoursecomplaint","p":763},{"i":787,"t":"1. Confidentiality","u":"/argo-messaging/docs/policies/tom","h":"#1-confidentiality","p":785},{"i":788,"t":"1.a. Physical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1a-physical-access-control","p":785},{"i":790,"t":"1.b. Logical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1b-logical-access-control","p":785},{"i":792,"t":"1.c. Authorization Control","u":"/argo-messaging/docs/policies/tom","h":"#1c-authorization-control","p":785},{"i":794,"t":"1.d. Separation Control","u":"/argo-messaging/docs/policies/tom","h":"#1d-separation-control","p":785},{"i":796,"t":"1.e. Pseudonymization","u":"/argo-messaging/docs/policies/tom","h":"#1e-pseudonymization","p":785},{"i":798,"t":"2. Integrity","u":"/argo-messaging/docs/policies/tom","h":"#2-integrity","p":785},{"i":799,"t":"2.a. Transfer Control","u":"/argo-messaging/docs/policies/tom","h":"#2a-transfer-control","p":785},{"i":801,"t":"2.b. Input Control","u":"/argo-messaging/docs/policies/tom","h":"#2b-input-control","p":785},{"i":803,"t":"3. Availability and Resilience","u":"/argo-messaging/docs/policies/tom","h":"#3-availability-and-resilience","p":785},{"i":804,"t":"3.a. Availability Control","u":"/argo-messaging/docs/policies/tom","h":"#3a-availability-control","p":785},{"i":806,"t":"3.b. Recoverability Control","u":"/argo-messaging/docs/policies/tom","h":"#3b-recoverability-control","p":785},{"i":808,"t":"4. Procedures for regular Review, Assessment and Evaluation","u":"/argo-messaging/docs/policies/tom","h":"#4-procedures-for-regular-review-assessment-and-evaluation","p":785},{"i":809,"t":"4.a. Data Protection Management","u":"/argo-messaging/docs/policies/tom","h":"#4a-data-protection-management","p":785},{"i":811,"t":"4.b Incident Response Management","u":"/argo-messaging/docs/policies/tom","h":"#4b-incident-response-management","p":785},{"i":813,"t":"4.c Data Protection by Design and by Default","u":"/argo-messaging/docs/policies/tom","h":"#4c-data-protection-by-design-and-by-default","p":785},{"i":815,"t":"4.d Order Control (outsourcing, subcontractors, and order processing)","u":"/argo-messaging/docs/policies/tom","h":"#4d-order-control-outsourcing-subcontractors-and-order-processing","p":785},{"i":817,"t":"5. Organization and Data Protection","u":"/argo-messaging/docs/policies/tom","h":"#5-organization-and-data-protection","p":785},{"i":819,"t":"6. Certifications","u":"/argo-messaging/docs/policies/tom","h":"#6-certifications","p":785},{"i":823,"t":"AAI Federation Registry Integration","u":"/argo-messaging/docs/use_cases/","h":"#aai-federation-registry-integration","p":821},{"i":825,"t":"Live Updates through our Mattermost integration","u":"/argo-messaging/docs/use_cases/","h":"#live-updates-through-our-mattermost-integration","p":821},{"i":828,"t":"Ideas","u":"/argo-messaging/docs/howto/how_to_use","h":"#ideas","p":827},{"i":830,"t":"I want to use the service","u":"/argo-messaging/docs/howto/how_to_use","h":"#i-want-to-use-the-service","p":827},{"i":835,"t":"[PUT] Manage Subscriptions - Create subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#create-subs","p":834},{"i":837,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request","p":834},{"i":839,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where","p":834},{"i":841,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request","p":834},{"i":843,"t":"PUT BODY","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#put--body","p":834},{"i":845,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses","p":834},{"i":847,"t":"Push Enabled Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push","p":834},{"i":849,"t":"Request to create Push Enabled Subscription for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-http_endpoint","p":834},{"i":851,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response","p":834},{"i":853,"t":"Request to create Push Enabled Subscription for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-mattermost","p":834},{"i":855,"t":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-1","p":834},{"i":857,"t":"Authorization headers","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#authorization-headers","p":834},{"i":859,"t":"Different Retry Policies","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#different-retry-policies","p":834},{"i":861,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors","p":834},{"i":863,"t":"[POST] Manage Subscriptions - Verify ownership of a push endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-verify","p":834},{"i":865,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-1","p":834},{"i":867,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-1","p":834},{"i":869,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-1","p":834},{"i":871,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-1","p":834},{"i":873,"t":"[GET] Manage Subscriptions - List All Subscriptions under a specific Topic","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions-under-a-specific-topic","p":834},{"i":875,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-2","p":834},{"i":877,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-2","p":834},{"i":879,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-2","p":834},{"i":881,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-2","p":834},{"i":883,"t":"[GET] Manage Subscriptions - List All Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions","p":834},{"i":885,"t":"Paginated Request that returns all subscriptions under the specified project","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-all-subscriptions-under-the-specified-project","p":834},{"i":887,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-3","p":834},{"i":889,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-3","p":834},{"i":891,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-3","p":834},{"i":893,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-1","p":834},{"i":895,"t":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-next-page-of-a-specific-size","p":834},{"i":897,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-4","p":834},{"i":899,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-4","p":834},{"i":901,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-4","p":834},{"i":903,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-2","p":834},{"i":905,"t":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":834},{"i":907,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-5","p":834},{"i":909,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-5","p":834},{"i":911,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-5","p":834},{"i":913,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-3","p":834},{"i":915,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-3","p":834},{"i":917,"t":"[GET] Manage Subscriptions - Get a subscription's list of authorized users","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---get-a-subscriptions-list-of-authorized-users","p":834},{"i":919,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-6","p":834},{"i":921,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-6","p":834},{"i":923,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-6","p":834},{"i":925,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-4","p":834},{"i":927,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-4","p":834},{"i":929,"t":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-acl-of-a-given-subscription","p":834},{"i":931,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-7","p":834},{"i":933,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-7","p":834},{"i":935,"t":"Post data","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-data","p":834},{"i":937,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-7","p":834},{"i":939,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-5","p":834},{"i":941,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-5","p":834},{"i":943,"t":"[DELETE] Manage Subscriptions - Delete Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#delete-manage-subscriptions---delete-subscriptions","p":834},{"i":945,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-8","p":834},{"i":947,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-8","p":834},{"i":949,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-8","p":834},{"i":951,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-6","p":834},{"i":953,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-6","p":834},{"i":955,"t":"[POST] Modify Ack Deadline","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-ack-deadline","p":834},{"i":957,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-9","p":834},{"i":959,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body","p":834},{"i":961,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-9","p":834},{"i":963,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-9","p":834},{"i":965,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-1","p":834},{"i":967,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-7","p":834},{"i":969,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-7","p":834},{"i":971,"t":"[POST] Modify Push Configuration","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-modify","p":834},{"i":973,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-10","p":834},{"i":975,"t":"Post body for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-http_endpoint","p":834},{"i":977,"t":"Post body for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-mattermost","p":834},{"i":979,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-10","p":834},{"i":981,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-10","p":834},{"i":983,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-2","p":834},{"i":985,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-8","p":834},{"i":987,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-8","p":834},{"i":989,"t":"[POST] Pull messages from a subscription (Consume)","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-pull-messages-from-a-subscription-consume","p":834},{"i":991,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-11","p":834},{"i":993,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-3","p":834},{"i":995,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-11","p":834},{"i":997,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-11","p":834},{"i":999,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-4","p":834},{"i":1001,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-9","p":834},{"i":1003,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-9","p":834},{"i":1005,"t":"[POST] Sending an ACK","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-sending-an-ack","p":834},{"i":1007,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-12","p":834},{"i":1009,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-5","p":834},{"i":1011,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-12","p":834},{"i":1013,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-12","p":834},{"i":1015,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-6","p":834},{"i":1017,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-10","p":834},{"i":1019,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-10","p":834},{"i":1021,"t":"[GET] Get Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offsets","p":834},{"i":1023,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-13","p":834},{"i":1025,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-7","p":834},{"i":1027,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-13","p":834},{"i":1029,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-13","p":834},{"i":1031,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-8","p":834},{"i":1033,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-11","p":834},{"i":1035,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-11","p":834},{"i":1037,"t":"[GET] Get Offset by Timestamp","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offset-timestamp","p":834},{"i":1039,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-14","p":834},{"i":1041,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-14","p":834},{"i":1043,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-14","p":834},{"i":1045,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-12","p":834},{"i":1047,"t":"Response body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-body","p":834},{"i":1049,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-12","p":834},{"i":1051,"t":"[POST] Modify Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#modify-offsets","p":834},{"i":1053,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-15","p":834},{"i":1055,"t":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-9","p":834},{"i":1057,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-15","p":834},{"i":1059,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-15","p":834},{"i":1061,"t":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-10","p":834},{"i":1063,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-13","p":834},{"i":1065,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-13","p":834},{"i":1067,"t":"[GET] Subscription Metrics","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-subscription-metrics","p":834},{"i":1069,"t":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-16","p":834},{"i":1071,"t":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-16","p":834},{"i":1073,"t":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-16","p":834},{"i":1075,"t":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-14","p":834},{"i":1077,"t":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-14","p":834}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/3",[0,1.356,1,1.487,2,4.007,3,2.448,4,1.636]],["t/5",[5,1.649]],["t/7",[0,2.416,6,2.985]],["t/9",[5,1.326,7,2.009]],["t/11",[8,2.497]],["t/13",[9,2.664]],["t/15",[0,1.222,1,1.34,2,3.687,4,1.474,10,3.045,11,2.03]],["t/17",[5,1.649]],["t/19",[5,1.326,7,2.009]],["t/21",[8,2.497]],["t/23",[9,2.664]],["t/25",[0,1.222,1,1.34,2,3.687,4,1.474,11,2.03,12,3.045]],["t/27",[5,1.649]],["t/29",[5,1.326,7,2.009]],["t/31",[8,2.497]],["t/33",[9,2.664]],["t/35",[1,1.487,2,4.007,4,1.636,11,2.253,13,2.743]],["t/37",[5,1.649]],["t/39",[5,1.326,7,2.009]],["t/41",[8,2.497]],["t/43",[9,2.664]],["t/45",[1,1.904,2,4.85,13,3.514]],["t/47",[5,1.649]],["t/49",[14,6.02,15,6.02]],["t/51",[5,1.326,7,2.009]],["t/53",[8,2.497]],["t/55",[9,2.664]],["t/57",[1,1.34,2,3.687,4,1.474,11,2.03,16,3.687]],["t/59",[5,1.649]],["t/61",[5,1.326,7,2.009]],["t/63",[8,2.497]],["t/65",[9,2.664]],["t/69",[1,1.904,13,3.514,17,4.429]],["t/71",[5,1.649]],["t/73",[]],["t/75",[5,1.326,7,2.009]],["t/77",[8,2.497]],["t/79",[9,2.664]],["t/81",[1,1.904,13,3.514,17,4.429]],["t/83",[5,1.649]],["t/85",[]],["t/87",[5,1.326,7,2.009]],["t/89",[8,2.497]],["t/91",[9,2.664]],["t/93",[0,1.356,1,1.487,3,2.448,17,3.66,18,2.066]],["t/95",[17,3.444,19,4.305,20,5.036]],["t/97",[5,1.649]],["t/99",[]],["t/101",[5,1.326,7,2.009]],["t/103",[0,2.416,6,2.985]],["t/105",[8,2.497]],["t/107",[9,2.664]],["t/109",[1,1.67,17,4.008,21,2.596,22,2.951]],["t/111",[5,1.649]],["t/113",[]],["t/115",[5,1.326,7,2.009]],["t/117",[0,2.416,6,2.985]],["t/119",[8,2.497]],["t/121",[9,2.664]],["t/123",[1,1.67,16,4.388,17,4.008]],["t/125",[5,1.649]],["t/127",[]],["t/129",[5,1.326,7,2.009]],["t/131",[8,2.497]],["t/133",[9,2.664]],["t/135",[0,1.523,1,1.67,17,2.596,23,3.795,24,2.471]],["t/137",[5,1.649]],["t/139",[]],["t/141",[5,1.326,7,2.009]],["t/143",[0,2.416,6,2.985]],["t/145",[8,2.497]],["t/147",[9,2.664]],["t/151",[1,1.904,25,3.752,26,2.598]],["t/153",[5,1.649]],["t/155",[5,1.326,7,2.009]],["t/157",[8,2.497]],["t/159",[9,2.664]],["t/161",[1,1.67,25,3.395,26,2.278,27,2.278]],["t/163",[5,1.649]],["t/165",[]],["t/167",[5,1.326,7,2.009]],["t/169",[8,2.497]],["t/171",[9,2.664]],["t/173",[0,1.356,1,1.487,3,2.448,18,2.066,25,3.1]],["t/175",[5,1.649]],["t/177",[]],["t/179",[0,2.416,6,2.985]],["t/181",[5,1.326,7,2.009]],["t/183",[8,2.497]],["t/185",[9,2.664]],["t/187",[1,1.67,21,2.596,22,2.951,25,3.395]],["t/189",[5,1.649]],["t/191",[]],["t/193",[6,2.985,21,4.118]],["t/195",[5,1.326,7,2.009]],["t/197",[8,2.497]],["t/199",[9,2.664]],["t/201",[1,1.67,16,4.388,25,3.395]],["t/203",[5,1.649]],["t/205",[]],["t/207",[5,1.326,7,2.009]],["t/209",[8,2.497]],["t/211",[9,2.664]],["t/213",[4,1.838,25,2.199,26,2.278,27,2.278,28,2.951]],["t/214",[5,1.326,7,2.009]],["t/216",[8,2.497]],["t/218",[4,1.474,29,3.045,30,3.045,31,3.045,32,2.778,33,2.367,34,2.603]],["t/220",[4,1.636,25,1.957,27,3.211,28,2.627,35,3.379]],["t/221",[5,1.326,7,2.009]],["t/223",[8,2.497]],["t/225",[9,2.664]],["t/227",[0,1.112,3,2.007,4,1.342,18,1.695,25,1.605,27,1.663,28,2.154,36,2.154]],["t/228",[5,1.326,7,2.009]],["t/230",[0,2.416,6,2.985]],["t/232",[8,2.497]],["t/234",[9,2.664]],["t/236",[4,1.342,21,1.895,22,2.154,25,1.605,27,1.663,28,2.154,36,2.154,37,2.771]],["t/237",[5,1.326,7,2.009]],["t/239",[0,2.416,6,2.985]],["t/241",[8,2.497]],["t/243",[9,2.664]],["t/245",[0,1.523,4,1.838,25,2.199,38,3.795,39,3.795]],["t/246",[5,1.326,7,2.009]],["t/248",[0,2.416,6,2.985]],["t/250",[8,2.497]],["t/252",[9,2.664]],["t/254",[0,1.737,4,2.096,25,2.508,40,4.328]],["t/255",[5,1.326,7,2.009]],["t/257",[8,2.497]],["t/259",[9,2.664]],["t/261",[25,3.488,41,4.888]],["t/263",[5,1.649]],["t/265",[]],["t/267",[5,1.326,7,2.009]],["t/269",[8,2.497]],["t/271",[9,2.664]],["t/275",[42,7.483]],["t/277",[43,6.02,44,6.02]],["t/279",[45,7.483]],["t/281",[46,3.136,47,3.7,48,2.819,49,2.121]],["t/285",[41,4.888,50,5.494]],["t/287",[5,1.649]],["t/289",[5,1.326,7,2.009]],["t/291",[8,2.497]],["t/293",[9,2.664]],["t/295",[51,6.02,52,6.02]],["t/296",[5,1.649]],["t/298",[5,1.326,7,2.009]],["t/300",[8,2.497]],["t/302",[9,2.664]],["t/304",[53,6.02,54,5.494]],["t/306",[5,1.649]],["t/308",[55,4.888,56,4.509]],["t/310",[5,1.326,7,2.009]],["t/312",[5,0.954,7,1.444,55,3.514,56,3.242]],["t/314",[8,2.497]],["t/316",[9,2.664]],["t/318",[4,2.439,54,4.595,57,5.036]],["t/320",[5,1.649]],["t/322",[55,4.888,56,4.509]],["t/324",[5,1.326,7,2.009]],["t/326",[5,0.954,7,1.444,55,3.514,56,3.242]],["t/328",[8,2.497]],["t/330",[9,2.664]],["t/334",[1,1.487,3,2.448,18,2.066,21,2.311,58,3.211]],["t/336",[5,1.649]],["t/338",[59,7.483]],["t/340",[]],["t/342",[5,1.326,7,2.009]],["t/344",[8,2.497]],["t/346",[9,2.664]],["t/348",[1,1.67,16,4.388,58,3.516]],["t/350",[5,1.649]],["t/352",[]],["t/354",[5,1.326,7,2.009]],["t/356",[8,2.497]],["t/358",[9,2.664]],["t/360",[1,2.216,58,4.343]],["t/362",[5,1.649]],["t/364",[]],["t/366",[5,1.326,7,2.009]],["t/368",[8,2.497]],["t/370",[9,2.664]],["t/372",[1,1.904,26,2.598,58,3.886]],["t/374",[5,0.671,25,1.764,36,2.367,58,1.827,60,2.03,61,1.983,62,2.778]],["t/376",[]],["t/378",[5,1.326,7,2.009]],["t/380",[8,2.497]],["t/382",[5,0.671,27,1.827,60,2.03,61,1.983,63,2.778,64,2.367,65,2.472]],["t/384",[]],["t/386",[5,1.326,7,2.009]],["t/388",[8,2.497]],["t/390",[5,0.671,27,1.827,60,2.03,61,1.983,64,2.367,65,2.472,66,2.603]],["t/392",[]],["t/394",[5,1.326,7,2.009]],["t/396",[8,2.497]],["t/398",[9,2.664]],["t/400",[0,1.523,11,2.531,24,2.471,58,2.278,67,3.244]],["t/402",[5,1.649]],["t/404",[]],["t/406",[0,2.416,68,3.755]],["t/408",[5,1.326,7,2.009]],["t/410",[8,2.497]],["t/412",[9,2.664]],["t/414",[26,2.598,58,2.598,69,2.96,70,3.136]],["t/416",[5,1.649]],["t/418",[]],["t/420",[5,1.326,7,2.009]],["t/422",[8,2.497]],["t/424",[9,2.664]],["t/426",[0,1.523,58,2.278,69,2.596,70,2.749,71,2.596]],["t/428",[5,1.649]],["t/430",[]],["t/432",[0,2.416,68,3.755]],["t/434",[5,1.326,7,2.009]],["t/436",[8,2.497]],["t/438",[9,2.664]],["t/440",[9,2.664]],["t/442",[41,4.888,58,3.613]],["t/444",[5,1.649]],["t/446",[]],["t/448",[5,1.326,7,2.009]],["t/450",[8,2.497]],["t/452",[9,2.664]],["t/457",[9,2.664]],["t/459",[9,2.143,72,6.02]],["t/462",[73,7.483]],["t/464",[74,3.514,75,4.328,76,3.95,77,4.328]],["t/466",[56,3.772,76,4.595,78,5.036]],["t/468",[56,3.772,79,5.036,80,5.036]],["t/472",[4,2.915,81,5.494]],["t/474",[82,5.818]],["t/476",[82,3.916,83,5.036,84,4.595]],["t/478",[26,2.598,58,2.598,69,2.96,70,3.136]],["t/480",[0,1.523,58,2.278,69,2.596,70,2.749,71,2.596]],["t/482",[26,2.598,49,2.121,69,2.96,70,3.136]],["t/484",[5,1.649]],["t/486",[]],["t/488",[5,1.326,7,2.009]],["t/490",[8,2.497]],["t/492",[9,2.664]],["t/494",[0,1.523,49,1.859,69,2.596,70,2.749,71,2.596]],["t/496",[5,1.649]],["t/498",[]],["t/500",[0,2.416,68,3.755]],["t/502",[5,1.326,7,2.009]],["t/504",[8,2.497]],["t/506",[9,2.664]],["t/516",[85,6.828]],["t/518",[5,1.326,86,5.494]],["t/520",[8,2.497]],["t/522",[6,2.985,8,2.009]],["t/526",[1,1.904,4,3.136,26,2.598]],["t/528",[5,1.649]],["t/530",[4,1.636,5,0.744,60,2.253,61,2.2,64,2.627,87,3.379]],["t/531",[5,1.326,7,2.009]],["t/533",[8,2.497]],["t/535",[4,1.636,5,0.744,60,2.253,61,2.2,88,2.743,89,3.379]],["t/536",[5,1.326,7,2.009]],["t/538",[8,2.497]],["t/540",[4,1.636,5,0.744,60,2.253,61,2.2,66,2.888,90,2.743]],["t/541",[5,1.326,7,2.009]],["t/543",[8,2.497]],["t/545",[4,1.474,5,0.671,25,1.764,27,1.827,28,2.367,60,2.03,61,1.983]],["t/546",[5,1.326,7,2.009]],["t/548",[8,2.497]],["t/550",[9,2.664]],["t/552",[1,1.67,4,2.837,26,2.278,27,2.278]],["t/554",[5,1.649]],["t/556",[]],["t/558",[5,1.326,7,2.009]],["t/560",[8,2.497]],["t/562",[9,2.664]],["t/564",[1,1.487,4,2.591,26,2.028,27,2.028,91,2.888]],["t/566",[5,1.649]],["t/568",[]],["t/570",[5,1.326,7,2.009]],["t/572",[8,2.497]],["t/574",[9,2.664]],["t/576",[1,1.34,4,2.384,26,1.827,27,1.827,81,2.778,92,3.045]],["t/578",[5,1.649]],["t/580",[5,1.326,7,2.009]],["t/582",[8,2.497]],["t/584",[9,2.664]],["t/586",[1,1.487,4,2.591,26,2.028,27,2.028,93,3.379]],["t/588",[5,1.649]],["t/590",[]],["t/592",[5,1.326,7,2.009]],["t/594",[8,2.497]],["t/596",[9,2.664]],["t/598",[0,1.356,1,1.487,3,2.448,4,2.591,18,2.066]],["t/600",[5,1.649]],["t/602",[0,2.416,6,2.985]],["t/604",[]],["t/606",[5,1.326,7,2.009]],["t/608",[8,2.497]],["t/610",[9,2.664]],["t/612",[1,1.67,4,2.837,21,2.596,22,2.951]],["t/614",[5,1.649]],["t/616",[6,2.985,21,4.118]],["t/618",[]],["t/620",[5,1.326,7,2.009]],["t/622",[8,2.497]],["t/624",[9,2.664]],["t/626",[0,1.523,1,1.67,4,1.838,91,3.244,94,3.795]],["t/628",[5,1.649]],["t/630",[]],["t/632",[5,1.326,7,2.009]],["t/634",[8,2.497]],["t/636",[9,2.664]],["t/638",[1,1.67,4,2.837,16,4.388]],["t/640",[5,1.649]],["t/642",[]],["t/644",[5,1.326,7,2.009]],["t/646",[8,2.497]],["t/648",[9,2.664]],["t/652",[95,7.483]],["t/654",[24,3.28,33,3.916,96,5.036]],["t/656",[58,4.491]],["t/658",[49,3.666]],["t/660",[46,3.136,47,3.7,48,2.819,49,2.121]],["t/662",[46,4.361,49,2.95]],["t/664",[48,3.921,49,2.95]],["t/666",[24,4.873]],["t/668",[24,3.28,97,4.595,98,4.595]],["t/672",[99,4.328,100,4.328,101,3.136,102,4.328]],["t/674",[33,3.365,74,3.514,91,3.7,103,4.328]],["t/676",[4,1.838,18,2.321,32,3.463,33,2.951,34,3.244]],["t/678",[18,3.682,25,3.488]],["t/680",[18,2.647,25,2.508,34,3.7,104,4.328]],["t/682",[18,3.682,58,3.613]],["t/684",[18,3.682,49,2.95]],["t/686",[3,3.136,4,2.096,18,2.647,84,3.95]],["t/688",[58,2.028,67,2.888,69,2.311,71,2.311,105,3.083,106,2.627]],["t/690",[49,1.655,69,2.311,71,2.311,105,3.083,106,2.627,107,2.888]],["t/694",[24,1.804,46,2.007,108,2.771,109,2.771,110,2.771,111,2.771,112,2.771,113,2.771]],["t/696",[0,0.492,5,0.493,6,0.608,7,0.409,24,2.012,61,0.799,74,0.996,114,1.226,115,1.226,116,1.226,117,1.226,118,1.226,119,1.226,120,1.226,121,1.226,122,1.226,123,1.226,124,1.226,125,1.226]],["t/700",[126,4.328,127,4.328,128,4.328,129,4.328]],["t/704",[101,4.361,130,4.681]],["t/706",[67,5.147,101,4.361]],["t/708",[17,4.118,19,5.147]],["t/714",[101,4.361,130,4.681]],["t/716",[11,3.358,49,2.467,131,3.772]],["t/718",[11,2.886,49,2.121,131,3.242,132,3.95]],["t/720",[11,2.886,49,2.121,131,3.242,133,4.328]],["t/724",[101,4.361,130,4.681]],["t/726",[46,3.136,47,3.7,48,2.819,49,2.121]],["t/728",[46,4.361,49,2.95]],["t/730",[48,3.921,49,2.95]],["t/734",[101,4.361,130,4.681]],["t/736",[17,4.118,19,5.147]],["t/738",[24,3.921,107,5.147]],["t/740",[24,3.921,97,5.494]],["t/743",[134,7.483]],["t/745",[7,1.68,24,3.28,135,5.036]],["t/749",[101,4.361,130,4.681]],["t/751",[1,2.216,48,3.28,49,2.467]],["t/753",[136,5.494,137,5.494]],["t/755",[138,7.483]],["t/757",[139,7.483]],["t/765",[11,2.531,68,2.367,140,3.795,141,3.081,142,3.463]],["t/767",[68,2.367,141,3.081,143,2.951,144,3.795,145,3.081]],["t/769",[50,3.95,141,3.514,146,3.7,147,4.328]],["t/771",[68,2.7,106,3.365,145,3.514,148,3.7]],["t/773",[68,2.367,142,3.463,145,3.081,149,3.463,150,3.795]],["t/775",[68,2.7,151,4.328,152,4.328,153,4.328]],["t/777",[68,2.367,145,3.081,154,3.795,155,3.795,156,3.795]],["t/779",[157,4.328,158,4.328,159,4.328,160,4.328]],["t/781",[161,7.483]],["t/783",[162,5.036,163,5.036,164,5.036]],["t/787",[165,4.509,166,6.02]],["t/788",[106,3.365,165,3.242,167,4.328,168,2.96]],["t/790",[106,2.951,143,2.951,165,2.842,168,2.596,169,3.795]],["t/792",[82,3.365,146,3.7,165,3.242,168,2.96]],["t/794",[148,3.7,165,3.242,168,2.96,170,4.328]],["t/796",[149,4.595,165,3.772,171,5.036]],["t/798",[88,4.888,172,5.147]],["t/799",[88,4.089,168,3.444,173,5.036]],["t/801",[85,3.95,88,3.514,143,3.365,168,2.96]],["t/803",[90,4.089,174,4.595,175,5.036]],["t/804",[90,4.089,168,3.444,174,4.595]],["t/806",[90,3.514,143,3.365,168,2.96,176,4.328]],["t/808",[177,2.627,178,3.379,179,3.379,180,3.379,181,3.379,182,3.379]],["t/809",[1,1.904,68,2.7,177,3.365,183,3.7]],["t/811",[1,1.67,8,1.266,143,2.951,177,2.951,184,3.795]],["t/813",[68,2.108,146,2.888,177,2.627,183,2.888,185,3.379,186,3.379]],["t/815",[141,2.25,148,2.369,168,1.895,177,2.154,187,4.559,188,2.771,189,2.771]],["t/817",[68,2.7,183,3.7,190,4.328,191,4.328]],["t/819",[192,6.02,193,6.02]],["t/823",[172,3.7,194,4.328,195,4.328,196,4.328]],["t/825",[22,2.951,172,3.244,197,3.795,198,3.795,199,3.244]],["t/828",[200,7.483]],["t/830",[33,3.916,201,5.036,202,5.036]],["t/835",[1,1.67,18,2.321,21,2.596,49,2.871]],["t/837",[5,1.649]],["t/839",[]],["t/841",[5,1.326,7,2.009]],["t/843",[6,2.985,21,4.118]],["t/845",[8,2.497]],["t/847",[48,3.28,49,2.467,203,4.305]],["t/849",[5,0.61,18,1.695,48,1.804,49,1.358,203,2.369,204,2.528,205,2.528,206,2.369]],["t/851",[8,2.497]],["t/853",[5,0.744,18,2.066,48,2.2,49,1.655,199,2.888,203,2.888]],["t/855",[8,2.497]],["t/857",[82,4.681,86,5.494]],["t/859",[136,4.595,137,4.595,207,5.036]],["t/861",[9,2.664]],["t/863",[0,1.222,1,1.34,48,1.983,49,1.492,206,2.603,208,3.045,209,3.045]],["t/865",[5,1.649]],["t/867",[]],["t/869",[5,1.326,7,2.009]],["t/871",[9,2.664]],["t/873",[1,1.34,26,1.827,27,1.827,36,2.367,49,2.412,58,1.827]],["t/875",[5,1.649]],["t/877",[]],["t/879",[5,1.326,7,2.009]],["t/881",[9,2.664]],["t/883",[1,1.904,26,2.598,49,3.173]],["t/885",[5,0.671,25,1.764,36,2.367,49,1.492,60,2.03,61,1.983,62,2.778]],["t/887",[5,1.649]],["t/889",[]],["t/891",[5,1.326,7,2.009]],["t/893",[8,2.497]],["t/895",[5,0.671,27,1.827,60,2.03,61,1.983,64,2.367,65,2.472,66,2.603]],["t/897",[5,1.649]],["t/899",[]],["t/901",[5,1.326,7,2.009]],["t/903",[8,2.497]],["t/905",[5,0.671,27,1.827,60,2.03,61,1.983,63,2.778,64,2.367,65,2.472]],["t/907",[5,1.649]],["t/909",[]],["t/911",[5,1.326,7,2.009]],["t/913",[8,2.497]],["t/915",[9,2.664]],["t/917",[1,1.34,4,1.474,11,2.03,26,1.827,49,2.412,82,2.367]],["t/919",[5,1.649]],["t/921",[]],["t/923",[5,1.326,7,2.009]],["t/925",[8,2.497]],["t/927",[9,2.664]],["t/929",[0,1.523,49,1.859,69,2.596,70,2.749,71,2.596]],["t/931",[5,1.649]],["t/933",[]],["t/935",[0,2.416,68,3.755]],["t/937",[5,1.326,7,2.009]],["t/939",[8,2.497]],["t/941",[9,2.664]],["t/943",[1,1.67,16,4.388,49,2.871]],["t/945",[5,1.649]],["t/947",[]],["t/949",[5,1.326,7,2.009]],["t/951",[8,2.497]],["t/953",[9,2.664]],["t/955",[0,1.737,71,2.96,98,3.95,210,3.95]],["t/957",[5,1.649]],["t/959",[0,2.416,6,2.985]],["t/961",[]],["t/963",[5,1.326,7,2.009]],["t/965",[0,2.416,6,2.985]],["t/967",[8,2.497]],["t/969",[9,2.664]],["t/971",[0,1.737,48,2.819,71,2.96,74,3.514]],["t/973",[5,1.649]],["t/975",[0,1.523,6,1.882,204,3.463,205,3.463,206,3.244]],["t/977",[0,2.021,6,2.497,199,4.305]],["t/979",[]],["t/981",[5,1.326,7,2.009]],["t/983",[0,2.416,6,2.985]],["t/985",[8,2.497]],["t/987",[9,2.664]],["t/989",[0,1.523,24,2.471,46,2.749,49,1.859,107,3.244]],["t/991",[5,1.649]],["t/993",[0,2.416,6,2.985]],["t/995",[]],["t/997",[5,1.326,7,2.009]],["t/999",[0,2.416,6,2.985]],["t/1001",[8,2.497]],["t/1003",[9,2.664]],["t/1005",[0,2.021,210,4.595,211,5.036]],["t/1007",[5,1.649]],["t/1009",[0,2.416,6,2.985]],["t/1011",[]],["t/1013",[5,1.326,7,2.009]],["t/1015",[0,2.416,6,2.985]],["t/1017",[8,2.497]],["t/1019",[9,2.664]],["t/1021",[131,5.604]],["t/1023",[5,1.649]],["t/1025",[0,2.416,6,2.985]],["t/1027",[]],["t/1029",[5,1.326,7,2.009]],["t/1031",[0,2.416,6,2.985]],["t/1033",[8,2.497]],["t/1035",[9,2.664]],["t/1037",[131,4.509,132,5.494]],["t/1039",[5,1.649]],["t/1041",[]],["t/1043",[5,1.326,7,2.009]],["t/1045",[8,2.497]],["t/1047",[6,2.985,8,2.009]],["t/1049",[9,2.664]],["t/1051",[0,2.021,71,3.444,131,3.772]],["t/1053",[5,1.649]],["t/1055",[0,2.416,6,2.985]],["t/1057",[]],["t/1059",[5,1.326,7,2.009]],["t/1061",[0,2.416,6,2.985]],["t/1063",[8,2.497]],["t/1065",[9,2.664]],["t/1067",[41,4.888,49,2.95]],["t/1069",[5,1.649]],["t/1071",[]],["t/1073",[5,1.326,7,2.009]],["t/1075",[8,2.497]],["t/1077",[9,2.664]]],"invertedIndex":[["1",{"_index":165,"t":{"787":{"position":[[0,1]]},"788":{"position":[[0,1]]},"790":{"position":[[0,1]]},"792":{"position":[[0,1]]},"794":{"position":[[0,1]]},"796":{"position":[[0,1]]}}}],["2",{"_index":88,"t":{"535":{"position":[[35,1]]},"798":{"position":[[0,1]]},"799":{"position":[[0,1]]},"801":{"position":[[0,1]]}}}],["3",{"_index":90,"t":{"540":{"position":[[40,1]]},"803":{"position":[[0,1]]},"804":{"position":[[0,1]]},"806":{"position":[[0,1]]}}}],["4",{"_index":177,"t":{"808":{"position":[[0,1]]},"809":{"position":[[0,1]]},"811":{"position":[[0,1]]},"813":{"position":[[0,1]]},"815":{"position":[[0,1]]}}}],["5",{"_index":190,"t":{"817":{"position":[[0,1]]}}}],["6",{"_index":192,"t":{"819":{"position":[[0,1]]}}}],["aai",{"_index":194,"t":{"823":{"position":[[0,3]]}}}],["accept",{"_index":10,"t":{"15":{"position":[[30,6]]}}}],["access",{"_index":106,"t":{"688":{"position":[[25,6]]},"690":{"position":[[32,6]]},"771":{"position":[[3,6]]},"788":{"position":[[14,6]]},"790":{"position":[[13,6]]}}}],["ack",{"_index":210,"t":{"955":{"position":[[14,3]]},"1005":{"position":[[18,3]]}}}],["acknowledg",{"_index":97,"t":{"668":{"position":[[8,15]]},"740":{"position":[[0,11]]}}}],["acl",{"_index":69,"t":{"414":{"position":[[11,3]]},"426":{"position":[[14,3]]},"478":{"position":[[11,3]]},"480":{"position":[[14,3]]},"482":{"position":[[11,3]]},"494":{"position":[[14,3]]},"688":{"position":[[13,3]]},"690":{"position":[[20,3]]},"929":{"position":[[14,3]]}}}],["add",{"_index":38,"t":{"245":{"position":[[7,3]]}}}],["admin",{"_index":34,"t":{"218":{"position":[[31,5]]},"676":{"position":[[17,5]]},"680":{"position":[[17,5]]}}}],["architectur",{"_index":43,"t":{"277":{"position":[[0,13]]}}}],["aren",{"_index":114,"t":{"696":{"position":[[9,4]]}}}],["argo",{"_index":96,"t":{"654":{"position":[[4,4]]}}}],["aspect",{"_index":44,"t":{"277":{"position":[[14,6]]}}}],["assess",{"_index":181,"t":{"808":{"position":[[34,10]]}}}],["associ",{"_index":110,"t":{"694":{"position":[[52,10]]}}}],["authent",{"_index":81,"t":{"472":{"position":[[5,14]]},"576":{"position":[[45,14]]}}}],["author",{"_index":82,"t":{"474":{"position":[[0,13]]},"476":{"position":[[13,13]]},"792":{"position":[[5,13]]},"857":{"position":[[0,13]]},"917":{"position":[[58,10]]}}}],["avail",{"_index":174,"t":{"803":{"position":[[3,12]]},"804":{"position":[[5,12]]}}}],["b",{"_index":143,"t":{"767":{"position":[[0,1]]},"790":{"position":[[2,1]]},"801":{"position":[[2,1]]},"806":{"position":[[2,1]]},"811":{"position":[[2,1]]}}}],["base64",{"_index":126,"t":{"700":{"position":[[0,6]]}}}],["befor",{"_index":130,"t":{"704":{"position":[[0,6]]},"714":{"position":[[0,6]]},"724":{"position":[[0,6]]},"734":{"position":[[0,6]]},"749":{"position":[[0,6]]}}}],["bodi",{"_index":6,"t":{"7":{"position":[[5,4]]},"103":{"position":[[5,4]]},"117":{"position":[[5,4]]},"143":{"position":[[5,4]]},"179":{"position":[[5,4]]},"193":{"position":[[4,4]]},"230":{"position":[[5,4]]},"239":{"position":[[5,4]]},"248":{"position":[[5,4]]},"522":{"position":[[9,4]]},"602":{"position":[[5,4]]},"616":{"position":[[4,4]]},"696":{"position":[[197,4]]},"843":{"position":[[5,4]]},"959":{"position":[[5,4]]},"965":{"position":[[5,4]]},"975":{"position":[[5,4]]},"977":{"position":[[5,4]]},"983":{"position":[[5,4]]},"993":{"position":[[5,4]]},"999":{"position":[[5,4]]},"1009":{"position":[[5,4]]},"1015":{"position":[[5,4]]},"1025":{"position":[[5,4]]},"1031":{"position":[[5,4]]},"1047":{"position":[[9,4]]},"1055":{"position":[[5,4]]},"1061":{"position":[[5,4]]}}}],["c",{"_index":146,"t":{"769":{"position":[[0,1]]},"792":{"position":[[2,1]]},"813":{"position":[[2,1]]}}}],["categori",{"_index":144,"t":{"767":{"position":[[3,10]]}}}],["certif",{"_index":193,"t":{"819":{"position":[[3,14]]}}}],["code",{"_index":72,"t":{"459":{"position":[[6,5]]}}}],["collect",{"_index":142,"t":{"765":{"position":[[37,9]]},"773":{"position":[[17,9]]}}}],["command",{"_index":79,"t":{"468":{"position":[[0,7]]}}}],["complaint",{"_index":164,"t":{"783":{"position":[[12,9]]}}}],["confidenti",{"_index":166,"t":{"787":{"position":[[3,15]]}}}],["config",{"_index":76,"t":{"464":{"position":[[20,6]]},"466":{"position":[[15,6]]}}}],["configur",{"_index":74,"t":{"464":{"position":[[0,13]]},"674":{"position":[[0,9]]},"696":{"position":[[161,9]]},"971":{"position":[[19,13]]}}}],["consum",{"_index":107,"t":{"690":{"position":[[42,8]]},"738":{"position":[[0,7]]},"989":{"position":[[42,7]]}}}],["contact",{"_index":161,"t":{"781":{"position":[[3,7]]}}}],["control",{"_index":168,"t":{"788":{"position":[[21,7]]},"790":{"position":[[20,7]]},"792":{"position":[[19,7]]},"794":{"position":[[16,7]]},"799":{"position":[[14,7]]},"801":{"position":[[11,7]]},"804":{"position":[[18,7]]},"806":{"position":[[20,7]]},"815":{"position":[[10,7]]}}}],["creat",{"_index":18,"t":{"93":{"position":[[24,6]]},"173":{"position":[[25,6]]},"227":{"position":[[7,6]]},"334":{"position":[[22,6]]},"598":{"position":[[22,6]]},"676":{"position":[[0,6]]},"678":{"position":[[0,6]]},"680":{"position":[[0,6]]},"682":{"position":[[0,6]]},"684":{"position":[[0,6]]},"686":{"position":[[0,6]]},"835":{"position":[[29,6]]},"849":{"position":[[11,6]]},"853":{"position":[[11,6]]}}}],["d",{"_index":148,"t":{"771":{"position":[[0,1]]},"794":{"position":[[2,1]]},"815":{"position":[[2,1]]}}}],["data",{"_index":68,"t":{"406":{"position":[[5,4]]},"432":{"position":[[5,4]]},"500":{"position":[[5,4]]},"765":{"position":[[32,4]]},"767":{"position":[[26,4]]},"771":{"position":[[22,4]]},"773":{"position":[[36,4]]},"775":{"position":[[13,4]]},"777":{"position":[[12,4]]},"809":{"position":[[5,4]]},"813":{"position":[[4,4]]},"817":{"position":[[20,4]]},"935":{"position":[[5,4]]}}}],["deadlin",{"_index":98,"t":{"668":{"position":[[24,8]]},"955":{"position":[[18,8]]}}}],["declin",{"_index":12,"t":{"25":{"position":[[30,7]]}}}],["default",{"_index":186,"t":{"813":{"position":[[37,7]]}}}],["delet",{"_index":16,"t":{"57":{"position":[[1,6],[32,6]]},"123":{"position":[[1,6],[26,6]]},"201":{"position":[[1,6],[27,6]]},"348":{"position":[[1,6],[25,6]]},"638":{"position":[[1,6],[24,6]]},"943":{"position":[[1,6],[32,6]]}}}],["design",{"_index":185,"t":{"813":{"position":[[23,6]]}}}],["differ",{"_index":207,"t":{"859":{"position":[[0,9]]}}}],["down",{"_index":108,"t":{"694":{"position":[[12,4]]}}}],["e",{"_index":149,"t":{"773":{"position":[[0,1]]},"796":{"position":[[2,1]]}}}],["enabl",{"_index":203,"t":{"847":{"position":[[5,7]]},"849":{"position":[[23,7]]},"853":{"position":[[23,7]]}}}],["encod",{"_index":127,"t":{"700":{"position":[[7,7]]}}}],["endpoint",{"_index":206,"t":{"849":{"position":[[53,8]]},"863":{"position":[[57,8]]},"975":{"position":[[19,8]]}}}],["enough",{"_index":116,"t":{"696":{"position":[[16,6]]}}}],["error",{"_index":9,"t":{"13":{"position":[[0,6]]},"23":{"position":[[0,6]]},"33":{"position":[[0,6]]},"43":{"position":[[0,6]]},"55":{"position":[[0,6]]},"65":{"position":[[0,6]]},"79":{"position":[[0,6]]},"91":{"position":[[0,6]]},"107":{"position":[[0,6]]},"121":{"position":[[0,6]]},"133":{"position":[[0,6]]},"147":{"position":[[0,6]]},"159":{"position":[[0,6]]},"171":{"position":[[0,6]]},"185":{"position":[[0,6]]},"199":{"position":[[0,6]]},"211":{"position":[[0,6]]},"225":{"position":[[0,6]]},"234":{"position":[[0,6]]},"243":{"position":[[0,6]]},"252":{"position":[[0,6]]},"259":{"position":[[0,6]]},"271":{"position":[[0,6]]},"293":{"position":[[0,6]]},"302":{"position":[[0,6]]},"316":{"position":[[0,6]]},"330":{"position":[[0,6]]},"346":{"position":[[0,6]]},"358":{"position":[[0,6]]},"370":{"position":[[0,6]]},"398":{"position":[[0,6]]},"412":{"position":[[0,6]]},"424":{"position":[[0,6]]},"438":{"position":[[0,6]]},"440":{"position":[[0,6]]},"452":{"position":[[0,6]]},"457":{"position":[[0,6]]},"459":{"position":[[0,5]]},"492":{"position":[[0,6]]},"506":{"position":[[0,6]]},"550":{"position":[[0,6]]},"562":{"position":[[0,6]]},"574":{"position":[[0,6]]},"584":{"position":[[0,6]]},"596":{"position":[[0,6]]},"610":{"position":[[0,6]]},"624":{"position":[[0,6]]},"636":{"position":[[0,6]]},"648":{"position":[[0,6]]},"861":{"position":[[0,6]]},"871":{"position":[[0,6]]},"881":{"position":[[0,6]]},"915":{"position":[[0,6]]},"927":{"position":[[0,6]]},"941":{"position":[[0,6]]},"953":{"position":[[0,6]]},"969":{"position":[[0,6]]},"987":{"position":[[0,6]]},"1003":{"position":[[0,6]]},"1019":{"position":[[0,6]]},"1035":{"position":[[0,6]]},"1049":{"position":[[0,6]]},"1065":{"position":[[0,6]]},"1077":{"position":[[0,6]]}}}],["evalu",{"_index":182,"t":{"808":{"position":[[49,10]]}}}],["eventu",{"_index":121,"t":{"696":{"position":[[89,10]]}}}],["exampl",{"_index":7,"t":{"9":{"position":[[0,7]]},"19":{"position":[[0,7]]},"29":{"position":[[0,7]]},"39":{"position":[[0,7]]},"51":{"position":[[0,7]]},"61":{"position":[[0,7]]},"75":{"position":[[0,7]]},"87":{"position":[[0,7]]},"101":{"position":[[0,7]]},"115":{"position":[[0,7]]},"129":{"position":[[0,7]]},"141":{"position":[[0,7]]},"155":{"position":[[0,7]]},"167":{"position":[[0,7]]},"181":{"position":[[0,7]]},"195":{"position":[[0,7]]},"207":{"position":[[0,7]]},"214":{"position":[[0,7]]},"221":{"position":[[0,7]]},"228":{"position":[[0,7]]},"237":{"position":[[0,7]]},"246":{"position":[[0,7]]},"255":{"position":[[0,7]]},"267":{"position":[[0,7]]},"289":{"position":[[0,7]]},"298":{"position":[[0,7]]},"310":{"position":[[0,7]]},"312":{"position":[[0,7]]},"324":{"position":[[0,7]]},"326":{"position":[[0,7]]},"342":{"position":[[0,7]]},"354":{"position":[[0,7]]},"366":{"position":[[0,7]]},"378":{"position":[[0,7]]},"386":{"position":[[0,7]]},"394":{"position":[[0,7]]},"408":{"position":[[0,7]]},"420":{"position":[[0,7]]},"434":{"position":[[0,7]]},"448":{"position":[[0,7]]},"488":{"position":[[0,7]]},"502":{"position":[[0,7]]},"531":{"position":[[0,7]]},"536":{"position":[[0,7]]},"541":{"position":[[0,7]]},"546":{"position":[[0,7]]},"558":{"position":[[0,7]]},"570":{"position":[[0,7]]},"580":{"position":[[0,7]]},"592":{"position":[[0,7]]},"606":{"position":[[0,7]]},"620":{"position":[[0,7]]},"632":{"position":[[0,7]]},"644":{"position":[[0,7]]},"696":{"position":[[206,7]]},"745":{"position":[[18,7]]},"841":{"position":[[0,7]]},"869":{"position":[[0,7]]},"879":{"position":[[0,7]]},"891":{"position":[[0,7]]},"901":{"position":[[0,7]]},"911":{"position":[[0,7]]},"923":{"position":[[0,7]]},"937":{"position":[[0,7]]},"949":{"position":[[0,7]]},"963":{"position":[[0,7]]},"981":{"position":[[0,7]]},"997":{"position":[[0,7]]},"1013":{"position":[[0,7]]},"1029":{"position":[[0,7]]},"1043":{"position":[[0,7]]},"1059":{"position":[[0,7]]},"1073":{"position":[[0,7]]}}}],["explan",{"_index":78,"t":{"466":{"position":[[0,11]]}}}],["f",{"_index":151,"t":{"775":{"position":[[0,1]]}}}],["featur",{"_index":42,"t":{"275":{"position":[[0,8]]}}}],["feder",{"_index":195,"t":{"823":{"position":[[4,10]]}}}],["field",{"_index":113,"t":{"694":{"position":[[97,5]]}}}],["file",{"_index":75,"t":{"464":{"position":[[14,4]]}}}],["filter",{"_index":15,"t":{"49":{"position":[[9,7]]}}}],["first",{"_index":63,"t":{"382":{"position":[[35,5]]},"905":{"position":[[35,5]]}}}],["fundament",{"_index":45,"t":{"279":{"position":[[0,12]]}}}],["g",{"_index":154,"t":{"777":{"position":[[0,1]]}}}],["give",{"_index":105,"t":{"688":{"position":[[20,4]]},"690":{"position":[[27,4]]}}}],["given",{"_index":70,"t":{"414":{"position":[[20,5]]},"426":{"position":[[23,5]]},"478":{"position":[[20,5]]},"480":{"position":[[23,5]]},"482":{"position":[[20,5]]},"494":{"position":[[23,5]]},"929":{"position":[[23,5]]}}}],["h",{"_index":157,"t":{"779":{"position":[[0,1]]}}}],["header",{"_index":86,"t":{"518":{"position":[[8,7]]},"857":{"position":[[14,7]]}}}],["health",{"_index":51,"t":{"295":{"position":[[10,6]]}}}],["http",{"_index":205,"t":{"849":{"position":[[48,4]]},"975":{"position":[[14,4]]}}}],["http_endpoint",{"_index":204,"t":{"849":{"position":[[48,13]]},"975":{"position":[[14,13]]}}}],["idea",{"_index":200,"t":{"828":{"position":[[0,5]]}}}],["incid",{"_index":184,"t":{"811":{"position":[[4,8]]}}}],["inform",{"_index":160,"t":{"779":{"position":[[27,11]]}}}],["input",{"_index":85,"t":{"516":{"position":[[0,5]]},"801":{"position":[[5,5]]}}}],["integr",{"_index":172,"t":{"798":{"position":[[3,9]]},"823":{"position":[[24,11]]},"825":{"position":[[36,11]]}}}],["introduct",{"_index":73,"t":{"462":{"position":[[0,12]]}}}],["invit",{"_index":39,"t":{"245":{"position":[[11,6]]}}}],["json",{"_index":77,"t":{"464":{"position":[[27,4]]}}}],["k",{"_index":162,"t":{"783":{"position":[[0,1]]}}}],["key",{"_index":92,"t":{"576":{"position":[[60,3]]}}}],["law",{"_index":147,"t":{"769":{"position":[[3,10]]}}}],["line",{"_index":80,"t":{"468":{"position":[[8,4]]}}}],["linear",{"_index":138,"t":{"755":{"position":[[0,6]]}}}],["list",{"_index":26,"t":{"151":{"position":[[24,4]]},"161":{"position":[[24,4]]},"213":{"position":[[6,4]]},"372":{"position":[[22,4]]},"414":{"position":[[6,4]]},"478":{"position":[[6,4]]},"482":{"position":[[6,4]]},"526":{"position":[[21,4]]},"552":{"position":[[21,4]]},"564":{"position":[[21,4]]},"576":{"position":[[21,4]]},"586":{"position":[[21,4]]},"873":{"position":[[29,4]]},"883":{"position":[[29,4]]},"917":{"position":[[50,4]]}}}],["live",{"_index":197,"t":{"825":{"position":[[0,4]]}}}],["logic",{"_index":169,"t":{"790":{"position":[[5,7]]}}}],["manag",{"_index":1,"t":{"3":{"position":[[7,6]]},"15":{"position":[[7,6]]},"25":{"position":[[7,6]]},"35":{"position":[[6,6]]},"45":{"position":[[6,6]]},"57":{"position":[[9,6]]},"69":{"position":[[6,6]]},"81":{"position":[[6,6]]},"93":{"position":[[7,6]]},"109":{"position":[[6,6]]},"123":{"position":[[9,6]]},"135":{"position":[[7,6]]},"151":{"position":[[6,6]]},"161":{"position":[[6,6]]},"173":{"position":[[7,6]]},"187":{"position":[[6,6]]},"201":{"position":[[9,6]]},"334":{"position":[[6,6]]},"348":{"position":[[9,6]]},"360":{"position":[[6,6]]},"372":{"position":[[6,6]]},"526":{"position":[[6,6]]},"552":{"position":[[6,6]]},"564":{"position":[[6,6]]},"576":{"position":[[6,6]]},"586":{"position":[[6,6]]},"598":{"position":[[7,6]]},"612":{"position":[[6,6]]},"626":{"position":[[7,6]]},"638":{"position":[[9,6]]},"751":{"position":[[0,6]]},"809":{"position":[[21,10]]},"811":{"position":[[22,10]]},"835":{"position":[[6,6]]},"863":{"position":[[7,6]]},"873":{"position":[[6,6]]},"883":{"position":[[6,6]]},"917":{"position":[[6,6]]},"943":{"position":[[9,6]]}}}],["mani",{"_index":122,"t":{"696":{"position":[[116,4]]}}}],["mattermost",{"_index":199,"t":{"825":{"position":[[25,10]]},"853":{"position":[[48,10]]},"977":{"position":[[14,10]]}}}],["max",{"_index":119,"t":{"696":{"position":[[56,3]]}}}],["max_messag",{"_index":118,"t":{"696":{"position":[[56,12]]}}}],["member",{"_index":28,"t":{"213":{"position":[[30,7]]},"220":{"position":[[22,6]]},"227":{"position":[[20,6]]},"236":{"position":[[30,6]]},"545":{"position":[[50,7]]}}}],["messag",{"_index":24,"t":{"135":{"position":[[33,7]]},"400":{"position":[[15,7]]},"654":{"position":[[9,9]]},"666":{"position":[[0,8]]},"668":{"position":[[0,7]]},"694":{"position":[[17,8]]},"696":{"position":[[23,8],[60,8],[121,8]]},"738":{"position":[[8,8]]},"740":{"position":[[12,8]]},"745":{"position":[[9,8]]},"989":{"position":[[12,8]]}}}],["metric",{"_index":41,"t":{"261":{"position":[[14,7]]},"285":{"position":[[22,7]]},"442":{"position":[[12,7]]},"1067":{"position":[[19,7]]}}}],["mode",{"_index":30,"t":{"218":{"position":[[13,4]]}}}],["modifi",{"_index":71,"t":{"426":{"position":[[7,6]]},"480":{"position":[[7,6]]},"494":{"position":[[7,6]]},"688":{"position":[[0,6]]},"690":{"position":[[0,6]]},"929":{"position":[[7,6]]},"955":{"position":[[7,6]]},"971":{"position":[[7,6]]},"1051":{"position":[[7,6]]}}}],["move",{"_index":133,"t":{"720":{"position":[[0,4]]}}}],["new",{"_index":3,"t":{"3":{"position":[[30,3]]},"93":{"position":[[31,3]]},"173":{"position":[[32,3]]},"227":{"position":[[16,3]]},"334":{"position":[[29,3]]},"598":{"position":[[29,3]]},"686":{"position":[[21,3]]}}}],["next",{"_index":66,"t":{"390":{"position":[[35,4]]},"540":{"position":[[35,4]]},"895":{"position":[[35,4]]}}}],["non",{"_index":31,"t":{"218":{"position":[[19,3]]}}}],["number",{"_index":120,"t":{"696":{"position":[[69,6]]}}}],["offset",{"_index":131,"t":{"716":{"position":[[19,7]]},"718":{"position":[[19,7]]},"720":{"position":[[20,7]]},"1021":{"position":[[10,7]]},"1037":{"position":[[10,6]]},"1051":{"position":[[14,7]]}}}],["on",{"_index":87,"t":{"530":{"position":[[44,3]]}}}],["oper",{"_index":50,"t":{"285":{"position":[[10,11]]},"769":{"position":[[32,9]]}}}],["option",{"_index":14,"t":{"49":{"position":[[0,8]]}}}],["order",{"_index":187,"t":{"815":{"position":[[4,5],[52,5]]}}}],["organ",{"_index":191,"t":{"817":{"position":[[3,12]]}}}],["outsourc",{"_index":188,"t":{"815":{"position":[[19,11]]}}}],["overview",{"_index":134,"t":{"743":{"position":[[0,8]]}}}],["ownership",{"_index":209,"t":{"863":{"position":[[37,9]]}}}],["page",{"_index":64,"t":{"382":{"position":[[41,4]]},"390":{"position":[[41,4]]},"530":{"position":[[48,4]]},"895":{"position":[[40,4]]},"905":{"position":[[41,4]]}}}],["pagin",{"_index":60,"t":{"374":{"position":[[0,9]]},"382":{"position":[[0,9]]},"390":{"position":[[0,9]]},"530":{"position":[[0,9]]},"535":{"position":[[0,9]]},"540":{"position":[[0,9]]},"545":{"position":[[0,9]]},"885":{"position":[[0,9]]},"895":{"position":[[0,9]]},"905":{"position":[[0,9]]}}}],["paramet",{"_index":56,"t":{"308":{"position":[[4,10]]},"312":{"position":[[25,10]]},"322":{"position":[[4,10]]},"326":{"position":[[25,10]]},"466":{"position":[[22,10]]},"468":{"position":[[13,10]]}}}],["per",{"_index":83,"t":{"476":{"position":[[0,3]]}}}],["period",{"_index":156,"t":{"777":{"position":[[27,7]]}}}],["person",{"_index":145,"t":{"767":{"position":[[17,8]]},"771":{"position":[[13,8]]},"773":{"position":[[27,8]]},"777":{"position":[[3,8]]}}}],["physic",{"_index":167,"t":{"788":{"position":[[5,8]]}}}],["polici",{"_index":137,"t":{"753":{"position":[[6,8]]},"859":{"position":[[16,8]]}}}],["post",{"_index":0,"t":{"3":{"position":[[1,4]]},"7":{"position":[[0,4]]},"15":{"position":[[1,4]]},"25":{"position":[[1,4]]},"93":{"position":[[1,4]]},"103":{"position":[[0,4]]},"117":{"position":[[0,4]]},"135":{"position":[[1,4]]},"143":{"position":[[0,4]]},"173":{"position":[[1,4]]},"179":{"position":[[0,4]]},"227":{"position":[[1,4]]},"230":{"position":[[0,4]]},"239":{"position":[[0,4]]},"245":{"position":[[1,4]]},"248":{"position":[[0,4]]},"254":{"position":[[1,4]]},"400":{"position":[[1,4]]},"406":{"position":[[0,4]]},"426":{"position":[[1,4]]},"432":{"position":[[0,4]]},"480":{"position":[[1,4]]},"494":{"position":[[1,4]]},"500":{"position":[[0,4]]},"598":{"position":[[1,4]]},"602":{"position":[[0,4]]},"626":{"position":[[1,4]]},"696":{"position":[[192,4]]},"863":{"position":[[1,4]]},"929":{"position":[[1,4]]},"935":{"position":[[0,4]]},"955":{"position":[[1,4]]},"959":{"position":[[0,4]]},"965":{"position":[[0,4]]},"971":{"position":[[1,4]]},"975":{"position":[[0,4]]},"977":{"position":[[0,4]]},"983":{"position":[[0,4]]},"989":{"position":[[1,4]]},"993":{"position":[[0,4]]},"999":{"position":[[0,4]]},"1005":{"position":[[1,4]]},"1009":{"position":[[0,4]]},"1015":{"position":[[0,4]]},"1025":{"position":[[0,4]]},"1031":{"position":[[0,4]]},"1051":{"position":[[1,4]]},"1055":{"position":[[0,4]]},"1061":{"position":[[0,4]]}}}],["present",{"_index":123,"t":{"696":{"position":[[134,7]]}}}],["privaci",{"_index":158,"t":{"779":{"position":[[3,7]]}}}],["procedur",{"_index":178,"t":{"808":{"position":[[3,10]]}}}],["process",{"_index":141,"t":{"765":{"position":[[17,10]]},"767":{"position":[[31,9]]},"769":{"position":[[21,10]]},"815":{"position":[[58,10]]}}}],["project",{"_index":25,"t":{"151":{"position":[[13,8],[33,8]]},"161":{"position":[[13,8],[40,7]]},"173":{"position":[[14,8],[36,7]]},"187":{"position":[[13,8],[33,7]]},"201":{"position":[[16,8],[34,7]]},"213":{"position":[[52,7]]},"220":{"position":[[50,7]]},"227":{"position":[[51,7]]},"236":{"position":[[61,7]]},"245":{"position":[[30,7]]},"254":{"position":[[30,7]]},"261":{"position":[[6,7]]},"374":{"position":[[62,7]]},"545":{"position":[[72,7]]},"678":{"position":[[9,7]]},"680":{"position":[[9,7]]},"885":{"position":[[69,7]]}}}],["project_admin",{"_index":104,"t":{"680":{"position":[[9,13]]}}}],["protect",{"_index":183,"t":{"809":{"position":[[10,10]]},"813":{"position":[[9,10]]},"817":{"position":[[25,10]]}}}],["pseudonym",{"_index":171,"t":{"796":{"position":[[5,16]]}}}],["publish",{"_index":67,"t":{"400":{"position":[[7,7]]},"688":{"position":[[35,9]]},"706":{"position":[[6,10]]}}}],["publishtim",{"_index":109,"t":{"694":{"position":[[40,11]]}}}],["pull",{"_index":46,"t":{"281":{"position":[[0,4]]},"660":{"position":[[0,4]]},"662":{"position":[[0,4]]},"694":{"position":[[7,4]]},"726":{"position":[[0,4]]},"728":{"position":[[0,4]]},"989":{"position":[[7,4]]}}}],["purpos",{"_index":140,"t":{"765":{"position":[[3,7]]}}}],["push",{"_index":48,"t":{"281":{"position":[[8,4]]},"660":{"position":[[8,4]]},"664":{"position":[[0,4]]},"726":{"position":[[8,4]]},"730":{"position":[[0,4]]},"751":{"position":[[9,4]]},"847":{"position":[[0,4]]},"849":{"position":[[18,4]]},"853":{"position":[[18,4]]},"863":{"position":[[52,4]]},"971":{"position":[[14,4]]}}}],["put",{"_index":21,"t":{"109":{"position":[[1,3]]},"187":{"position":[[1,3]]},"193":{"position":[[0,3]]},"236":{"position":[[1,3]]},"334":{"position":[[1,3]]},"612":{"position":[[1,3]]},"616":{"position":[[0,3]]},"835":{"position":[[1,3]]},"843":{"position":[[0,3]]}}}],["quick",{"_index":100,"t":{"672":{"position":[[10,5]]}}}],["recent",{"_index":89,"t":{"535":{"position":[[42,6]]}}}],["recipi",{"_index":150,"t":{"773":{"position":[[3,10]]}}}],["recours",{"_index":163,"t":{"783":{"position":[[3,8]]}}}],["recover",{"_index":176,"t":{"806":{"position":[[5,14]]}}}],["reformat",{"_index":135,"t":{"745":{"position":[[0,8]]}}}],["refresh",{"_index":94,"t":{"626":{"position":[[22,7]]}}}],["registr",{"_index":2,"t":{"3":{"position":[[14,13],[39,12]]},"15":{"position":[[14,13],[46,12]]},"25":{"position":[[14,13],[47,12]]},"35":{"position":[[13,13],[47,12]]},"45":{"position":[[13,13],[42,13]]},"57":{"position":[[16,13],[48,12]]}}}],["registri",{"_index":196,"t":{"823":{"position":[[15,8]]}}}],["regular",{"_index":179,"t":{"808":{"position":[[18,7]]}}}],["remov",{"_index":40,"t":{"254":{"position":[[7,6]]}}}],["report",{"_index":54,"t":{"304":{"position":[[15,6]]},"318":{"position":[[21,6]]}}}],["request",{"_index":5,"t":{"5":{"position":[[0,7]]},"9":{"position":[[8,7]]},"17":{"position":[[0,7]]},"19":{"position":[[8,7]]},"27":{"position":[[0,7]]},"29":{"position":[[8,7]]},"37":{"position":[[0,7]]},"39":{"position":[[8,7]]},"47":{"position":[[0,7]]},"51":{"position":[[8,7]]},"59":{"position":[[0,7]]},"61":{"position":[[8,7]]},"71":{"position":[[0,7]]},"75":{"position":[[8,7]]},"83":{"position":[[0,7]]},"87":{"position":[[8,7]]},"97":{"position":[[0,7]]},"101":{"position":[[8,7]]},"111":{"position":[[0,7]]},"115":{"position":[[8,7]]},"125":{"position":[[0,7]]},"129":{"position":[[8,7]]},"137":{"position":[[0,7]]},"141":{"position":[[8,7]]},"153":{"position":[[0,7]]},"155":{"position":[[8,7]]},"163":{"position":[[0,7]]},"167":{"position":[[8,7]]},"175":{"position":[[0,7]]},"181":{"position":[[8,7]]},"189":{"position":[[0,7]]},"195":{"position":[[8,7]]},"203":{"position":[[0,7]]},"207":{"position":[[8,7]]},"214":{"position":[[8,7]]},"221":{"position":[[8,7]]},"228":{"position":[[8,7]]},"237":{"position":[[8,7]]},"246":{"position":[[8,7]]},"255":{"position":[[8,7]]},"263":{"position":[[0,7]]},"267":{"position":[[8,7]]},"287":{"position":[[0,7]]},"289":{"position":[[8,7]]},"296":{"position":[[0,7]]},"298":{"position":[[8,7]]},"306":{"position":[[0,7]]},"310":{"position":[[8,7]]},"312":{"position":[[8,7]]},"320":{"position":[[0,7]]},"324":{"position":[[8,7]]},"326":{"position":[[8,7]]},"336":{"position":[[0,7]]},"342":{"position":[[8,7]]},"350":{"position":[[0,7]]},"354":{"position":[[8,7]]},"362":{"position":[[0,7]]},"366":{"position":[[8,7]]},"374":{"position":[[10,7]]},"378":{"position":[[8,7]]},"382":{"position":[[10,7]]},"386":{"position":[[8,7]]},"390":{"position":[[10,7]]},"394":{"position":[[8,7]]},"402":{"position":[[0,7]]},"408":{"position":[[8,7]]},"416":{"position":[[0,7]]},"420":{"position":[[8,7]]},"428":{"position":[[0,7]]},"434":{"position":[[8,7]]},"444":{"position":[[0,7]]},"448":{"position":[[8,7]]},"484":{"position":[[0,7]]},"488":{"position":[[8,7]]},"496":{"position":[[0,7]]},"502":{"position":[[8,7]]},"518":{"position":[[0,7]]},"528":{"position":[[0,7]]},"530":{"position":[[10,7]]},"531":{"position":[[8,7]]},"535":{"position":[[10,7]]},"536":{"position":[[8,7]]},"540":{"position":[[10,7]]},"541":{"position":[[8,7]]},"545":{"position":[[10,7]]},"546":{"position":[[8,7]]},"554":{"position":[[0,7]]},"558":{"position":[[8,7]]},"566":{"position":[[0,7]]},"570":{"position":[[8,7]]},"578":{"position":[[0,7]]},"580":{"position":[[8,7]]},"588":{"position":[[0,7]]},"592":{"position":[[8,7]]},"600":{"position":[[0,7]]},"606":{"position":[[8,7]]},"614":{"position":[[0,7]]},"620":{"position":[[8,7]]},"628":{"position":[[0,7]]},"632":{"position":[[8,7]]},"640":{"position":[[0,7]]},"644":{"position":[[8,7]]},"696":{"position":[[46,9],[81,7]]},"837":{"position":[[0,7]]},"841":{"position":[[8,7]]},"849":{"position":[[0,7]]},"853":{"position":[[0,7]]},"865":{"position":[[0,7]]},"869":{"position":[[8,7]]},"875":{"position":[[0,7]]},"879":{"position":[[8,7]]},"885":{"position":[[10,7]]},"887":{"position":[[0,7]]},"891":{"position":[[8,7]]},"895":{"position":[[10,7]]},"897":{"position":[[0,7]]},"901":{"position":[[8,7]]},"905":{"position":[[10,7]]},"907":{"position":[[0,7]]},"911":{"position":[[8,7]]},"919":{"position":[[0,7]]},"923":{"position":[[8,7]]},"931":{"position":[[0,7]]},"937":{"position":[[8,7]]},"945":{"position":[[0,7]]},"949":{"position":[[8,7]]},"957":{"position":[[0,7]]},"963":{"position":[[8,7]]},"973":{"position":[[0,7]]},"981":{"position":[[8,7]]},"991":{"position":[[0,7]]},"997":{"position":[[8,7]]},"1007":{"position":[[0,7]]},"1013":{"position":[[8,7]]},"1023":{"position":[[0,7]]},"1029":{"position":[[8,7]]},"1039":{"position":[[0,7]]},"1043":{"position":[[8,7]]},"1053":{"position":[[0,7]]},"1059":{"position":[[8,7]]},"1069":{"position":[[0,7]]},"1073":{"position":[[8,7]]}}}],["requestbodi",{"_index":59,"t":{"338":{"position":[[0,11]]}}}],["resili",{"_index":175,"t":{"803":{"position":[[20,10]]}}}],["resourc",{"_index":84,"t":{"476":{"position":[[4,8]]},"686":{"position":[[25,9]]}}}],["respons",{"_index":8,"t":{"11":{"position":[[0,9]]},"21":{"position":[[0,9]]},"31":{"position":[[0,9]]},"41":{"position":[[0,9]]},"53":{"position":[[0,9]]},"63":{"position":[[0,9]]},"77":{"position":[[0,9]]},"89":{"position":[[0,9]]},"105":{"position":[[0,9]]},"119":{"position":[[0,9]]},"131":{"position":[[0,9]]},"145":{"position":[[0,9]]},"157":{"position":[[0,9]]},"169":{"position":[[0,9]]},"183":{"position":[[0,9]]},"197":{"position":[[0,9]]},"209":{"position":[[0,9]]},"216":{"position":[[0,9]]},"223":{"position":[[0,9]]},"232":{"position":[[0,9]]},"241":{"position":[[0,9]]},"250":{"position":[[0,9]]},"257":{"position":[[0,9]]},"269":{"position":[[0,9]]},"291":{"position":[[0,9]]},"300":{"position":[[0,9]]},"314":{"position":[[0,9]]},"328":{"position":[[0,9]]},"344":{"position":[[0,9]]},"356":{"position":[[0,9]]},"368":{"position":[[0,9]]},"380":{"position":[[0,9]]},"388":{"position":[[0,9]]},"396":{"position":[[0,9]]},"410":{"position":[[0,9]]},"422":{"position":[[0,9]]},"436":{"position":[[0,9]]},"450":{"position":[[0,9]]},"490":{"position":[[0,9]]},"504":{"position":[[0,9]]},"520":{"position":[[0,8]]},"522":{"position":[[0,8]]},"533":{"position":[[0,9]]},"538":{"position":[[0,9]]},"543":{"position":[[0,9]]},"548":{"position":[[0,9]]},"560":{"position":[[0,9]]},"572":{"position":[[0,9]]},"582":{"position":[[0,9]]},"594":{"position":[[0,9]]},"608":{"position":[[0,9]]},"622":{"position":[[0,9]]},"634":{"position":[[0,9]]},"646":{"position":[[0,9]]},"811":{"position":[[13,8]]},"845":{"position":[[0,9]]},"851":{"position":[[0,8]]},"855":{"position":[[0,8]]},"893":{"position":[[0,9]]},"903":{"position":[[0,9]]},"913":{"position":[[0,9]]},"925":{"position":[[0,9]]},"939":{"position":[[0,9]]},"951":{"position":[[0,9]]},"967":{"position":[[0,9]]},"985":{"position":[[0,9]]},"1001":{"position":[[0,9]]},"1017":{"position":[[0,9]]},"1033":{"position":[[0,9]]},"1045":{"position":[[0,9]]},"1047":{"position":[[0,8]]},"1063":{"position":[[0,9]]},"1075":{"position":[[0,9]]}}}],["retent",{"_index":155,"t":{"777":{"position":[[17,9]]}}}],["retri",{"_index":136,"t":{"753":{"position":[[0,5]]},"859":{"position":[[10,5]]}}}],["retriev",{"_index":13,"t":{"35":{"position":[[29,8]]},"45":{"position":[[29,8]]},"69":{"position":[[23,8]]},"81":{"position":[[23,8]]}}}],["return",{"_index":61,"t":{"374":{"position":[[23,7]]},"382":{"position":[[23,7]]},"390":{"position":[[23,7]]},"530":{"position":[[23,7]]},"535":{"position":[[23,7]]},"540":{"position":[[23,7]]},"545":{"position":[[23,7]]},"696":{"position":[[100,7]]},"885":{"position":[[23,7]]},"895":{"position":[[23,7]]},"905":{"position":[[23,7]]}}}],["review",{"_index":180,"t":{"808":{"position":[[26,6]]}}}],["right",{"_index":152,"t":{"775":{"position":[[3,6]]}}}],["role",{"_index":37,"t":{"236":{"position":[[18,5]]}}}],["rubi",{"_index":129,"t":{"700":{"position":[[25,4]]}}}],["s",{"_index":11,"t":{"15":{"position":[[44,1]]},"25":{"position":[[45,1]]},"35":{"position":[[45,1]]},"57":{"position":[[46,1]]},"400":{"position":[[23,1]]},"716":{"position":[[17,1]]},"718":{"position":[[17,1]]},"720":{"position":[[18,1]]},"765":{"position":[[11,1]]},"917":{"position":[[48,1]]}}}],["scenario",{"_index":102,"t":{"672":{"position":[[22,8]]}}}],["schema",{"_index":17,"t":{"69":{"position":[[13,7],[34,6]]},"81":{"position":[[13,7],[36,7]]},"93":{"position":[[14,7],[35,6]]},"95":{"position":[[10,6]]},"109":{"position":[[13,7],[30,6]]},"123":{"position":[[16,7],[33,6]]},"135":{"position":[[14,7]]},"708":{"position":[[0,6]]},"736":{"position":[[0,6]]}}}],["secur",{"_index":159,"t":{"779":{"position":[[15,8]]}}}],["send",{"_index":211,"t":{"1005":{"position":[[7,7]]}}}],["separ",{"_index":170,"t":{"794":{"position":[[5,10]]}}}],["servic",{"_index":33,"t":{"218":{"position":[[23,7]]},"654":{"position":[[19,7]]},"674":{"position":[[10,7]]},"676":{"position":[[9,7]]},"830":{"position":[[18,7]]}}}],["service_admin",{"_index":32,"t":{"218":{"position":[[23,13]]},"676":{"position":[[9,13]]}}}],["service_token",{"_index":103,"t":{"674":{"position":[[10,13]]}}}],["show",{"_index":35,"t":{"220":{"position":[[6,4]]}}}],["size",{"_index":65,"t":{"382":{"position":[[60,4]]},"390":{"position":[[60,4]]},"895":{"position":[[59,4]]},"905":{"position":[[60,4]]}}}],["slowstart",{"_index":139,"t":{"757":{"position":[[0,9]]}}}],["specif",{"_index":27,"t":{"161":{"position":[[31,8]]},"213":{"position":[[43,8]]},"220":{"position":[[13,8],[41,8]]},"227":{"position":[[42,8]]},"236":{"position":[[52,8]]},"382":{"position":[[51,8]]},"390":{"position":[[51,8]]},"545":{"position":[[63,8]]},"552":{"position":[[28,8]]},"564":{"position":[[28,8]]},"576":{"position":[[28,8]]},"586":{"position":[[28,8]]},"873":{"position":[[60,8]]},"895":{"position":[[50,8]]},"905":{"position":[[51,8]]}}}],["specifi",{"_index":62,"t":{"374":{"position":[[52,9]]},"885":{"position":[[59,9]]}}}],["start",{"_index":101,"t":{"672":{"position":[[16,5]]},"704":{"position":[[11,5]]},"706":{"position":[[0,5]]},"714":{"position":[[11,5]]},"724":{"position":[[11,5]]},"734":{"position":[[11,5]]},"749":{"position":[[11,5]]}}}],["statu",{"_index":52,"t":{"295":{"position":[[17,6]]}}}],["string",{"_index":128,"t":{"700":{"position":[[15,6]]}}}],["subcontractor",{"_index":189,"t":{"815":{"position":[[32,14]]}}}],["subject",{"_index":153,"t":{"775":{"position":[[18,8]]}}}],["subscript",{"_index":49,"t":{"281":{"position":[[13,13]]},"482":{"position":[[26,12]]},"494":{"position":[[29,12]]},"658":{"position":[[0,13]]},"660":{"position":[[13,13]]},"662":{"position":[[5,13]]},"664":{"position":[[5,13]]},"684":{"position":[[9,12]]},"690":{"position":[[7,12]]},"716":{"position":[[4,12]]},"718":{"position":[[4,12]]},"720":{"position":[[5,12]]},"726":{"position":[[13,13]]},"728":{"position":[[5,13]]},"730":{"position":[[5,13]]},"751":{"position":[[14,12]]},"835":{"position":[[13,13],[36,13]]},"847":{"position":[[13,13]]},"849":{"position":[[31,12]]},"853":{"position":[[31,12]]},"863":{"position":[[14,13]]},"873":{"position":[[13,13],[38,13]]},"883":{"position":[[13,13],[38,13]]},"885":{"position":[[35,13]]},"917":{"position":[[13,13],[35,12]]},"929":{"position":[[29,12]]},"943":{"position":[[16,13],[39,13]]},"989":{"position":[[28,12]]},"1067":{"position":[[6,12]]}}}],["suppli",{"_index":117,"t":{"696":{"position":[[35,6]]}}}],["support",{"_index":19,"t":{"95":{"position":[[0,9]]},"708":{"position":[[7,7]]},"736":{"position":[[7,7]]}}}],["t",{"_index":115,"t":{"696":{"position":[[14,1]]}}}],["terminolog",{"_index":95,"t":{"652":{"position":[[0,11]]}}}],["through",{"_index":198,"t":{"825":{"position":[[13,7]]}}}],["time",{"_index":111,"t":{"694":{"position":[[79,4]]}}}],["timeout",{"_index":125,"t":{"696":{"position":[[176,7]]}}}],["timestamp",{"_index":132,"t":{"718":{"position":[[30,9]]},"1037":{"position":[[20,9]]}}}],["token",{"_index":91,"t":{"564":{"position":[[45,5]]},"626":{"position":[[30,5]]},"674":{"position":[[18,5]]}}}],["topic",{"_index":58,"t":{"334":{"position":[[13,6],[33,5]]},"348":{"position":[[16,6],[32,5]]},"360":{"position":[[13,6],[28,5]]},"372":{"position":[[13,6],[27,6]]},"374":{"position":[[35,6]]},"400":{"position":[[30,5]]},"414":{"position":[[26,5]]},"426":{"position":[[29,5]]},"442":{"position":[[6,5]]},"478":{"position":[[26,5]]},"480":{"position":[[29,5]]},"656":{"position":[[0,6]]},"682":{"position":[[9,5]]},"688":{"position":[[7,5]]},"873":{"position":[[69,5]]}}}],["transfer",{"_index":173,"t":{"799":{"position":[[5,8]]}}}],["type",{"_index":20,"t":{"95":{"position":[[17,5]]}}}],["typic",{"_index":99,"t":{"672":{"position":[[2,7]]}}}],["under",{"_index":36,"t":{"227":{"position":[[32,5]]},"236":{"position":[[42,5]]},"374":{"position":[[42,5]]},"873":{"position":[[52,5]]},"885":{"position":[[49,5]]}}}],["unprivileg",{"_index":29,"t":{"218":{"position":[[0,12]]}}}],["updat",{"_index":22,"t":{"109":{"position":[[23,6]]},"187":{"position":[[24,6]]},"236":{"position":[[6,7]]},"612":{"position":[[21,6]]},"825":{"position":[[5,7]]}}}],["url",{"_index":55,"t":{"308":{"position":[[0,3]]},"312":{"position":[[21,3]]},"322":{"position":[[0,3]]},"326":{"position":[[21,3]]}}}],["us",{"_index":202,"t":{"830":{"position":[[10,3]]}}}],["usag",{"_index":57,"t":{"318":{"position":[[15,5]]}}}],["user",{"_index":4,"t":{"3":{"position":[[34,4]]},"15":{"position":[[39,4]]},"25":{"position":[[40,4]]},"35":{"position":[[40,4]]},"57":{"position":[[41,4]]},"213":{"position":[[15,5]]},"218":{"position":[[37,4]]},"220":{"position":[[29,4]]},"227":{"position":[[27,4]]},"236":{"position":[[37,4]]},"245":{"position":[[20,4]]},"254":{"position":[[16,4]]},"318":{"position":[[10,4]]},"472":{"position":[[0,4]]},"526":{"position":[[13,5],[30,5]]},"530":{"position":[[35,5]]},"535":{"position":[[49,5]]},"540":{"position":[[42,5]]},"545":{"position":[[35,5]]},"552":{"position":[[13,5],[37,4]]},"564":{"position":[[13,5],[37,4]]},"576":{"position":[[13,5],[37,4]]},"586":{"position":[[13,5],[37,4]]},"598":{"position":[[14,5],[33,4]]},"612":{"position":[[13,5],[30,4]]},"626":{"position":[[14,5]]},"638":{"position":[[16,5],[31,4]]},"676":{"position":[[23,4]]},"686":{"position":[[7,5]]},"917":{"position":[[69,5]]}}}],["uuid",{"_index":93,"t":{"586":{"position":[[45,4]]}}}],["va",{"_index":53,"t":{"304":{"position":[[12,2]]}}}],["valid",{"_index":23,"t":{"135":{"position":[[24,8]]}}}],["verifi",{"_index":208,"t":{"863":{"position":[[30,6]]}}}],["vs",{"_index":47,"t":{"281":{"position":[[5,2]]},"660":{"position":[[5,2]]},"726":{"position":[[5,2]]}}}],["want",{"_index":201,"t":{"830":{"position":[[2,4]]}}}],["way",{"_index":124,"t":{"696":{"position":[[154,3]]}}}],["zone",{"_index":112,"t":{"694":{"position":[[84,4]]}}}]],"pipeline":["stemmer"]}},{"documents":[{"i":2,"t":"ARGO Messaging Service supports calls for registering users","s":"User Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"","p":1},{"i":4,"t":"This request creates a new registration for a future user","s":"[POST] Manage Registrations - New user registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---new-user-registration","p":1},{"i":6,"t":"POST \"/v1/registrations","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request","p":1},{"i":8,"t":"{ \"name\": \"new-register-user\", \"first_name\": \"first-name\", \"last_name\": \"last-name\", \"email\": \"test@example.com\", \"organization\": \"org1\", \"description\": \"desc1\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-body","p":1},{"i":10,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request","p":1},{"i":12,"t":"If successful, the response contains the newly registered user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11p0-9c2d-fa7ae01bbebc\", \"name\": \"new-register-user\", \"first_name\": \"first-name\", \"last_name\": \"last-name\", \"organization\": \"org1\", \"description\": \"desc1\", \"email\": \"test@example.com\", \"activation_token\": \"a-token\", \"status\": \"pending\", \"registered_at\": \"2009-11-10T23:00:00Z\", \"modified_at\": \"2009-11-10T23:00:00Z\", \"modified_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses","p":1},{"i":14,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors","p":1},{"i":16,"t":"This request accepts a user's registration and as a result it creates a new user with the provided information.","s":"[POST] Manage Registrations - Accept a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---accept-a-users-registration","p":1},{"i":18,"t":"POST \"/v1/registrations/{uuid}:accept\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-1","p":1},{"i":20,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/uuid1:accept\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-1","p":1},{"i":22,"t":"If successful, the response contains the newly created user Success Response 200 OK { \"uuid\": \"1d0aa54e-44b8-4d2a-8cf7-d4cb2e350c61\", \"projects\": [], \"name\": \"user-acc-344\", \"first_name\": \"fname\", \"last_name\": \"lname\", \"organization\": \"grnet\", \"description\": \"simple user\", \"token\": \"bb0ad3da48f69372e38e55e423324b7366e32804\", \"email\": \"test@example.com\", \"service_roles\": [], \"created_on\": \"2020-05-17T22:27:09Z\", \"modified_on\": \"2020-05-17T22:27:09Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-1","p":1},{"i":24,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-1","p":1},{"i":26,"t":"This request declines a user's registration","s":"[POST] Manage Registrations - Decline a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#post-manage-registrations---decline-a-users-registration","p":1},{"i":28,"t":"POST \"/v1/registrations/{uuid}:decline\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-2","p":1},{"i":30,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/uuid1:decline\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-2","p":1},{"i":32,"t":"If successful, the response contains the newly created user Success Response 200 OK {}","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-2","p":1},{"i":34,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-2","p":1},{"i":36,"t":"This request retrieves a user's registration","s":"[GET] Manage Registrations - Retrieve a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-a-users-registration","p":1},{"i":38,"t":"GET \"/v1/registrations/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-3","p":1},{"i":40,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/ur-uuid1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-3","p":1},{"i":42,"t":"If successful, the response contains user's registration Success Response 200 OK { \"uuid\": \"ur-uuid1\", \"name\": \"urname\", \"first_name\": \"urfname\", \"last_name\": \"urlname\", \"organization\": \"urorg\", \"description\": \"urdesc\", \"email\": \"uremail\", \"status\": \"pending\", \"activation_token\": \"uratkn-1\", \"registered_at\": \"2019-05-12T22:26:58Z\", \"modified_by\": \"UserA\", \"modified_at\": \"2020-05-15T22:26:58Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-3","p":1},{"i":44,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-3","p":1},{"i":46,"t":"This request retrieves all registration in the service","s":"[GET] Manage Registrations - Retrieve all registrations","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#get-manage-registrations---retrieve-all-registrations","p":1},{"i":48,"t":"GET \"/v1/registrations\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-4","p":1},{"i":50,"t":"status activation_token email organization name","s":"Optional Filters","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#optional-filters","p":1},{"i":52,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-4","p":1},{"i":54,"t":"If successful, the response contains all registrations Success Response 200 OK { \"user_registrations\": [ { \"uuid\": \"ur-uuid1\", \"name\": \"urname\", \"first_name\": \"urfname\", \"last_name\": \"urlname\", \"organization\": \"urorg\", \"description\": \"urdesc\", \"email\": \"uremail\", \"status\": \"pending\", \"activation_token\": \"uratkn-1\", \"registered_at\": \"2019-05-12T22:26:58Z\", \"modified_by\": \"UserA\", \"modified_at\": \"2020-05-15T22:26:58Z\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-4","p":1},{"i":56,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-4","p":1},{"i":58,"t":"This request deletes a user's registration","s":"[DELETE] Manage Registrations - Delete a User's Registration","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#delete-manage-registrations---delete-a-users-registration","p":1},{"i":60,"t":"DELETE \"/v1/registrations/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#request-5","p":1},{"i":62,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/registrations/ur-uuid1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#example-request-5","p":1},{"i":64,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#responses-5","p":1},{"i":66,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_registrations","h":"#errors-5","p":1},{"i":68,"t":"Schemas is a resource that works with topics by validating the published messages.","s":"Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"","p":67},{"i":70,"t":"This request retrieves a specific schema under the given project","s":"[GET] Manage Schemas - Retrieve a Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-a-schema","p":67},{"i":72,"t":"GET \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request","p":67},{"i":74,"t":"project_name: Name of the project in which the schema will belong schema_name: Name of the schema to be created","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where","p":67},{"i":76,"t":"curl -X GET -H \"Content-Type: application/json\" \" https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request","p":67},{"i":78,"t":"If successful, the response contains the requested schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses","p":67},{"i":80,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors","p":67},{"i":82,"t":"This request retrieves all schemas under the given project.","s":"[GET] Manage Schemas - Retrieve All Schemas","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#get-manage-schemas---retrieve-all-schemas","p":67},{"i":84,"t":"GET \"/v1/projects/{project_name}/schemas\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-1","p":67},{"i":86,"t":"project_name: Name of the project in which the schema will belong","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-1","p":67},{"i":88,"t":"curl -X GET -H \"Content-Type: application/json\" \" https://{URL}/v1/projects/project-1/schemas?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-1","p":67},{"i":90,"t":"If successful, the response contains all the schemas of the given project. Success Response 200 OK { \"schemas\": [ { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }, { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b55\", \"name\": \"projects/project-1/schemas/schema-2\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-1","p":67},{"i":92,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-1","p":67},{"i":94,"t":"This request creates a new schema","s":"[POST] Manage Schemas - Create new Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#create-schema","p":67},{"i":96,"t":"JSON, AVRO","s":"Supported Schema Types","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#supported-schema-types","p":67},{"i":98,"t":"POST \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-2","p":67},{"i":100,"t":"project_name: Name of the project in which the schema will belong schema_name: Name of the schema to be created","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-2","p":67},{"i":102,"t":"curl -X POST -H \"Content-Type: application/json -d $POSTDATA\" \" https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-2","p":67},{"i":104,"t":"{ \"type\": \"json\", \"schema\":{ \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"address\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [\"name\", \"email\"] } }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body","p":67},{"i":106,"t":"If successful, the response contains the newly created schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/schema-1\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-2","p":67},{"i":108,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-2","p":67},{"i":110,"t":"This request updates the contents of a schema. You can update one or all of the fields at a time.","s":"[PUT] Manage Schemas - Update Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#put-manage-schemas---update-schema","p":67},{"i":112,"t":"PUT \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-3","p":67},{"i":114,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be updated","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-3","p":67},{"i":116,"t":"curl -X PUT -H \"Content-Type: application/json -d $POSTDATA\" \"https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-3","p":67},{"i":118,"t":"{ \"type\": \"json\", \"name\": \"projects/project-1/schemas/new-name\", \"schema\":{ \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"address\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [\"name\", \"email\", \"address\"] } }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-1","p":67},{"i":120,"t":"If successful, the response contains the updated schema. Success Response 200 OK { \"uuid\": \"50811bd1-c94c-4ad7-8f55-a561c6270b50\", \"name\": \"projects/project-1/schemas/new-name\", \"type\": \"json\", \"schema\": { \"properties\": { \"address\": { \"type\": \"string\" }, \"email\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"telephone\": { \"type\": \"string\" } }, \"required\": [ \"name\", \"email\", \"address\" ], \"type\": \"object\" } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-3","p":67},{"i":122,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-3","p":67},{"i":124,"t":"This request deletes a schema.","s":"[DELETE] Manage Schemas - Delete Schema","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#delete-manage-schemas---delete-schema","p":67},{"i":126,"t":"DELETE \"/v1/projects/{project_name}/schemas/{schema_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-4","p":67},{"i":128,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be deleted","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-4","p":67},{"i":130,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/project-1/schemas/schema-1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-4","p":67},{"i":132,"t":"If successful, the response is empty. Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-4","p":67},{"i":134,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-4","p":67},{"i":136,"t":"This request is used whenever we want to test a message against a schema. The process to check that your schema and messages are working as expected is to create a new topic that needs to be associated with the schema, then create the message in base64 encoding and publish it to the topic. Instead of creating all this pipeline in order to check your schema and messages we can explicitly do it on this API call.","s":"[POST] Manage Schemas - Validate Message","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#validate","p":67},{"i":138,"t":"POST \"/v1/projects/{project_name}/schemas/{schema_name}:validate\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#request-5","p":67},{"i":140,"t":"project_name: Name of the project under which the schema belongs schema_name: Name of the schema to be updated","s":"Where","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#where-5","p":67},{"i":142,"t":"curl -X POST -H \"Content-Type: application/json -d $POSTDATA\" \"https://{URL}/v1/projects/project-1/schemas/schema-1:validate?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#example-request-5","p":67},{"i":144,"t":"JSON Schema​ { \"name\": \"name1\", \"email\": \"e1@example.com\", \"address\": \"address1\", \"telephone\": \"6980574421\" } AVRO Schema​ When dealing with an AVRO Schema, the binary message needs to be encoded to base64 alongside its schema and sent via the data field which is required. { \"data\": \"DGFnZWxvc8T8Cg==\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#post-body-2","p":67},{"i":146,"t":"Success Response 200 OK { \"message\": \"Message validated successfully\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#responses-5","p":67},{"i":148,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_schemas","h":"#errors-5","p":67},{"i":150,"t":"ARGO Messaging Service supports project entities as a basis of organizing and isolating groups of users & resources","s":"Projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"","p":149},{"i":152,"t":"This request lists all available projects in the service","s":"[GET] Manage Projects - List all projects","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-all-projects","p":149},{"i":154,"t":"GET \"/v1/projects\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request","p":149},{"i":156,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request","p":149},{"i":158,"t":"If successful, the response contains a list of all available projects Success Response 200 OK { \"projects\": [ { \"name\": \"PROJECT_1\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"simple project\" }, { \"name\": \"PROJECT_2\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"simple project\" }, { \"name\": \"BRAND_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses","p":149},{"i":160,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors","p":149},{"i":162,"t":"This request lists information about a specific project","s":"[GET] Manage Projects - List a specific project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-manage-projects---list-a-specific-project","p":149},{"i":164,"t":"GET \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-1","p":149},{"i":166,"t":"Project_name: Name of the project to get information on","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where","p":149},{"i":168,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-1","p":149},{"i":170,"t":"If successful, the response contains information about the specific project Success Response 200 OK { \"name\": \"BRAND_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-1","p":149},{"i":172,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-1","p":149},{"i":174,"t":"This request creates a new project with the given project_name with a POST request","s":"[POST] Manage Projects - Create new project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-manage-projects---create-new-project","p":149},{"i":176,"t":"POST \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-2","p":149},{"i":178,"t":"Project_name: Name of the project to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-1","p":149},{"i":180,"t":"{ \"description\" : \"a simple description\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body","p":149},{"i":182,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/PROJECT_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-2","p":149},{"i":184,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"name\": \"PROJET_NEW\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"brand new project\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-2","p":149},{"i":186,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-2","p":149},{"i":188,"t":"This request updates information (such as name,description) on an existing project (PUT)","s":"[PUT] Manage Projects - Update a project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-manage-projects---update-a-project","p":149},{"i":190,"t":"PUT \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-3","p":149},{"i":192,"t":"Project_name: Name of the project to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-2","p":149},{"i":194,"t":"{ \"name\":\"new project name\", \"description\" : \"a simple description\" }","s":"PUT body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#put-body","p":149},{"i":196,"t":"curl -X PUT -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/PROJECT_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-3","p":149},{"i":198,"t":"If successful, the response contains the newly updated Success Response 200 OK { \"name\": \"PROJET_NEW_UPDATED\", \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-13T23:00:00Z\", \"created_by\": \"userA\", \"description\": \"description project updated\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-3","p":149},{"i":200,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-3","p":149},{"i":202,"t":"This request deletes a specific project","s":"[DELETE] Manage Projects - Delete Project","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#delete-manage-projects---delete-project","p":149},{"i":204,"t":"DELETE \"/v1/projects/{project_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-4","p":149},{"i":206,"t":"Project_name: Name of the project to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-3","p":149},{"i":208,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-4","p":149},{"i":210,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-4","p":149},{"i":212,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-4","p":149},{"i":215,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-5","p":149},{"i":217,"t":"If successful, the response contains a list of all available users in the specific project Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-5","p":149},{"i":219,"t":"When a user is project_admin instead of service_admin and lists a project's users the results returned remove user information such as token, service_roles and created_by For example: { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Unprivileged mode (non service_admin user)","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#unprivileged-mode-non-service_admin-user","p":149},{"i":222,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members/Test?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-6","p":149},{"i":224,"t":"If successful, the response contains information of the specific user Test Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-6","p":149},{"i":226,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-5","p":149},{"i":229,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-7","p":149},{"i":231,"t":"{ \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [\"consumer\"] } ], \"email\": \"email@test.com\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-1","p":149},{"i":233,"t":"If successful, the response contains information about the newly created user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-7","p":149},{"i":235,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-6","p":149},{"i":238,"t":"curl -X PUT -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-8","p":149},{"i":240,"t":"{ \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [\"consumer\"] } ] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-2","p":149},{"i":242,"t":"If successful, the response contains information about the updated user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-8","p":149},{"i":244,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-7","p":149},{"i":247,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO2/members/NewUser:add?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-9","p":149},{"i":249,"t":"{ \"roles\": [\"consumer\"], \"topics\": [\"topic1\"], \"subscriptions\": [\"sub1\"] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#post-body-3","p":149},{"i":251,"t":"If successful, the response contains information about the added user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\" ], \"topics\": [ \"topic1\" ], \"subscriptions\": [ \"sub1\" ] } ], \"name\": \"NewUSer\", \"token\": \"S3CR3T\", \"email\": \"email@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-9","p":149},{"i":253,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-8","p":149},{"i":256,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO2/members/NewUser:remove?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-10","p":149},{"i":258,"t":"Empty response on success 200 OK {}","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-10","p":149},{"i":260,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-9","p":149},{"i":262,"t":"The following request returns related metrics for the specific project: e.g.. the number of topics","s":"[GET] Project Metrics","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#get-project-metrics","p":149},{"i":264,"t":"GET \"/v1/projects/{project_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#request-5","p":149},{"i":266,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#where-4","p":149},{"i":268,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#example-request-11","p":149},{"i":270,"t":"If successful it returns projects related metrics (number of topics, number of subscriptions). Success Response 200 OK { \"metrics\": [ { \"metric\": \"project.number_of_topics\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of topics belonging to the specific project\" }, { \"metric\": \"project.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 4 } ], \"description\": \"Counter that displays the number of subscriptions belonging to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserA\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserB\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 3 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserX\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 1 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.user.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project.user\", \"resource_name\": \"ARGO.UserZ\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T13:53:13Z\", \"value\": 2 } ], \"description\": \"Counter that displays the number of subscriptions that a user has access to the specific project\" }, { \"metric\": \"project.number_of_daily_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"project\", \"resource_name\": \"ARGO\", \"timeseries\": [ { \"timestamp\": \"2018-10-02\", \"value\": 30 }, { \"timestamp\": \"2018-10-01\", \"value\": 110 } ], \"description\": \"A collection of counters that represents the total number of messages published each day to all of the project's topics\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#responses-11","p":149},{"i":272,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_projects","h":"#errors-10","p":149},{"i":274,"t":"The ARGO Messaging Service (AMS) is a Publish/Subscribe Service, which implements the Google PubSub protocol. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service. It provides an HTTP API that enables Users/Systems to implement message oriented service using the Publish/Subscribe Model over plain HTTP. The ARGO Messaging Service is a real-time messaging service that allows the user to send and receive messages between independent applications. It is implemented as a Publish/Subscribe Service. Instead of focusing on a single Messaging service specification for handling the logic of publishing/subscribing to the broker network the service focuses on creating nodes of Publishers and Subscribers as a Service. In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages.","s":"AMS - The Service","u":"/argo-messaging/docs/","h":"","p":273},{"i":276,"t":"Ease of use: It supports an HTTP API and a python library so as to easily integrate with the AMS. Push Delivery: ΑΜS instantly pushes asynchronous event notifications when messages are published to the message topic. Subscribers are notified when a message is available. Replay messages: replay messages that have been acknowledged by seeking to a timestamp. Schema Support: on demand mechanism that enables a) the definition of the expected payload schema, b) the definition of the expected set of attributes and values and c) the validation for each message if the requirements are met and immediately notify client Replicate messages on multiple topics: Republisher script that consumes and publishes messages for specific topics (ex. SITES) The AMS supports “Schema Validation per topic”. It allows the user to define a schema for each topic and validate messages as they are published. It can protect topics from garbage, incomplete messages especially when a topic has multiple remote publishers to ensure data integrity on the client side. The “Replay messages” feature is an offset manipulation mechanism that allows the client on demand to replay or skip messages. When creating a subscription (or editing an existing one), there is an internal option to retain acknowledged messages (by default up to 7 days, or more on request). To replay and reprocess these messages (ex. testing, error in manipulation etc) , the client has the ability to go back and use the same messages just by seeking a previous timestamp. If the user needs to skip messages, he just has to seek an offset in the future. The implementation for the “push server” is one of the features used. The push server(s) are an optional set of worker-machines - deployed on demand - that are needed when the AMS wants to support push enabled subscriptions. The latest implementation provides a gRPC interface in order to communicate with AMS api. A new security approach was also introduced to enable a secure handshake.","s":"Features","u":"/argo-messaging/docs/","h":"#features","p":273},{"i":278,"t":"Durability: provide very high durability, and at-least-once delivery, by storing copies of the same message on multiple servers. Scalability: It can handle increases in load without noticeable degradation of latency or availability Latency: A high performance service that can serve more than 1 billion messages per year Availability: it deals with different types of issues, gracefully failing over in a way that is unnoticeable to end users. Failures can occur in hardware, in software, and due to load.","s":"Architectural aspect","u":"/argo-messaging/docs/","h":"#architectural-aspect","p":273},{"i":280,"t":"In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages. Topics: Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic) Subscriptions: In order for a user to be able to consume messages, he must first create a subscription. Subscriptions are resources that can be created by users on demand and are attached to specific topics. Each topic can have multiple subscriptions but each subscription can be attached to just one topic. Subscriptions allows Subscribers to incrementally consume messages, at their own pace, while the progress is automatically tracked for each subscription. Message: The combination of data and (optional) attributes that a publisher sends to a topic and is eventually delivered to subscribers. Message attribute: A key-value pair that a publisher can define for a message.","s":"Fundamentals","u":"/argo-messaging/docs/","h":"#fundamentals","p":273},{"i":282,"t":"AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. Pull subscriptions​ Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt. Push subscriptions**​ In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status Apart from all these the Messaging Service supports: Argo-ams-library: A simple library to interact with the ARGO Messaging Service. Argo-AuthN: Argo-authn is a new Authentication Service. This service provides the ability to different services to use alternative authentication mechanisms without having to store additional user info or implement new functionalities. The AUTH service holds various information about a service’s users, hosts, API urls, etc, and leverages them to provide its functionality. AMS Metrics: Metrics about the service and the usage.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/","h":"#pull-vs-push-subscriptions","p":273},{"i":284,"t":"Operational Metrics include metrics related to the CPU or memory usage of the ams nodes","s":"API Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"","p":283},{"i":286,"t":"This request gets a list of operational metrics for the specific ams service","s":"[GET] Get Operational Metrics","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-operational-metrics","p":283},{"i":288,"t":"GET \"/v1/metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request","p":283},{"i":290,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request","p":283},{"i":292,"t":"If successful, the response returns a list of related operational metrics Success Response 200 OK { \"metrics\": [ { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"host.foo\", \"timeseries\": [ { \"timestamp\": \"2017-07-04T10:18:07Z\", \"value\": 0.2 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"host.foo\", \"timeseries\": [ { \"timestamp\": \"2017-07-04T10:18:07Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses","p":283},{"i":294,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors","p":283},{"i":297,"t":"GET \"/v1/status\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-1","p":283},{"i":299,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/status\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-1","p":283},{"i":301,"t":"If successful, the response returns the health status of the service Success Response 200 OK { \"status\": \"ok\", \"push_servers\": [ { \"endpoint\": \"localhost:5555\", \"status\": \"Success: SERVING\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-1","p":283},{"i":303,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-1","p":283},{"i":305,"t":"This request returns the total amount of messages per project for the given time window. The number of messages is calculated using the daily message count for each one of the project's topics.","s":"[GET] Get a VA Report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-a-va-report","p":283},{"i":307,"t":"GET \"/v1/metrics/daily-message-average\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-2","p":283},{"i":309,"t":"start_date: start date for querying projects topics daily message count(optional), default value is the start unix time end_date: start date for querying projects topics daily message count(optional), default is the time of the api call projects: which projects to include to the query(optional), default is all registered projects","s":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters","p":283},{"i":311,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics/va_metrics\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-2","p":283},{"i":313,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/metrics/va_metrics?start_date=2019-03-01&end_date=2019-07-24&projects=ARGO,ARGO-2\"","s":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters","p":283},{"i":315,"t":"If successful, the response returns the total amount of messages per project for the given time window Success Response 200 OK { \"projects\": [ { \"project\": \"ARGO-2\", \"message_count\": 8, \"average_daily_messages\": 2 }, { \"project\": \"ARGO\", \"message_count\": 25669, \"average_daily_messages\": 120 } ], \"total_message_count\": 25677, \"average_daily_messages\": 122 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-2","p":283},{"i":317,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-2","p":283},{"i":319,"t":"This is a combination of the va_metrics and the operational_metrics api calls.The user will receive data for all of the projects that has the project_admin role alongisde the operational metrics of the service.","s":"[GET] Get User usage report","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#get-get-user-usage-report","p":283},{"i":321,"t":"GET \"/v1/users/usageReport\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#request-3","p":283},{"i":323,"t":"start_date: start date for querying projects topics daily message count(optional), default value is the start unix time end_date: start date for querying projects topics daily message count(optional), default is the time of the api call projects: which projects to include to the query(optional), default is all registered projects","s":"URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#url-parameters-1","p":283},{"i":325,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/users/usageReport\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-3","p":283},{"i":327,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/users/usageReport?start_date=2019-03-01&end_date=2019-07-24&projects=ARGO,ARGO-2\"","s":"Example request with URL parameters","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#example-request-with-url-parameters-1","p":283},{"i":329,"t":"Success Response 200 OK { \"va_metrics\": { \"projects_metrics\": { \"projects\": [ { \"project\": \"e2epush\", \"message_count\": 27, \"average_daily_messages\": 0.03, \"topics_count\": 3, \"subscriptions_count\": 6, \"users_count\": 0 } ], \"total_message_count\": 27, \"average_daily_messages\": 0.03 }, \"total_users_count\": 0, \"total_topics_count\": 3, \"total_subscriptions_count\": 6 }, \"operational_metrics\": { \"metrics\": [ { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"test-MBP\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"test-MBP\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" }, { \"metric\": \"ams_node.cpu_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"4\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0 } ], \"description\": \"Percentage value that displays the CPU usage of ams service in the specific node\" }, { \"metric\": \"ams_node.memory_usage\", \"metric_type\": \"percentage\", \"value_type\": \"float64\", \"resource_type\": \"ams_node\", \"resource_name\": \"4\", \"timeseries\": [ { \"timestamp\": \"2022-09-13T09:39:56Z\", \"value\": 0.1 } ], \"description\": \"Percentage value that displays the Memory usage of ams service in the specific node\" } ] } }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#responses-3","p":283},{"i":331,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_metrics","h":"#errors-3","p":283},{"i":333,"t":"Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic). A topic name must be scoped to a project.","s":"Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"","p":332},{"i":335,"t":"This request creates a new topic with the given topic_name in a project with a PUT request","s":"[PUT] Manage Topics - Create new topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#create-topic","p":332},{"i":337,"t":"PUT \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request","p":332},{"i":339,"t":"If you need to link a schema with the topic you need to provide its name. { \"schema\": \"schema-1\" }","s":"RequestBody","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#requestbody","p":332},{"i":341,"t":"Project_name: Name of the project to create Topic_name: The topic name to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where","p":332},{"i":343,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request","p":332},{"i":345,"t":"If successful, the response contains the newly created topic. Success Response 200 OK { \"name\": \"projects/BRAND_NEW/topics/monitoring\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses","p":332},{"i":347,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors","p":332},{"i":349,"t":"This request deletes the defined topic in a project with a DELETE request","s":"[DELETE] Manage Topics - Delete topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#delete-manage-topics---delete-topic","p":332},{"i":351,"t":"DELETE \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-1","p":332},{"i":353,"t":"Project_name: Name of the project to delete Topic_name: The topic name to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-1","p":332},{"i":355,"t":"curl -X DELETE -H \"Content-Type: application/json\" -d '' \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-1","p":332},{"i":357,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-1","p":332},{"i":359,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-1","p":332},{"i":361,"t":"This request gets the details of a topic in a project with a GET request","s":"[GET] Manage Topics - Get a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---get-a-topic","p":332},{"i":363,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-2","p":332},{"i":365,"t":"Project_name: Name of the project to get Topic_name: The topic name to get","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-2","p":332},{"i":367,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-2","p":332},{"i":369,"t":"If successful, the response returns the details of the defined topic. Success Response 200 OK { \"name\": \"projects/BRAND_NEW/topics/monitoring\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-2","p":332},{"i":371,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-2","p":332},{"i":373,"t":"This request lists all available topics under a specific project in the service using pagination. If the USER making the request has only publisher role for the respective project, it will load only the topics that he has access to(being present in a topic's acl). It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"users\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Topics - List Topics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-manage-topics---list-topics","p":332},{"i":375,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns all topics under the specified project","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-all-topics-under-the-specified-project","p":332},{"i":377,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-3","p":332},{"i":379,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-3","p":332},{"i":381,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/monitoring\" }, { \"name\":\"/project/BRAND_NEW/topics/accounting\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-3","p":332},{"i":383,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":332},{"i":385,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-4","p":332},{"i":387,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T&pageSize=1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-4","p":332},{"i":389,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/monitoring\" } ], \"nextPageToken\": \"some_token\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-4","p":332},{"i":391,"t":"GET \"/v1/projects/{project_name}/topics\"","s":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#paginated-request-that-returns-the-next--page-of-a-specific-size","p":332},{"i":393,"t":"Project_name: Name of the project to get the list of topics","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-5","p":332},{"i":395,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/?key=S3CR3T&pageSize=1&pageToken=some_token\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-5","p":332},{"i":397,"t":"Success Response 200 OK { \"topics\": [ { \"name\":\"/project/BRAND_NEW/topics/accounting\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-5","p":332},{"i":399,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-3","p":332},{"i":401,"t":"The topic:publish endpoint publishes a message, or a list of messages to a specific topic with a POST request","s":"[POST] Publish message/s to a topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#publish","p":332},{"i":403,"t":"POST \"/v1/projects/{project_name}/topics/{topic_name}:publish\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-3","p":332},{"i":405,"t":"Project_name: Name of the project to post the messages topic_name: to post the messages","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-6","p":332},{"i":407,"t":"{ \"messages\": [ { \"attributes\": { \"attr1\":\"test1\", \"attr2\":\"test2\" } , \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" } ] } The value of the data property must be always encoded in base64 format. AVRO Schema Use case​ Whenever a topic has an AVRO Schema attached to it, all messages need to have their schema encoded alongside them in order for the validation to work properly.","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data","p":332},{"i":409,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:publish?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-6","p":332},{"i":411,"t":"If successful, the response contains the messageIds of the messages published. Success Response 200 OK { \"messageIds\": [ \"100309303\" ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-6","p":332},{"i":413,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-4","p":332},{"i":415,"t":"The following request returns a list of authorized users (publishers) of a given topic.","s":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-list-acl-of-a-given-topic","p":332},{"i":417,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}:acl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-4","p":332},{"i":419,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-7","p":332},{"i":421,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:acl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-7","p":332},{"i":423,"t":"If successful it returns the authorized users of the topic. Success Response 200 OK { \"authorized_users\": [ \"UserA\",\"UserB\" ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-7","p":332},{"i":425,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-5","p":332},{"i":427,"t":"The following request Modifies the authorized users list of a given topic","s":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-modify-acl-of-a-given-topic","p":332},{"i":429,"t":"POST \"/v1/projects/{project_name}/topics/{topic_name}:modifyAcl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-5","p":332},{"i":431,"t":"Project_name: Name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-8","p":332},{"i":433,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#post-data-1","p":332},{"i":435,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:modifyAcl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-8","p":332},{"i":437,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-8","p":332},{"i":439,"t":"If the to-be updated ACL contains users that are non-existent in the project the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } }","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-6","p":332},{"i":441,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-7","p":332},{"i":443,"t":"The following request returns related metrics for the specific topic: for e.g. the number of published messages","s":"[GET] Topic Metrics","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#get-topic-metrics","p":332},{"i":445,"t":"GET \"/v1/projects/{project_name}/topics/{topic_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#request-6","p":332},{"i":447,"t":"Project_name: name of the project topic_name: name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#where-9","p":332},{"i":449,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/topics/monitoring:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#example-request-9","p":332},{"i":451,"t":"If successful it returns topic's related metrics (number of messages published and total bytes). Success Response 200 OK { \"metrics\": [ { \"metric\": \"topic.number_of_subscriptions\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 1 } ], \"description\": \"Counter that displays the number of subscriptions belonging to a specific topic\" }, { \"metric\": \"topic.number_of_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 0 } ], \"description\": \"Counter that displays the number number of messages published to the specific topic\" }, { \"metric\": \"topic.number_of_bytes\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2017-06-27T10:20:18Z\", \"value\": 0 } ], \"description\": \"Counter that displays the total size of data (in bytes) published to the specific topic\" }, { \"metric\": \"topic.number_of_daily_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2018-10-02\", \"value\": 30 }, { \"timestamp\": \"2018-10-01\", \"value\": 40 } ], \"description\": \"A collection of counters that represents the total number of messages published each day to a specific topic\" }, { \"metric\": \"topic.publishing_rate\", \"metric_type\": \"rate\", \"value_type\": \"float64\", \"resource_type\": \"topic\", \"resource_name\": \"topic1\", \"timeseries\": [ { \"timestamp\": \"2019-05-06T00:00:00Z\", \"value\": 10 } ], \"description\": \"A rate that displays how many messages were published per second between the last two publish events\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#responses-9","p":332},{"i":453,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_topics","h":"#errors-8","p":332},{"i":455,"t":"Each user is authenticated by adding the url parameter ?key=T0K3N in each API request If a user does not provide a valid token the following response is returned: { \"error\": { \"code\": 401, \"message\": \"Unauthenticated\", \"status\": \"UNAUTHENTICATED\" } } The ARGO Messaging Service supports authorization. If a user is unauthorized the following response is returned: { \"error\": { \"code\": 403, \"message\": \"Access to this resource is forbidden\", \"status\": \"FORBIDDEN\" } }","s":"Authentication","u":"/argo-messaging/docs/api_advanced/api_auth","h":"","p":454},{"i":458,"t":"In case of Error during handling user’s request the API responds using the following schema: { \"error\": { \"code\": 500, \"message\": \"Something bad happened\", \"status\": \"INTERNAL\" } }","s":"Errors","u":"/argo-messaging/docs/api_basic/api_errors","h":"#errors","p":456},{"i":460,"t":"The following error codes are the possible errors of all methods Error Code Status Related Requests Ack Timeout 408 TIMEOUT Acknowledge Message (POST) - more info Topic already exists 409 ALREADY_EXISTS Create Topic (PUT) Subscription already exists 409 ALREADY_EXISTS Create Subscription (PUT) Invalid Topics Name 400 INVALID_ARGUMENT Create Subscription (PUT) Topic Doesn't Exist 404 NOT_FOUND Show specific Topic (GET) Invalid Topic ACL arguments 400 INVALID_ARGUMENT Modify Topic ACL (POST) Subscription Doesn't Exist 404 NOT_FOUND Show specific Subscription (GET) Message size to large 413 INVALID_ARGUMENT Topic Publish (POST) Invalid Subscription Arguments 400 INVALID_ARGUMENT Create Subscription (POST), Modify Push Configuration (POST) Invalid Subscription ACL arguments 400 INVALID_ARGUMENT Modify Subscription ACL (POST) Invalid ACK Parameter 400 INVALID_ARGUMENT Subscription Acknowledge (POST) Invalid ACK id 400 INVALID_ARGUMENT Subscription Acknowledge (POST) Invalid pull parameters 400 INVALID_ARGUMENT Subscription Pull (POST) Unauthorized 401 UNAUTHORIZED All requests (if a user is not authenticated) Forbidden Access to Resource 403 FORBIDDEN All requests (if a user is forbidden to access the resource)","s":"Error Codes","u":"/argo-messaging/docs/api_basic/api_errors","h":"#error-codes","p":456},{"i":463,"t":"The ARGO Messaging Service API implements the Google PubSub specification and thus supports HTTP RPC-style methods in the form of: https://messaging.argo.grnet.gr/api/projects/METHOD All methods must be called using HTTPS. Arguments can be passed as GET or POST params, or a mix. The response contains a 200 OK for a successful request and a JSON object in case of an error. For failure results, the error property will contain a short machine-readable error code. In the case of problematic calls, during handling user’s request the API responds using a predefined schema (described in chapter Errors), that contains a short machine-readable warning code, an error code and an error description (or list of them, in the case of multiple errors). Each user is authenticated by adding the url parameter ?key=T0K3N in each API request","s":"Introduction","u":"/argo-messaging/docs/api_basic/api_intro","h":"#introduction","p":461},{"i":465,"t":"The first step for using the messaging API is to edit the main configuration file. The ARGO Messaging Service main configuration file is config.json. An example configuration is listed below: { \"bind_ip\":\"\", \"port\":8080, \"zookeeper_hosts\":[\"localhost\"], \"kafka_znode\":\"\", \"store_host\":\"localhost\", \"store_db\":\"argo_msg\", \"certificate\":\"/etc/pki/tls/certs/localhost.crt\", \"certificate_key\":\"/etc/pki/tls/private/localhost.key\", \"per_resource_auth\":true, \"service_token\":\"S0M3T0K3N\", \"log_level\":\"INFO\", \"log_facilities\": [\"syslog\", \"console\"] }","s":"Configuration file: config.json","u":"/argo-messaging/docs/api_basic/api_intro","h":"#configuration-file-configjson","p":461},{"i":467,"t":"Parameter Description bind_ip the ip address to listen to. port The port where the API will listen to zookeeper_hosts List of zookeeper instances that are used to sync kafka kafka_znode The znode under which Kafka writes its data on Zookeeper. Default is \"\" meaning the root node store_host Address:port of the datastore server store_db Database name used on the datastore server certificate path to the node's TLS certificate file certificate_key path to the certificate's private key per_resource_auth enable authorization per resource (topic/subscription) service_token (optional) If set, enables full service-wide access to the api to initialize projects,users and resources log_level set the desired log level (defaults to \"INFO\") log_facilities logging output, if left empty, it defaults to console) Location of config.json: API will look first for config.json locally in the folder where the executable runs and then in the /etc/argo-messaging/ location.","s":"Explanation of config parameters:","u":"/argo-messaging/docs/api_basic/api_intro","h":"#explanation-of-config-parameters","p":461},{"i":469,"t":"Apart from configuration file, argo-messaging service accepts configuration parameters in the command line. The list of the available command line parameters is displayed if the user issues ./argo-messaging-service --help The available command line parameters are listed as follows: --bind-ip string ip address to listen to (default \"localhost\") --certificate string certificate file *.crt (default \"/etc/pki/tls/certs/localhost.crt\") --certificate-key string certificate key file *.key (default \"/etc/pki/tls/private/localhost.key\") --config-dir string directory path to an alternative json config file --kafka-znode string kafka zookeeper node name --log-level string set the desired log level --per-resource-auth enable per resource authentication (default true) --port int port number to listen to (default 8080) --service-key string service token definition for immediate full api access --store-db string datastore (mongodb) database name (default \"argo_msg\") --store-host string datastore (mongodb) host (default \"localhost\") --zookeeper-hosts value list of zookeeper hosts to connect to (default [localhost]) User can optionally specify an alternative configuration file directory with the use of the --config-dir parameter For example: ./argo-messaging-service --config-dir=/root/alternative/config/ The /root/alternative/config/config.json must exist","s":"Command line parameters","u":"/argo-messaging/docs/api_basic/api_intro","h":"#command-line-parameters","p":461},{"i":471,"t":"Authentication is the process of determining the identity of a client, which is typically a user account. Authorization is the process of determining what permissions an authenticated identity has on a set of specified resources. In the Messaging API, there can be no authorization without authentication. This is an initial implementation of the user authentication and authorization. In the next versions of the ARGO Messaging service we are going to provide support for both bear and OpenID Connect tokens for the API access and it will be possible to apply ACLs at each (resource) subscriptions and topics.","s":"Security and privacy considerations","u":"/argo-messaging/docs/concepts/auth","h":"","p":470},{"i":473,"t":"Authentication requires the presence of a populated “users” collection in the datastore in the adhering to the following schema: { \"name\" : \"john\", \"email\" : \"john@doe.com\", \"project\" : \"ARGO\", \"token\" : \"S3CR3T\", \"roles\" : [ \"admin\", \"member\" ] } Parameter Description name username email User’s email project Project that the user belongs to token Secret token for authentication roles List of roles that user has. Each role definition is used in authorization (explained later) Each user is authenticated by adding the url parameter ?key=T0K3N in each API request","s":"User Authentication","u":"/argo-messaging/docs/concepts/auth","h":"#user-authentication","p":470},{"i":475,"t":"Authorization requires the presence of a populated “roles” collection in the datastore in the adhering to the following schema: { \"resource\" : \"resource_name:action\", \"roles\" : [ \"admin\", \"member\" ] } Parameter Description resource Holds the name of the resource and the action on that resource in the following format: resource_name:action roles A list of roles allowed on this resource:action Resource_name:action must be the same with the default routes supported in the api currently and those are: Action Description topics:list Allow user to list all topics in a project when using GET /projects/PROJECT_A/topics topics:show Allow user to get information on a specific topic when using GET /projects/PROJECT_A/topics/TOPIC_A topics:create Allow user to create a new topic when using PUT /projects/PROJECT_A/topics/TOPIC_NEW topics:delete Allow user to delete an existing topic when using DELETE /projects/PROJECT_A/topics/TOPIC_A topics:publish Allow user to publish messages in a topic when using POST /projects/PROJECT_A/topics/TOPIC_A:publish subscriptions:list Allow user to list all subscriptions in a project when using GET /projects/PROJECT_A/subscriptions subscriptions:show Allow user to get information on a specific subscription when using GET /projects/PROJECT_A/subscriptions/SUB_A subscriptions:create Allow user to create a new subscription when using PUT /projects/PROJECT_A/subscriptions/SUB_NEW subscriptions:delete Allow user to delete an existing subscription when using DELETE /projects/PROJECT_A/subscriptions/SUB_A subscriptions:pull Allow user to pull messages from a subscription when using POST /projects/PROJECT_A/subscriptions/SUB_A:pull subscriptions:acknowledge Allow user to acknowledge messages that has pulled when using POST /projects/PROJECT_A/subscriptions/SUB_A:acknowledge","s":"Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#authorization","p":470},{"i":477,"t":"Messaging API provides the option to control in finer detail access on resources such as topics and subscriptions for users(clients) that are producers or subscribers. Each resource (topic/subscription) comes with an access list (ACL) that contains producers or subscribers that are eligible to use that resource (when publishing or pulling messages respectively). Users with the admin role are able to modify Access lists for topics and subscriptions on the project they belong. In order for the feature to be available Messaging API should have the config parameter per_resource_auth set to true","s":"Per Resource Authorization","u":"/argo-messaging/docs/concepts/auth","h":"#per-resource-authorization","p":470},{"i":479,"t":"Please refer to section Topics:List ACL of a given topic .","s":"[GET] List ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-topic","p":470},{"i":481,"t":"Please refer to section Topics:Modify ACL of a given topic .","s":"[POST] Modify ACL of a given topic","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-topic","p":470},{"i":483,"t":"The following request returns a list of authorized users for a given subscription","s":"[GET] List ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#get-list-acl-of-a-given-subscription","p":470},{"i":485,"t":"GET /v1/projects/{project_name}/subscriptions/{sub_name}:acl","s":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request","p":470},{"i":487,"t":"Project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where","p":470},{"i":489,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA https://{URL}/v1/projects/EGI/subscriptions/monitoring:acl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request","p":470},{"i":491,"t":"Success Response 200 OK { \"authorized_users\": [ \"UserA\",\"UserB\" ] }","s":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses","p":470},{"i":493,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors","p":470},{"i":495,"t":"The following request Modifies the authorized users list of a given subscription","s":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/concepts/auth","h":"#post-modify-acl-of-a-given-subscription","p":470},{"i":497,"t":"POST /v1/projects/{project_name}/subscriptions/{sub_name}:modifyAcl","s":"Request","u":"/argo-messaging/docs/concepts/auth","h":"#request-1","p":470},{"i":499,"t":"Project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/concepts/auth","h":"#where-1","p":470},{"i":501,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/concepts/auth","h":"#post-data","p":470},{"i":503,"t":"curl -H \"Content-Type: application/json\" https://{URL}/v1/projects/EGI/subscriptions/monitoring:modifyAcl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/concepts/auth","h":"#example-request-1","p":470},{"i":505,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/concepts/auth","h":"#responses-1","p":470},{"i":507,"t":"If the to-be updated ACL contains users that are non-existent in the project the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } } Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/concepts/auth","h":"#errors-1","p":470},{"i":509,"t":"The ARGO Messaging API has been designed to rely on a generic Message Back-end Interface and use specific implementation of that interface for supporting different systems. Right now the first implementation for the messaging back-end relies on Apache Kafka as a distributed messaging system. A big advantage of the ARGO Messaging API is that provides a mechanism to easily support namespacing and different tenants on a Kafka Back-end (Apache Kafka doesn’t support natively namespacing yet). ARGO Messaging API uses the notion of ‘projects’ for each tenant and can support multiple projects each one containing multiple topics/subscriptions and users on the same Kafka back-end.","s":"Using Apache Kafka as a Backend Message system","u":"/argo-messaging/docs/concepts/msg_backend","h":"","p":508},{"i":511,"t":"The main steps of the messaging API: A user creates a Topic Users that want to consume a message set up subscriptions. Each subscription is set on one Topic A Topic can have multiple Subscriptions Each subscription sets up a sync point in time. Messages that are published after that sync point can be pull by or push to the subscribers. Messages that have been published to the Topic that the Subscription was configured for before the creation of the Subscription, will not be delivered to the Subscribers. Each Topic has a TTL values for each messages published to it. Older messages are purged. Message deliveries can be out-of-order and might have duplicate messages. Each Subscriber should be idempotent A Subscription is configured either as in PULL or on PUSH mode. PUSH mode receives a client URI in order to POST messages there A Topic might have multiple subscriptions and each subscription has it’s own tracked offset on the topic. Above: A single Topic holding multiple Subscriptions","s":"Data flow in Argo Messaging","u":"/argo-messaging/docs/concepts/msg_flow","h":"","p":510},{"i":513,"t":"There are two ways you can initiate communication with the team behind the Argo Messaging Service. If you are coming through EOSC, you should use the official EOSC Helpdesk portal. Otherwise, you can reach out through argo at grnet.gr","s":"Communication Channels","u":"/argo-messaging/docs/communication/","h":"","p":512},{"i":515,"t":"This method can be used to retrieve api version information","s":"Get API Version information","u":"/argo-messaging/docs/api_advanced/api_version","h":"","p":514},{"i":517,"t":"GET /v1/version","s":"Input","u":"/argo-messaging/docs/api_advanced/api_version","h":"#input","p":514},{"i":519,"t":"Accept: application/json","s":"Request headers","u":"/argo-messaging/docs/api_advanced/api_version","h":"#request-headers","p":514},{"i":521,"t":"Headers: Status: 200 OK","s":"Response","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response","p":514},{"i":523,"t":"Json Response { \"release\": \"1.0.5\", \"commit\": \"f9f2e8c5f02lbcc94fe76b0d3cfa5d20d9365444\", \"build_time\": \"2019-11-01T12:51:04Z\", \"golang\": \"go1.11.5\", \"compiler\": \"gc\", \"os\": \"linux\", \"architecture\": \"amd64\" }","s":"Response Body","u":"/argo-messaging/docs/api_advanced/api_version","h":"#response-body","p":514},{"i":525,"t":"ARGO Messaging Service supports calls for creating and modifying users","s":"User Management","u":"/argo-messaging/docs/api_advanced/api_users","h":"","p":524},{"i":527,"t":"This request lists all available users in the service using pagination It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"users\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Users - List all users","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-all-users","p":524},{"i":529,"t":"GET \"/v1/users\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request","p":524},{"i":532,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request","p":524},{"i":534,"t":"If successful, the response contains a list of all available users in the service Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"94bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub3\", \"sub4\" ] } ], \"name\": \"UserB\", \"token\": \"S3CR3T2\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bberr\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic3\" ], \"subscriptions\": [ \"sub2\" ] } ], \"name\": \"UserX\", \"token\": \"S3CR3T3\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbfrt\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic2\" ], \"subscriptions\": [ \"sub3\", \"sub4\" ] } ], \"name\": \"UserZ\", \"token\": \"S3CR3T4\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" } ], \"nextPageToken\": \"\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses","p":524},{"i":537,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&pageSize=2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-1","p":524},{"i":539,"t":"If successful, the response contains a list of the 2 most recently added users Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"some_token2\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-1","p":524},{"i":542,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&pageSize=3&pageToken=some_token2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-2","p":524},{"i":544,"t":"If successful, the response contains a list of the next 3 users Success Response 200 OK { \"users\": [ { \"uuid\": \"94bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub3\", \"sub4\" ] } ], \"name\": \"UserB\", \"token\": \"S3CR3T2\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bberr\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic3\" ], \"subscriptions\": [ \"sub2\" ] } ], \"name\": \"UserX\", \"token\": \"S3CR3T3\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }, { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbfrt\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"publisher\", \"consumer\" ], \"topics\": [ \"topic2\" ], \"subscriptions\": [ \"sub3\", \"sub4\" ] } ], \"name\": \"UserZ\", \"token\": \"S3CR3T4\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" } ], \"nextPageToken\": \"some_token3\", \"totalSize\": 5 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-2","p":524},{"i":547,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users?key=S3CR3T&project=ARGO2\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-3","p":524},{"i":549,"t":"If successful, the response contains a list of all available users that are members in the project ARGO2 Success Response 200 OK { \"users\": [ { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebw\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [], \"subscriptions\": [] } ], \"name\": \"Test\", \"token\": \"S3CR3T\", \"email\": \"Test@test.com\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 1 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-3","p":524},{"i":551,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors","p":524},{"i":553,"t":"This request lists information about a specific user in the service","s":"[GET] Manage Users - List a specific user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user","p":524},{"i":555,"t":"GET \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-1","p":524},{"i":557,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where","p":524},{"i":559,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users/UserA?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-4","p":524},{"i":561,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4rte-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-4","p":524},{"i":563,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-1","p":524},{"i":565,"t":"This request lists information about a specific user using user's token as input","s":"[GET] Manage Users - List a specific user by token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-token","p":524},{"i":567,"t":"GET \"/v1/users:byToken/{token}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-2","p":524},{"i":569,"t":"token: the token of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-1","p":524},{"i":571,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users:byToken/S3CR3T1?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-5","p":524},{"i":573,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-5","p":524},{"i":575,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-2","p":524},{"i":577,"t":"This request lists information about a specific user based on the authentication key provided as a url parameter","s":"[GET] Manage Users - List a specific user by authentication key","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-authentication-key","p":524},{"i":579,"t":"GET \"/v1/users/profile\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-3","p":524},{"i":581,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users/profile?key=S3CR3T1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-6","p":524},{"i":583,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-6","p":524},{"i":585,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-3","p":524},{"i":587,"t":"This request lists information about a specific user using user's UUID as input","s":"[GET] Manage Users - List a specific user by UUID","u":"/argo-messaging/docs/api_advanced/api_users","h":"#get-manage-users---list-a-specific-user-by-uuid","p":524},{"i":589,"t":"GET \"/v1/users:byUUID/{uuid}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-4","p":524},{"i":591,"t":"uuid: the uuid of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-2","p":524},{"i":593,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/users:byUUID/99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-7","p":524},{"i":595,"t":"If successful, the response contains information about the specific user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"consumer\", \"publisher\" ], \"topics\": [ \"topic1\", \"topic2\" ], \"subscriptions\": [ \"sub1\", \"sub2\", \"sub3\" ] } ], \"name\": \"UserA\", \"first_name\": \"FirstA\", \"last_name\": \"LastA\", \"organization\": \"OrgA\", \"description\": \"DescA\", \"token\": \"S3CR3T1\", \"email\": \"foo-email\", \"service_roles\": [], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-7","p":524},{"i":597,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-4","p":524},{"i":599,"t":"This request creates a new user in a project","s":"[POST] Manage Users - Create new user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---create-new-user","p":524},{"i":601,"t":"POST \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-5","p":524},{"i":603,"t":"{ \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ] } ], \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-body","p":524},{"i":605,"t":"user_name: Name of the user projects: A list of Projects & associated roles that the user has on those projects email: User's email service_roles: A list of service-wide roles. An example of service-wide role is service_admin which can manage projects or other users Available Roles​ ARGO Messaging Service has the following predefined project roles: Role Description project_admin Users that have the project_admin have, by default, all capabilities in their project. They can also manage resources such as topics and subscriptions (CRUD) and also manage ACLs (users) on those resources as well consumer Users that have the consumer role are only able to pull messages from subscriptions that are authorized to use (based on ACLs) publisher Users that have the publisher role are only able to publish messages on topics that are authorized to use (based on ACLs) and the following service-wide role: Role Description service_admin Users with service_admin role operate service wide. They are able to create, modify and delete projects. Also they are able to create, modify and delete users and assign them to projects.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-3","p":524},{"i":607,"t":"json curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"https://{URL}/v1/projects/ARGO/users/USERNEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-8","p":524},{"i":609,"t":"If successful, the response contains the newly created user Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11e8-9c2a-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"USERNEW\", \"token\": \"R4ND0MT0K3N\", \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-10T23:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-8","p":524},{"i":611,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-5","p":524},{"i":613,"t":"This request updates an existing user's information","s":"[PUT] Manage Users - Update a user","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-manage-users---update-a-user","p":524},{"i":615,"t":"PUT \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-6","p":524},{"i":617,"t":"{ \"uuid\": \"99bfd746-4ebe-11e8-9c2d-fa7ae01bbebz\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"project_admin\" ] } ], \"name\": \"CHANGED_NAME\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"email\": \"foo-email\", \"service_roles\":[] }","s":"Put body:","u":"/argo-messaging/docs/api_advanced/api_users","h":"#put-body","p":524},{"i":619,"t":"user_name: Name of the user projects: A list of Projects & associated roles that the user has on those projects email: User's email service_roles: A list of service-wide roles. An example of service-wide role is service_admin which can manage projects or other users","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-4","p":524},{"i":621,"t":"json curl -X POST -H \"Content-Type: application/json\" -d PUTDATA \"https://{URL}/v1/projects/ARGO/users/USERNEW?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-9","p":524},{"i":623,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"uuid\": \"99bfd740-4ebe-11e8-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO2\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"CHANGED_NAME\", \"token\": \"R4ND0MT0K3N\", \"email\": \"foo-email\", \"first_name\": \"fname-1\", \"last_name\": \"lname-1\", \"organization\": \"org-1\", \"description\": \"desc-1\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-11T10:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-9","p":524},{"i":625,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-6","p":524},{"i":627,"t":"This request refreshes an existing user's token","s":"[POST] Manage Users - Refresh token","u":"/argo-messaging/docs/api_advanced/api_users","h":"#post-manage-users---refresh-token","p":524},{"i":629,"t":"POST \"/v1/users/{user_name}:refreshToken\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-7","p":524},{"i":631,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-5","p":524},{"i":633,"t":"curl -X POST -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO/users/USER2:refreshToken?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-10","p":524},{"i":635,"t":"If successful, the response contains the newly created project Success Response 200 OK { \"uuid\": \"99bfd746-4ebe-11p0-9c2d-fa7ae01bbebc\", \"projects\": [ { \"project\": \"ARGO\", \"roles\": [ \"project_admin\" ], \"topics\":[], \"subscriptions\":[] } ], \"name\": \"USER2\", \"token\": \"NEWRANDOMTOKEN\", \"email\": \"foo-email\", \"service_roles\":[], \"created_on\": \"2009-11-10T23:00:00Z\", \"modified_on\": \"2009-11-11T12:00:00Z\", \"created_by\": \"UserA\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-10","p":524},{"i":637,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-7","p":524},{"i":639,"t":"This request deletes an existing user","s":"[DELETE] Manage Users - Delete User","u":"/argo-messaging/docs/api_advanced/api_users","h":"#delete-manage-users---delete-user","p":524},{"i":641,"t":"DELETE \"/v1/users/{user_name}\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#request-8","p":524},{"i":643,"t":"user_name: Name of the user","s":"Where","u":"/argo-messaging/docs/api_advanced/api_users","h":"#where-6","p":524},{"i":645,"t":"curl -X DELETE -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/ARGO/users/USER2?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_users","h":"#example-request-11","p":524},{"i":647,"t":"If successful, the response returns empty Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_users","h":"#responses-11","p":524},{"i":649,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_users","h":"#errors-8","p":524},{"i":651,"t":"The Messaging Services is implemented as a Publish/Subscribe Service. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service.","s":"Overview & Introduction","u":"/argo-messaging/docs/concepts/overview","h":"","p":650},{"i":653,"t":"Term Description Project ARGO Messaging Service uses the notion of ‘projects’ for each tenant and can support multiple projects each one containing multiple topics/subscriptions and users on the same Kafka back-end. topic A named resource to which messages are sent by publishers. A topic name must be scoped to a project. subscription A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. A subscription name must be scoped to a project. ackDeadlineSeconds Time window in seconds during which client can send an acknowledgement to notify the Service that a message has been successfully received ack Acknowledgement issued by the client that the message has been received pushConfig Contains information about the push endpoint pushEndpoint Webhook URL which will receive the messages Message The combination of data and (optional) attributes that a publisher sends to a topic and is eventually delivered to subscribers. Messages - messageId Id of the message - GENERATED by the api Messages - data Data payload ALWAYS encoded in Base64 Messages - attributes Dictionary with key/value metadata - OPTIONAL Messages - publishTime Timestamp when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API (UTC+2 at devel infrastructure) AMS ARGO Messaging Service maxMessages the max number of messages returned by one call by setting maxMessages field (when a client pull messages from a subscription). returnImmediately By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty. (when a client pull messages from a subscription).","s":"Terminology","u":"/argo-messaging/docs/concepts/overview","h":"#terminology","p":650},{"i":655,"t":"The ARGO Messaging Service is a Publish/Subscribe Service, which implements the Google PubSub protocol. It provides an HTTP API that enables Users/Systems to implement message oriented service using the Publish/Subscribe Model over plain HTTP. In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages.","s":"The ARGO Messaging Service","u":"/argo-messaging/docs/concepts/overview","h":"#the-argo-messaging-service","p":650},{"i":657,"t":"Topics are resources that can hold messages. Publishers (users/systems) can create topics on demand and name them (Usually with names that make sense and express the class of messages delivered in the topic)","s":"Topics","u":"/argo-messaging/docs/concepts/overview","h":"#topics","p":650},{"i":659,"t":"In order for a user to be able to consume messages, he must first create a subscription. Subscriptions are resources that can be created by users on demand and are attached to specific topics. Each topic can have multiple subscriptions but each subscription can be attached to just one topic. Subscriptions allows Subscribers to incrementally consume messages, at their own pace, while the progress is automatically tracked for each subscription.","s":"Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#subscriptions","p":650},{"i":661,"t":"Pub/Sub supports both push and pull message delivery. In push delivery, the Pub/Sub initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-vs-push-subscriptions","p":650},{"i":663,"t":"Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt.","s":"Pull subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#pull-subscriptions","p":650},{"i":665,"t":"In a push subscription, the Pub/Sub server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. In the current implementation of the AMS there is support only for pull subscriptions. Support for push subscriptions will be available in a later version.","s":"Push subscriptions","u":"/argo-messaging/docs/concepts/overview","h":"#push-subscriptions","p":650},{"i":667,"t":"In the ARGO Messaging Service each message has an identifier, data (payload) and metadata (optional). The metadata are stored in a attribute dictionary as key/value pairs. The message is represented in json format as follows: { \"messageId\": \"12\", \"data\": \"YmFzZTY0\", \"attributes\": [ { \"key\": \"attribute1\", \"value\": \"value1\" }, { \"key\": \"attribute2\", \"value\": \"value2\" } ], \"publishTime\":\"2016-03-15T17:11:34.035345612Z\" } Field Description messageId Id of the message - GENERATED by the ARGO Messaging Service. Judging from interaction with the service emulator locally and with the service itself online, yes the messages were identified with sequential numbers. data Data payload ALWAYS encoded in Base64 attributes Dictionary with key/value metadata - OPTIONAL publishTime Timestamp when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API","s":"Messages","u":"/argo-messaging/docs/concepts/overview","h":"#messages","p":650},{"i":669,"t":"The ack deadline is the number of seconds after delivery, during which the subscriber must acknowledge the receipt of a pull or push message. If a subscriber does not respond with an explicit acknowledge (for a pull subscriber) or with a success response code (for a push subscriber) by this deadline, the server will attempt to resend the message. By default this deadline is 10 seconds. If a client tries to acknowledge a message while the Ack period has passed it will receive a 408 ERROR in the following format: { \"error\": { \"code\": 408, \"message\": \"ack timeout\", \"status\": \"TIMEOUT\" } } The Ack deadline can be set-up to a higher number during subscription creation by assigning a value to ackDeadlineSeconds json field. More on subscription creation here","s":"Message acknowledgement deadline","u":"/argo-messaging/docs/concepts/overview","h":"#message-acknowledgement-deadline","p":650},{"i":671,"t":"This document describes some of the more advanced setup you may need to do while configuring and deploying the ARGO Messaging Service.","s":"Initial Project & User Management","u":"/argo-messaging/docs/concepts/projects_users","h":"","p":670},{"i":673,"t":"After a fresh install of the ARGO Messaging Service, the steps you need to follow are: Configure service_token: to enable the service. Create a service_admin user: to start managing the service. Create a project: Project entities is used as a basis of organizing and isolating groups of users & resources Create a project_admin user: Users that have the project_admin have, by default, all capabilities in their project. They can also manage resources such as topics and subscriptions (CRUD) and also manage ACLs (users) on those resources as well. Create a topic: The main resource that is scoped in a project, and can hold messages. Create a subscription: A subscription is the main resource from which users consume messages. Create users for the new resources: Usually a project has publisher and consumer accounts for clients that either are authorized to publish or consume messages.","s":"A typical quick-start scenario","u":"/argo-messaging/docs/concepts/projects_users","h":"#a-typical-quick-start-scenario","p":670},{"i":675,"t":"ARGO Messaging Service configuration includes the service_token parameter. This service_token configuration parameter can be used to create the first service_admin user of the service First a service token must be defined in the config.json as such: { \"bind_ip\":\"\", \"port\":8080, \"zookeeper_hosts\":[\"localhost\"], \"kafka_znode\":\"\", \"store_host\":\"localhost\", \"store_db\":\"argo_msg\", \"certificate\":\"/etc/pki/tls/certs/localhost.crt\", \"certificate_key\":\"/etc/pki/tls/private/localhost.key\", \"per_resource_auth\":\"true\", \"service_token\":\"S3CR3T\", \"push_enabled\": false } The service token in this example has the value: S3CR3T This service_token is authorized for all available actions (projects,users,topics,subscriptions). In order to enable the use of this service_token you must restart the service. service argo-messaging restart","s":"Configure service_token","u":"/argo-messaging/docs/concepts/projects_users","h":"#configure-service_token","p":670},{"i":677,"t":"The service_token is intended to be used for the first initialization of the API. The first thing the service needs is a user with all possible capabilities, which is a service_admin. Now even though no user has been initialized in the service, the administrator can use the ARGO Messaging API Call with service_token S3CR3T to create the user. The service_admin will be able to further define projects and other users. Using the service_token an admin can create a new service_admin user with the username demo_service_admin by calling: POST https://{URL}/v1/users/demo_service_admin?key=S3CR3T with the following POST BODY: { \"email\":\"sadmin@mail.example.foo\", \"service_roles\":[\"service_admin\"] } It is important to mention that the user has the \"service_admin\" role defined in the service_roles list in order to be a service_admin. The response: { \"projects\": [], \"name\": \"demo_service_admin\", \"token\": \"904c56cc6e2b1955dbd98ace80a45be8238432fc\", \"email\": \"sadmin@mail.example.foo\", \"service_roles\": [ \"service_admin\" ], \"created_on\": \"2016-10-13T11:19:07Z\", \"modified_on\": \"2016-10-13T11:19:07Z\" } The generated token 904c56cc6e2b1955dbd98ace80a45be8238432fc can be used to authenticate the new user. For more details visit the API Users to see all possible actions for users.","s":"Create a service_admin user","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-service_admin-user","p":670},{"i":679,"t":"Using the demo_service_admin account, the user can create the first project (ex named 'DEMO') by issuing: POST https://{URL}/v1/projects/DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with the following POST BODY: { \"description\":\"my first demo project\" } and the response: { \"name\": \"DEMO\", \"created_on\": \"2016-10-13T12:19:07Z\", \"modified_on\": \"2016-10-13T12:19:07Z\", \"created_by\": \"demo_service_admin\", \"description\": \"my first demo project\" } Response informs that the project has been indeed created_by the demo_service_admin user. For more details visit the API Projects to see all possible actions for projects.","s":"Create a project","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project","p":670},{"i":681,"t":"Service_admin users are not attached to specific projects. Instead each project should have a project_admin user that will manage topics, subscriptions and ACLs on those resources. To create a project_admin user in project DEMO, the user demo_service_admin will issue: POST https://{URL}/v1/users/admin_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with the following POST BODY: { \"email\":\"demoadmin@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"project_admin\"]}] } The user definition (in POST body) should have the field projects defined. The field accepts a list of tuple items (project,roles) which describe each project that the user participates to and under which roles. A user can have multiple roles in a project and also participate in multiple projects as well. In this example, the user must participate in project DEMO and under the role of project_admin. The response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"project_admin\" ] } ], \"name\": \"admin_DEMO\", \"token\": \"6311196665befcc1523b8e013979347b8780254c\", \"email\": \"demoadmin@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:29:07Z\", \"modified_on\": \"2016-10-13T12:29:07Z\", \"created_by\": \"demo_service_admin\" } For more details visit the API Users to see all possible actions for users.","s":"Create a project_admin","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-project_admin","p":670},{"i":683,"t":"Service_admin users don't manage resources such as topics/subscriptions. Instead in each project the project_admin is eligible for creating (and managing) topics and subscriptions. To create a new topic (named topic101) as admin_DEMO user in project DEMO the user issues: PUT https://{URL}/v1/projects/DEMO/topics/topic101?key=6311196665befcc1523b8e013979347b8780254c with response: { \"name\": \"/projects/DEMO/topics/topic101\" } Notice that the token used in api key changes to that of the admin_DEMO user For more details visit the API Topics to see all possible actions for topics.","s":"Create a topic","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-topic","p":670},{"i":685,"t":"To create a new subscription (named sub101) to topic topic101 of project DEMO the admin_DEMO user issues: PUT https://{URL}/v1/projects/DEMO/subscriptions/subs101?key=6311196665befcc1523b8e013979347b8780254c with POST Body: { \"topic\":\"projects/DEMO/topic/topic101\" } and response: { \"name\": \"/projects/DEMO/subscriptions/sub101\", \"topic\": \"/projects/DEMO/topics/topic101\", \"pushConfig\": { \"pushEndpoint\": \"\", \"retryPolicy\": {} }, \"ackDeadlineSeconds\": 10 } For more details visit the API Subscriptions to see all possible actions for Subscriptions.","s":"Create a subscription","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-a-subscription","p":670},{"i":687,"t":"Usually a project will have also publisher and consumer accounts for clients that either are authorized to publish or consume messages. The user demo_service_admin can create a publisher_DEMO and consumer_DEMO for project DEMO as such: To create the publisher_DEMO user: POST https://{URL}/v1/users/publisher_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with POST Body: { \"email\":\"demopublisher@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"publisher\"]}] } resulting in response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"publisher\" ] } ], \"name\": \"publisher_DEMO\", \"token\": \"915dff62846dd1d790b4296c034c184fa3a859b6\", \"email\": \"demopublisher@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:39:07Z\", \"modified_on\": \"2016-10-13T12:39:07Z\", \"created_by\" : \"demo_service_admin\" } To create the consumer_DEMO user: POST https://{URL}/v1/users/consumer_DEMO?key=904c56cc6e2b1955dbd98ace80a45be8238432fc with POST Body: { \"email\":\"democonsumer@mail.example.foo\", \"projects\":[{\"project\":\"DEMO\",\"roles\":[\"consumer\"]}] } resulting in response: { \"projects\": [ { \"project\": \"DEMO\", \"roles\": [ \"consumer\" ] } ], \"name\": \"consumer_DEMO\", \"token\": \"dba38fd1a45337a617a59e7278c756f23642e9e7\", \"email\": \"democonsumer@mail.example.foo\", \"service_roles\": [], \"created_on\": \"2016-10-13T12:40:07Z\", \"modified_on\": \"2016-10-13T12:40:07Z\", \"created_by\" : \"demo_service_admin\" } For more details visit the API Users to see all possible actions for users.","s":"Create users for the new resources","u":"/argo-messaging/docs/concepts/projects_users","h":"#create-users-for-the-new-resources","p":670},{"i":689,"t":"In order to give access to user publisher_DEMO to topic topic101, the user admin_DEMO must modify the topic's ACL as such: POST https://{URL}/v1/projects/DEMO/topics/topic101:modifyAcl?key=6311196665befcc1523b8e013979347b8780254c with POST body: { \"authorized_users\":[\"publisher_DEMO\"] } and empty response with 200 OK Now the user publisher_DEMO will be authorized to call action topic:publish on topic101 and send messages","s":"Modify topic ACL to give access to publisher","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-topic-acl-to-give-access-to-publisher","p":670},{"i":691,"t":"In order to give access to user consumer_DEMO to subscription sub101, the user admin_DEMO must modify the subscription's ACL as such: POST https://{URL}/v1/projects/DEMO/subscriptions/sub101:modifyAcl?key=6311196665befcc1523b8e013979347b8780254c with POST body: { \"authorized_users\":[\"consumer_DEMO\"] } and empty response with 200 OK Now the user consumer_DEMO will be authorized to call action subscription:pull on sub101 and consume messages","s":"Modify subscription ACL to give access to consumer","u":"/argo-messaging/docs/concepts/projects_users","h":"#modify-subscription-acl-to-give-access-to-consumer","p":670},{"i":693,"t":"Questions and answers based on problems encountered during implementation.","s":"Q & A - General Questions","u":"/argo-messaging/docs/faq/qa","h":"","p":692},{"i":695,"t":"The publishTime is the Timestamp associated with the message when the message was published, in UTC Zulu time format - detailed to nanoseconds. - GENERATED BY THE API (UTC+2 at devel infrastructure)","s":"When I pull down messages, they have an publishTime associated with them. What time zone is this field in?","u":"/argo-messaging/docs/faq/qa","h":"#when-i-pull-down-messages-they-have-an-publishtime-associated-with-them-what-time-zone-is-this-field-in","p":692},{"i":697,"t":"The current timeout is set to 5mins. But the user - client cannot change it. You can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty.","s":"if there aren’t enough messages to supply the requested max_messages number, the request eventually returns however many messages are present. Is there a way to configure this timeout, in the post body for example?","u":"/argo-messaging/docs/faq/qa","h":"#if-there-arent-enough-messages-to-supply-the-requested-max_messages-number-the-request-eventually-returns-however-many-messages-are-present-is-there-a-way-to-configure-this-timeout-in-the-post-body-for-example","p":692},{"i":699,"t":"Questions and answers based on problems encountered during implementation.","s":"Q & A - Ruby specifics","u":"/argo-messaging/docs/faq/qa_ruby","h":"","p":698},{"i":701,"t":"The inbuilt Base64 library in Ruby is adding some '\\n's. We advice you to use Base64.strict_encode64(), which does not add newlines. The Ruby docs are somewhat confusing, the b64encode method is supposed to add a newline for every 60th character, and the example for the encode64 method is actually using the b64encode method. It seems the pack(\"m\") method for the Array class used by encode64 also adds the newlines. I would consider it a design bug that this is not optional. You could either remove the newlines yourself, or if you're using rails, there's ActiveSupport::CoreExtensions::Base64::Encoding with the encode64s method. Solution at Stackoverflow","s":"Base64 encoded string in Ruby","u":"/argo-messaging/docs/faq/qa_ruby","h":"#base64-encoded-string-in-ruby","p":698},{"i":703,"t":"Publishers can send messages to named-channels called Topics.","s":"Publisher Guide","u":"/argo-messaging/docs/guides/publisher","h":"","p":702},{"i":705,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/publisher","h":"#before-you-start","p":702},{"i":707,"t":"When everything is set up you can start by following the general flow for a publisher: Step 1: Create a topic For more details visit section Topics: Create a topic Step 2: Create a subscription A Topic without at least one Subscription act like black holes. Publishers can send messages to those topics, but the messages will not be retrievable. In order to be able to publish and consume messages, at least one Subscription must created to the Topic that you are publishing messages to. By default, a Subscription is created in pull mode, meaning that consumers can query the Messaging API and retrieve the messages that are published to the Topic that the Subscription is configured for. More information about how create a Subscription, visit section Subscriptions: Create a subscription Step 3: Start publishing messages The ARGO Messaging Service accepts JSON over HTTP. In order to publish messages you have to represent them using the following schema: { \"$schema\": \"http://json-schema.org/draft-04/schema#\", \"type\": \"object\", \"properties\": { \"messages\": { \"type\": \"array\", \"items\": { \"type\": \"object\", \"anyOf\": [{ \"properties\": { \"data\": { \"type\": \"string\", \"contentEncoding\": \"base64\", \"minLength\": 1 }, }, \"required\": [\"data\"] },{ \"properties\": { \"attributes\": { \"type\": \"object\", \"minProperties\": 1, \"properties\": {} } }, \"required\": [\"attributes\"] }] } } }, \"required\": [ \"messages\" ] } The JSON body send to the ARGO Messaging Service may contain one or more messages. Each message can have: attributes: optional key value pair of metadata you desire data: the data of the message. The data must be base64-encoded, and can not exceed 10MB after encoding. Note that the message payload must not be empty; it must contain either a non-empty data field, or at least one attribute. Below you can find an example, in which a user publishes two messages in one call: { \"messages\": [ { \"attributes\": { \"station\":\"NW32ZC\", \"status\":\"PROD\" }, \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" }, { \"attributes\": { \"station\":\"GHJ32\", \"status\":\"TEST\" }, \"data\":\"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\" } ] } You can publish and consume any kind of data through the ARGO Messaging Service (as long as the base64 encoded payload is not larger than the maximum acceptable size). For more details visit section Topics: Publish message/s to a topic","s":"Start publishing","u":"/argo-messaging/docs/guides/publisher","h":"#start-publishing","p":702},{"i":709,"t":"The AMS supports “Schema Validation per topic”. When a user want to support a predefined format for messages exchanged then a topic should be created with a schema defined for it. A schema is a format that messages from a topic must follow. It is actually a contract between publisher and subscriber. The Messaging Service allows the user to define a schema for each topic and validate messages as they are published. It can protect topics from garbage, incomplete messages especially when a topic has multiple remote publishers to ensure data integrity on the client side. The Schema Support is on demand mechanism that enables a) the definition of the expected payload schema, b) the definition of the expected set of attributes and values and c) the validation for each message if the requirements are met and immediately notify client The steps that you should follow for a schema support Step 1: Create a new schema in your project The Supported Schema Types are JSON and AVRO For more details visit section Create new schema Step 2: Create a topic with this schema attached If you need to link a schema with your topic you need to provide its name, to the api call during the creation of the topic.. For more details visit section Create new topic Step 3: Assign this schema to your topic If you need to link a schema with your topic you need to provide its name, to the api call For more details visit section Update the topic Step 4: Validate the message This is used whenever we want to test a message against a schema. The process to check that your schema and messages are working as expected is to create a new topic that needs to be associated with the schema, then create the message in base64 encoding and publish it to the topic. Instead of creating all this pipeline in order to check your schema and messages we can explicitly do it on this API call. For more details visit section Validate the message Step 5: Publish messages to your topic You may now start publishing messages to your topic. For more details visit section publish-messages-to-a-topic","s":"Schema Support","u":"/argo-messaging/docs/guides/publisher","h":"#schema-support","p":702},{"i":711,"t":"Project metrics: If you want to see the specific project metrics please visit this page Project Metrics number of topics number of subscriptions per project user number of subscriptions number of daily messages* Subscriptions metrics: Subscription Metrics number of messages total bytes consumed consumption rate(A rate that displays how many messages were consumed per second between the last two consume events) Topic metrics: Topics Metrics number of messages number of subscriptions number of messages total bytes published number of daily messages publishing rate(A rate that displays how many messages were published per second between the last two publish events) Operational metrics: Operational Metrics per ams node cpu usage per ams node memory usage Generic Metrics of usage: per project total users,topics,subscriptions,messages and average daily messages total users total topics total subscriptions total messages average daily messages","s":"Metrics Guide","u":"/argo-messaging/docs/guides/guide_metrics","h":"","p":710},{"i":713,"t":"Subscriptions’ messages can still be accessed despite the fact that a Subscriber might have acknowledged them. This functionality is possible through the subscription’s offset modification. Each subscriptions holds three indices(offsets) that describe the messages that is providing (max:300, min:220, current: 288). Whenever a message is acknowledged the current offset is incremented, indicating to the subscriber that the next message is available for consumption. In addition AMS provides the subscriber with the ability to seek offsets for a specific timestamp,the API will provide the closest possible offset it can find for the provided timestamp. Now that the subscriber has managed to retrieve the subscription’s offset, we can use the modifyOffset api call to move the indices around and re-consume/replay a subscription’s messages. For example, if we have the offsets(max:300, min:220, current: 288), moving the current offset to 285, will allow the subscriber to again consume the messages [286,287,288]. Last but not least, it is important to note that a message is being kept available through the AMS api for 7 days. After that time period has passed, it is no longer available and no offset can access it.","s":"Replaying Messages","u":"/argo-messaging/docs/guides/replaying_guide","h":"","p":712},{"i":715,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/replaying_guide","h":"#before-you-start","p":712},{"i":717,"t":"A subscription’s offsets can be accessed through the API using the following http call Get Subscription's offsets.","s":"Get Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets","p":712},{"i":719,"t":"The following http call gives access to the aforementioned functionality Get Subscription's offsets by timestamp.","s":"Get Subscription's offsets by timestamp","u":"/argo-messaging/docs/guides/replaying_guide","h":"#get-subscriptions-offsets-by-timestamp","p":712},{"i":721,"t":"The following http call gives access to the modifyOffset api call Move Subscription's offsets to move the indices around and re-consume/replay a subscription’s messages.","s":"Move Subscription's offsets","u":"/argo-messaging/docs/guides/replaying_guide","h":"#move-subscriptions-offsets","p":712},{"i":723,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications.","s":"Subscriber Guide","u":"/argo-messaging/docs/guides/subscriber_guide","h":"","p":722},{"i":725,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#before-you-start","p":722},{"i":727,"t":"AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages.","s":"Pull vs Push Subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-vs-push-subscriptions","p":722},{"i":729,"t":"Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt. GUIDE Receiving Messages via Pull","s":"Pull subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#pull-subscriptions","p":722},{"i":731,"t":"In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status GUIDE Receiving Messages via Push","s":"Push subscriptions","u":"/argo-messaging/docs/guides/subscriber_guide","h":"#push-subscriptions","p":722},{"i":733,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. Pull subscriptions can be configured to require that message deliveries are acknowledged by the Subscribers. If an acknowledgement is made, subscription can resume progressing and send the next available messages. If no acknowledgement is made subscription pauses progressing and re-sends the same messages. In a pull subscription, the subscribing application explicitly calls the API pull method, which requests delivery of a message in the subscription queue. The Pub/Sub server responds with the message (or an error if the queue is empty), and an ack ID. The subscriber then explicitly calls the acknowledge method, using the returned ack ID, to acknowledge receipt.","s":"Receiving messages using Pull","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"","p":732},{"i":735,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service registration form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#before-you-start","p":732},{"i":737,"t":"As already mentioned, the AMS supports “Schema Validation per topic”. The subscription consumes the messages from the topic with the defined schema. For more information visit Schemas","s":"Schema Support","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#schema-support","p":732},{"i":739,"t":"AMS Service supports a request that consumes messages from a subscription in a project. It's important to note that the subscription's topic must exist in order for the user to pull messages. At the same time Only messages published to the topic after the subscription is created are available to subscriber applications. In AMS the request supports the following parameters maxMessages: the max number of messages to consume returnImmediately: (true or false) to prevent the subscriber from waiting if the queue is currently empty. If not specified the default value is true. The user may specify the max number of messages returned by one call by setting maxMessages field. By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty. For more information visit Consume messages","s":"Consume Messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#consume-messages","p":732},{"i":741,"t":"The messages are stored in the queue. In order to remove the messages from the queue they should be Acknowledged. Messages retrieved from a pull subscription can be acknowledged by sending message with an array of ackIDs. For more information visit Sending an ack","s":"Acknowledge messages","u":"/argo-messaging/docs/guides/subscriber-pull_guide","h":"#acknowledge-messages","p":732},{"i":744,"t":"Push enabled subscriptions provide us with the functionality to forward messages to mattermost channels via mattermost webhooks. Mattermost Configuration​ Refer to this guide on how to set up your mattermost webhook. https://mattermost.com/blog/mattermost-integrations-incoming-webhooks/ Subscription Configuration​ { \"topic\": \"projects/example/topics/alarms-reformat-mattermost-topic\", \"pushConfig\": { \"type\": \"mattermost\", \"maxMessages\": 1, \"retryPolicy\": { \"type\": \"linear\", \"period\": 3000 }, \"mattermostUrl\": \"https://example.com/hooks/z5xjq7hzn7yobnjhthrh4q6oxw\", \"mattermostUsername\": \"bot argo\", \"mattermostChannel\": \"monitoring-alarms\", \"base64Decode\": true } } mattermostUrl: Is the webhook url that will be generated through the integrations tab of the mattermost UI. mattermostUsername: Is the username that will be displayed alongside the forwarded messages. mattermostChannel: Is the channel that the messages will be forwarded to. base64Decode: Messages in AMS should be base64 encoded.This flag allows a subscription to know if the the messages should be first decoded before being pushed to the remote destination. Refer to the following guides to better understand push enabled subscriptions and how to use them. Swagger Create Subscription Push Enabled Subscriptions","s":"Overview","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#overview","p":742},{"i":746,"t":"In some cases, a topic that has some raw messages, but we first want to process them and reformat them, before pushing to mattermost, or reusing them for any other activity. In order to achieve this we need to consume from the topic's subscription and republish them to another topic after the messages have been processes. We then attach a push enabled subscription to the topic with the reformatted messages. The following snipper shows this kind of functionality. NOTE: Implement your own format_message() function to transform messages to the desired format. The function accepts the original message decoded as input, and returns the formatted string. # set up the ams client ams_host = \"{0}:{1}\".format(args.host, str(args.port)) LOGGER.info(\"Setting up AMS client for host {0} and project: {1}\".format(ams_host, args.project)) ams = ArgoMessagingService(endpoint=ams_host, project=args.project, token=args.token) while True: try: # consume alerts consumed_messages = ams.pull_sub(sub=args.sub, return_immediately=True, verify=args.verify) if len(consumed_messages) == 0: time.sleep(args.interval) continue payload = consumed_messages[0][1].get_data() ack_id = consumed_messages[0][0] # if we can't parse the message body we should ack the message and move to the next try: payload = json.loads(payload) LOGGER.info(\"Examining new message {0} . . .\".format(ack_id)) # skip messages that don't have a type of 'endpoint' or 'group' if \"type\" not in payload or (payload[\"type\"] != 'endpoint' and payload[\"type\"] != 'group'): LOGGER.info(\"Skipping message {0} with wrong payload . . .\".format(ack_id)) try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) continue except AmsException as e: LOGGER.error(\"Could not skip message {0}.{1}\".format(ack_id, str(e))) continue except Exception as e: LOGGER.error(\"Cannot parse payload for message {0}.{1}.Skipping . . .\".format(ack_id, str(e))) try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) continue except AmsException as e: LOGGER.error(\"Could not skip message {0}.{1}\".format(ack_id, str(e))) continue # format and publish the new message formatted_message = format_message(payload) try: ams.publish(topic=args.topic, msg=[AmsMessage(data=formatted_message)], verify=args.verify) except AmsException as e: LOGGER.error(\"Could not publish to topic.{0}\".format(str(e))) continue # ack the original alert try: ams.ack_sub(sub=args.sub, ids=[ack_id], verify=args.verify) except AmsException as e: LOGGER.error(\"Could not ack original alert {0}.{1}\".format(ack_id, str(e))) except AmsException as e: LOGGER.error(\"Cannot pull from subscription.{0}\".format(str(e))) time.sleep(args.interval)","s":"Reformat Messages Example","u":"/argo-messaging/docs/guides/mattermost-integration_guide","h":"#reformat-messages-example","p":742},{"i":748,"t":"Subscribers can read messages from named-channels called Subscriptions. Each subscription can belong to a single topic. A topic though can have multiple subscriptions. If you are a subscriber and you want to receive messages published to a topic, the idea is that you should create a subscription to that topic. The subscription is the connection of the topic to a specific application, and its function is to receive and process messages published to the topic. Only messages published to the topic after the subscription is created are available to subscriber applications. AMS supports both push and pull message delivery. In push delivery, the Messaging Service initiates requests to your subscriber application to deliver messages. In pull delivery, your subscription application initiates requests to the Pub/Sub server to retrieve messages. In a push subscription, the push server sends a request to the subscriber application, at a preconfigured endpoint. The subscriber's HTTP response serves as an implicit acknowledgement: a success response indicates that the message has been successfully processed and the Pub/Sub system can delete it from the subscription; a non-success response indicates that the Pub/Sub server should resend it (implicit \"nack\"). To ensure that subscribers can handle the message flow, the Pub/Sub dynamically adjusts the flow of requests and uses an algorithm to rate-limit retries. The push server(s) are an optional set of worker-machines that are needed when the AMS wants to support push enabled subscriptions. It allows to decouple the push functionality from AMS api nodes They perform the push functionality for the messages of a push enabled subscription (consume->deliver→ack)/ Provide a gRPC interface in order to communicate with their api Provide subscription runtime status","s":"Receiving messages using Push","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"","p":747},{"i":750,"t":"In order to get an account on the ARGO Messaging Service, submit a request through the ARGO Messaging Service account form Upon account approval, you will receive information via e-mail about your new project along with an API token.","s":"Before you start","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#before-you-start","p":747},{"i":752,"t":"Step 1: Create a Push Enabled Subscription This request creates a new subscription in a project with a PUT request. Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. You may find more information from here Push Enabled Subscription Step 2 : Verify ownership of a push endpoint The owner of the push endpoint in order to start the communication with the AMS should verify the ownership of it. This is a simple step. Whenever a subscription is created with a valid push configuration, the AMS service also generates a unique hash. This hash should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as verified. You may find more information from here Verify ownership of a push endpoint Step 3 : Modify Push Configuration Sometimes the owner of the push endpoint needs to update the configuration of the push endpoint. The owner could update either the subscription_name or the pushConfig. The pushConfig configuration includes the pushEndpoint for the remote endpoint to receive the messages and the includes retryPolicy (type of retryPolicy and period parameters) NOTE: Changing the push endpoint of a push enabled subscription, or removing the push configuration and then re-applying will mark the subscription as unverified and a new verification process should take place. You may find more information from here Modify Push Configuration","s":"Manage a push Subscription","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#manage-a-push-subscription","p":747},{"i":754,"t":"AMS Supports the following retry policies in PUSH endpoints.","s":"Retry Policies","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#retry-policies","p":747},{"i":756,"t":"In case of a linear retry policy, the consumption of the messages is repeated periodically with same period. For example, if the retry interval is set for 5 seconds, first retry operation is performed 5 seconds after the first response and then the next retry operation is performed 5 seconds after the second response and so on. Creating a push enabled subscription with a linear retry policy and a period of 3000 means that you will be receiving message(s) every 3000ms.","s":"Linear","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#linear","p":747},{"i":758,"t":"If you decide to choose a retry policy of slowstart, you will be receiving messages with dynamic internals. The slowstart retry policy starts by pushing the first message(s) and then deciding the time that should elapse before the next push action. IF the message(s) are delivered successfully the elapsed time until the next push request will be halved, until it reaches the lower limit of 300ms. IF the message(s) are not delivered successfully the elapsed time until the next push request will be doubled, until it reached the upper limit of 1day. So for example, the first push action will have by default a 1 second interval. If it successful the next push re request will happen in 0.5 seconds. If it is unsuccessful the next push request will happen in 2 seconds.","s":"Slowstart","u":"/argo-messaging/docs/guides/subscriber-push_guide","h":"#slowstart","p":747},{"i":760,"t":"AMS Push worker (ver 0.1.0) is a command line utility that let’s you simulate AMS push functionality by pulling messages from an actual AMS project/subscription and pushing them to an endpoint in your local development environment. It’s written in go and it’s packaged as a single binary with no dependencies. Github repo: https://github.com/ARGOeu/ams-push-worker Readme: https://github.com/ARGOeu/ams-push-worker#readme Linux Binary: https://github.com/ARGOeu/ams-push-worker/releases/download/0.1.0/ams-push-worker_linux_x86_64.zip If you are developing an endpoint that will receive messages from AMS service you can take a look at a simple working python example at the following link: https://github.com/ARGOeu/argo-messaging/blob/devel/examples/flask_receive_endpoint/receiver.py Some more useful links: AMS docs: https://argoeu.github.io/argo-messaging Push enabled subscriptions: Click here","s":"AMS Push Worker","u":"/argo-messaging/docs/howto/ams_push_worker","h":"","p":759},{"i":762,"t":"By registering as a user you declare that you have read, understood and will abide by the following conditions of use: You shall only use the resources/services to perform work, or transmit or store data consistent with the stated goals, policies and conditions of use as defined by the body or bodies granting you access. You shall provide appropriate acknowledgement of support or citation for your use of the resources/services provided as required by the body or bodies granting you access. You shall not use the resources/services for any purpose that is unlawful and not (attempt to) breach or circumvent any administrative or security controls. You shall respect intellectual property and confidentiality agreements. You shall protect your access credentials (e.g. private keys, tokens or passwords). You shall keep all your registered information correct and up to date. You shall immediately report any known or suspected security breach or misuse of the resources/services or access credentials to the specified incident reporting locations and to the relevant credential issuing authorities. You use the resources/services at your own risk. There is no guarantee that the resources/services will be available at any time or that their integrity or confidentiality will be preserved or that they will suit any purpose. You agree that logged information, including personal data provided by you for registration purposes, may be used for administrative, operational, accounting, monitoring and security purposes. You agree that this logged information may be disclosed to other authorised participants via secured mechanisms, only for the same purposes and only as far as necessary to provide the services. You agree that the body or bodies granting you access and resource/service providers are entitled to regulate, suspend or terminate your access without prior notice and without compensation, within their domain of authority, and you shall immediately comply with their instructions. You are liable for the consequences of your violation of any of these conditions of use, which may include but are not limited to the reporting of your violation to your home institute and, if the activities are thought to be illegal, to appropriate law enforcement agencies.","s":"Terms of Use","u":"/argo-messaging/docs/policies/terms","h":"","p":761},{"i":764,"t":"Controller details Α public limited company (societe anonyme) under the corporate name \"National Infrastructures for Technology and Research S.A.\" and the distinctive title \"GRNET S.A.\" Controller's Contact Details dpo at grnet.gr Processor Details ARGO Support Team Processor's Contact Details argo at grnet.gr Scope of this Privacy Statement The National Infrastructures for research and technology SA (GRNET) is bound by the European Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data (General Data Protection Regulation – GDPR). This Privacy Statement describes the policies and procedures in place by GRNET to protect the privacy of Messaging Service in particular the ARGO MESSAGING Users. This Privacy Statement sets out the criteria and the conditions under which GRNET collects, processes, uses, stores and transfers the personal data of the service Users, how the confidentiality of such information is ensured as well as any law and/or regulation implemented or enacted in accordance with the GDPR and the legislation on the protection of electronic privacy, or any law which modifies, replaces, adopts or codifies any of the above laws, as well as any other applicable national laws on the processing of personal data and privacy, as they may exist under applicable law GRNET reserves the right to modify and update the present Policy whenever deemed necessary, whereas any changes shall become effective after they are posted on the https://argoeu.github.io/argo-messaging/ For the purposes of this Privacy Statement, the terms \"data controller\", \"data processor\", \"third party\", \"supervisory authority\", \"personal data\", \"processing\", \"data subject\" shall have the meaning ascribed to them by the applicable law on the protection of personal data. Moreover, for the purposes of the present, the following terms shall also apply: \"Website\" – the website accessible through the domain names https://argoeu.github.io/argo-messaging/, including all of the web pages thereof. \"User\" - the internet user of the \"Website\", whom the data refer to and whose identity is known or who may be, directly or indirectly, identified.","s":"AMS Privacy Policy","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"","p":763},{"i":766,"t":"GRNET collects and processes the personal data of its Clients-Users, referred to herebelow, for the following purposes: Technical capability for a smooth and uninterrupted operation of the \"Website\". Troubleshooting messaging connection problems Metric Collection Service Provisioning Creating statistics reports and graphics. Information contained in statistics reports and graphics statistics do not comprise any Users personal data. GRNET collects and processes Users-clients’ personal data solely and exclusively for the purposes mentioned above and only to the extent strictly necessary to effectively satisfy such purposes. These data are always relevant, reasonable and not more than those required to meet the purposes set out above. Moreover they are accurate and, where appropriate, subject to updates. Furthermore, such data are retained only during the period required for collection and processing purposes as aforementioned, and are deleted at the end of that period..","s":"A. Purpose/s for processing the data collected:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#a-purposes-for-processing-the-data-collected","p":763},{"i":768,"t":"(a) When entering and using the Website, either through a user account or anonymously IP address Navigation data within the Website through the installation of cookies (see Cookies policy) (b) When creating a personal account for ARGO MESSAGING E-mail address Name Surname Organization Token GRNET does not collect or have access in any way, to sensitive User-client data (racial or ethnic origin, religion, etc.).","s":"B. Categories of personal data processed:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#b-categories-of-personal-data-processed","p":763},{"i":770,"t":"The personal data of \"Users\" are processed in the context of the provision of ARGO MESSAGING Services and for the purposes described in this Privacy Statement, in line with the need (technical and organizational) to best perform ARGO MESSAGING Services as well as to respond to \"Users\" requests concerning the ARGO MESSAGING Service.","s":"C. Lawfulness of the processing operation","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#c-lawfulness-of-the-processing-operation","p":763},{"i":772,"t":"GRNET may provide access to, or provide data related to, or necessary for supporting the Website, to the following natural persons or legal entities: The ARGO MESSAGING Support Team, personnel under an employment relationship with GRNET The processing of the Users personal data by the aforementioned natural persons and/or legal entities, in their capacity as GRNET’s partners, may be conducted only under the control and upon authorization issued by GRNET. Finally, such partners should comply with the same privacy requirements as GRNET in accordance with the present Privacy Statement.","s":"D. Access to personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#d-access-to-personal-data","p":763},{"i":774,"t":"GRNET SA does not, in any way, transfer/transmit or disclose the personal data of the \"Users\" to any third party business organizations, natural persons or legal entities, public authorities or agencies or any other organizations, other than those specifically referred to herein. The personal data of the\"Users\" may be communicated or transferred to government authorities and/or law enforcement officers, if that is required for the above purposes, or within the scope of enforcing a court decision or order, or for complying with a provision of law, or if so required in order to serve the legitimate interests of GRNET as Data Controller, in accordance with applicable law.","s":"E. Recipients of collected personal data:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#e-recipients-of-collected-personal-data","p":763},{"i":776,"t":"GRNET performs all necessary actions both during collection and at each subsequent processing stage of the ARGO MESSAGING Users personal data, so that each User is fully enabled to exercise the rights guaranteed by applicable data protection laws, namely the rights to access, rectify, erase and restrict processing, as well as the right to data portability, which are described below: Right of Access: The data subject has the right to request and obtain from the Controller, within a time-period of one (1) month, confirmation as to whether or not personal data concerning him or her, are being processed, and, where that is the case, access to the personal data and to certain information, as laid out by applicable law. It may also request a copy of the personal data undergoing processing as described herein by sending an email message to the address: argo@grnet.gr Right to rectification: The data subject has the right to require the Controller to rectify inaccurate personal data concerning him/her. Taking into account the purposes of the processing, the data subject is entitled to have incomplete personal data completed, including by means of providing a supplementary statement in accordance with the applicable law. Right to erasure: The data subject has the right to obtain from the Controller the erasure of all personal data collected and processed within the scope of the ARGO MESSAGING Service, in accordance with the applicable law. Right to restriction of processing: The data subject is entitled to obtain from the Controller the restriction of processing of his/her data where the accuracy of the data is questioned or where any of the other conditions set out by the applicable law, is met. Right to data portability: The data subject shall have the right to receive any personal data relating to him/her and which he/she has provided to the Controller in a structured, commonly used and machine readable format, as well as the right to transmit such data to another controller without objection by the controller to whom such personal data were provided in accordance with the law. These rights are subject to various restrictions pursuant to applicable law, including for example if the fulfillment of the data subject's request may disclose personal data of another person or in the event that GRNET is required by law to retain such data. To exercise any of the aforementioned rights, the \"User\" may contact the ARGO MESSAGING Support Team at the email address referred to hereinabove.","s":"F. Rights of Data Subjects:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#f-rights-of-data-subjects","p":763},{"i":778,"t":"The personal data of ARGO MESSAGING \"Users\" shall not be retained for a period of time longer than is necessary for the operations of the Service and the audits that it undergoes to that effect. Categories of personal data collected Time and place of retention of personal data IP address Data from website navigation through Cookies 18 months (log retention) User Name Name Surname e-mail address User Name, Name, Surname, Organization, e-mail address, will be deleted on user request Email, Name will deleted from db on user request","s":"G. Personal data retention periods","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#g-personal-data-retention-periods","p":763},{"i":780,"t":"The processing of personal data by GRNET SA is performed in a manner that ensures both confidentiality and security thereof. All appropriate organisational and technical measures shall be taken to safeguard data against any accidental or unlawful destruction, accidental loss, alteration, prohibited dissemination or access or any other form of unfair processing. The services provided by GRNET SA are constantly evaluated to be in line with the safety requirements of international standards. GRNET's Information Security Management System (ISMS) has been certified by the accredited certification body, EUROCERT SA In particular: Access to technical log data is restricted and can only be accessed in a secure way by the Argo Messaging Service service staff. When accessing the Argo Messaging service adequate security controls are in place to keep your personal data safe in accordance with the classification of the personal data we have collected from you. We use encryption (HTTPS) to keep data private while in transit. Data sent using HTTPS is secured via Transport Layer Security protocol (TLS), which provides: Encryption---encrypting the exchanged data to keep it secure from droppers. Data integrity---data cannot be modified or corrupted during transfer, intentionally or otherwise, without being detected. Authentication---proves that your users communicate with the intended website. We review our information collection, storage, and processing practices, including physical security measures, to prevent unauthorized access to our systems Although we follow best security practices to ensure your personal data remains secure, there is no absolute guarantee of security when using services online. While we strive to protect your personal data, you acknowledge that: There are security and privacy limitations on the internet which are beyond our control and can have a negative impact on the confidentiality, integrity and availability of the information. We cannot be held accountable for activity that results from your own neglect to safeguard the security of your login credentials and equipment which results in a loss of your personal data. If you feel this not enough, then please do not provide any personal data. Your personal data will be protected according to the Code of Conduct for Service Providers , a common standard for the research and higher education sector to protect your privacy.","s":"H. Privacy and Security of Information:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#h-privacy-and-security-of-information","p":763},{"i":782,"t":"For any questions or clarifications regarding this Privacy Statement and as well as in the event of any issues related to violation of personal data, \"Users\" may contact the ARGO MESSAGING Support team at the e-mail address mentioned above. They may also contact the GRNET Data Protection Officer (DPO), Vasiliki Konstantinopoulou, at the e-mail address: gdprteam@grnet.gr","s":"I. Contact:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#i-contact","p":763},{"i":784,"t":"In case a request of an ARGO MESSAGING \"User\" is not satisfied by the Data Controller or by the Data Protection Officer, the User may at any time file a complaint with the Competent Supervisory Authority, namely the Data Protection Authority http://www.dpa.gr.","s":"K. Recourse/Complaint:","u":"/argo-messaging/docs/policies/ams_privacy_policy","h":"#k-recoursecomplaint","p":763},{"i":786,"t":"This document describes the technical and organisational measures established by National Infrastructures for Research and Technology S.A. (GRNET S.A.) to meet legal and contractual requirements when processing personal data, conducting a higher level of security and protection. The definitions in Article 32 of the GDPR apply.","s":"Technical and organisational measures (TOM)","u":"/argo-messaging/docs/policies/tom","h":"","p":785},{"i":789,"t":"Actions suitable for providing physical and environmental security of data centers, server room facilities, and working areas are adapted, while precautions against environmental threats and power disruptions are also granted. Access is limited by job role and subject to authorised approval. Technical and organisational measures that are taken into account involve security guard personnel, reception, doorbell systems, manual locking systems, and video surveillance of entrances. Entrance to the building is only possible with keycards and keys provided to authorised employees or by visitors accompanied by employees, preventing unauthorised persons from accessing secured areas. Additionally, Information on security policy, work instructions for operational safety, and access control are provided.","s":"1.a. Physical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1a-physical-access-control","p":785},{"i":791,"t":"Operations sufficient for preventing data processing systems from being used by unauthorised persons are applied. Logical access controls are designed based on authority levels and job functions. Granting access is gained on a need-to-know and least privilege basis, where it is restricted to authorised employees responsible for the job. The use of unique IDs -identified through Active Directory- and passwords for all users is adapted, including a periodic review and revoking access when employment terminates or changes in job functions occur. Technical and organisational measures that are taken into account involve; username and password protected systems, intrusion detection facilities, use of Virtual Private Networks (VPNs) for remote access, firewalls, intrusion Detection System (IDS), user permission management, information security policy, work instruction of IT user regulations, operation security and access control.","s":"1.b. Logical Access Control","u":"/argo-messaging/docs/policies/tom","h":"#1b-logical-access-control","p":785},{"i":793,"t":"Actions to ensure that those authorized to use a data processing system can only access the data subject to their access authorization -based on their rule- and that personal data cannot be read, copied, modified, or removed without authorization during processing, use and after storage. Technical operations incorporate physical deletion of data carriers, logging of accesses to applications, specifically when entering, changing, and deleting data, SSH encrypted access, and certified SSL encryption. At the organisational level, a minimum number of administrators is applied, management of user rights are controlled by administrators, work instruction communication security and handling of information and values are also claimed.","s":"1.c. Authorization Control","u":"/argo-messaging/docs/policies/tom","h":"#1c-authorization-control","p":785},{"i":795,"t":"It is ensured that personal data collected for different purposes can be processed separately. Multi-tenancy of relevant applications is performed, or systems are physically or logically separated. The development sheet is separated for each product, and the services have their own line of environments. All environments, documents and other data are shared for the members of that project/product, while operational, information and data protection securities and policies are applied.","s":"1.d. Separation Control","u":"/argo-messaging/docs/policies/tom","h":"#1d-separation-control","p":785},{"i":797,"t":"Operations for pseudonymization or anonymization of personal data are implemented to the extent necessary. Internal instruction to pseudonymize or anonymize personal data as far as possible in the event of disclosure or even after the statutory deletion period has expired. Specific internal regulations on cryptography, while operational, information and data protection securities and policies are applied.","s":"1.e. Pseudonymization","u":"/argo-messaging/docs/policies/tom","h":"#1e-pseudonymization","p":785},{"i":800,"t":"Measures are taken into account to ensure that personal data cannot be read, copied, altered or removed by unauthorized persons during electronic transmission or while being transported or stored on data media. As technical and organizational actions are the use of Virtual Private Networks (VPNs) and firewalls, the provision via encrypted connections and techniques such as SSH, SFTP, HTTPS and secure cloudstores, the logging of accesses and retrievals, while operational, information and data protection securities and policies are also applied.","s":"2.a. Transfer Control","u":"/argo-messaging/docs/policies/tom","h":"#2a-transfer-control","p":785},{"i":802,"t":"Operations that ensure that it is possible to check and establish retrospectively whether and by whom personal data has been entered into, modified or removed from data processing systems are implemented to the extent necessary. Input control is achieved through logging, which can take place at various levels (e.g., operating system, network, firewall, database, application). Traceability of data entry, modification and deletion through individual user names, assignment of rights to enter, change and delete data on the basis of an authorisation concept, while information security policy and work instruction of IT user regulations are engaged.","s":"2.b. Input Control","u":"/argo-messaging/docs/policies/tom","h":"#2b-input-control","p":785},{"i":805,"t":"Actions to ensure that personal data is protected against accidental destruction or loss have been implemented to the required extent. Measures comprise fire and smoke detection systems, fire extinguishers, air-conditioning, temperature and humidity monitoring and video surveillance in server rooms, UPS system and emergency diesel generators deployment, RAID system and hard disk mirroring for data backup, information security policy and work instruction operational security.","s":"3.a. Availability Control","u":"/argo-messaging/docs/policies/tom","h":"#3a-availability-control","p":785},{"i":807,"t":"Data backups of databases and operating system images are taken to the extent required and with the aim of preventing the loss of personal data in the event of physical or technical incident. Backups are performed for network drives and servers in productive operation, where the process is being recorded (logged). The backup concept is applied according to criticality and customer specifications. When applicable storage of backup media obtained in a safe place outside the server room. Information security policy and work instruction of IT user regulations are also engaged.","s":"3.b. Recoverability Control","u":"/argo-messaging/docs/policies/tom","h":"#3b-recoverability-control","p":785},{"i":810,"t":"Technical and organizational measures that are taken into account are; central documentation of all data protection regulations with access for employees, security certification according to ISO 27001. Updates and reviews of the effectiveness of the TOMs are carried out periodically. Data protection checkpoints are consistently implemented, while data processing systems (IT systems) are checked regularly to the extent required and after changes to ensure that they are functioning properly. A Data Protection Officer (DPO) group is appointed and notified of physical or technical incidents, and staff is trained and obliged to confidentiality and data secrecy. Data Protection Impact Assessment (DPIA) is carried out as required, whereas processes regarding information obligations according to Art. 13 and 14 GDPR are established.","s":"4.a. Data Protection Management","u":"/argo-messaging/docs/policies/tom","h":"#4a-data-protection-management","p":785},{"i":812,"t":"Technical and organizational actions have been established to the extent required for security breach response and data breach process. The use and the regular updating of firewall, spam filters, virus scanning, Intrusion Detection System (IDS), and Intrusion Prevention System (IPS) for customer systems on order, are served. The process for detecting and reporting security incidents and data breaches is being documented via ticket system, with regard to reporting obligation to the supervisory authority. Formalized procedure for handling security incidents, including the involvement of DPO and ISO in security incidents and data breaches is available, while operational, information, data protection and IT user regulations, securities and policies are also applied.","s":"4.b Incident Response Management","u":"/argo-messaging/docs/policies/tom","h":"#4b-incident-response-management","p":785},{"i":814,"t":"Measures pursuant to Art 25 GDPR comply with the principles of data protection by design and by default. No more personal data is collected than is necessary for the respective purpose. Data Protection Policy (includes principles \"privacy by design and by default\").","s":"4.c Data Protection by Design and by Default","u":"/argo-messaging/docs/policies/tom","h":"#4c-data-protection-by-design-and-by-default","p":785},{"i":816,"t":"Actions to ensure that personal data processed on behalf of the client can only be processed in accordance with the client's instructions. Technical and organizational measures have been established to the required extent. Measures involve monitoring of remote access by external parties, in the context of remote support and work instruction supplier management and supplier evaluation. Moreover, a prior review of the security measures taken by the contractor and their documentation is applied. Selection of the contractor under due diligence aspects (especially with regard to data protection and data security) is achieved. Conclusion of the necessary data processing agreement on commissioned processing or EU standard contractual clauses and a framework agreement on contractual data processing within the group of companies, where written instructions to the contractor and obligation of the contractor's employees to maintain data secrecy. Additionally, an agreement on effective control rights over the contractor and regulations on the use of further subcontractors is maintained, ensuring also the destruction of data after termination of the contract or in the case of longer collaboration, ongoing review of the contractor and its level of protection.","s":"4.d Order Control (outsourcing, subcontractors, and order processing)","u":"/argo-messaging/docs/policies/tom","h":"#4d-order-control-outsourcing-subcontractors-and-order-processing","p":785},{"i":818,"t":"The National Infrastructures for Research and Technology S.A. (GRNET S.A.), based on Its Quality and Information Security Policies has set itself the goal of providing products and services to be delivered at the highest possible level of information security in compliance with the law. In this context GRNET S.A. has established, the roles of Information Security Officer (ISO), Data Protection Officer (DPO), Quality Officer (QO), and Legal Compliance Officer (LCO) as well as a Corporate Binding Rules (a set of internal guidelines and regulations) on information security and data protection, that are contractually binding for all employees, that defines secure information and data handling formed in secrecy and confidentiality. Employees are continuously informed and trained in the area of data protection, while third parties who may come into contact with personal data in the course of their work for GRNET S.A. are obligated to comply with data protection and data secrecy by means of a so-called NDA (Non-Disclosure Agreement) before they begin their work. Any subcontractors entrusted with further processing are only used after approval by the clients and after the conclusion of a Data Processing Agreement (DPA) in accordance with Art 28 GDPR, with which they are fully bound by all data protection obligations to which GRNET S.A. itself is subject. Current high technical security standards at GRNET S.A. are periodically reviewed and confirmed for adequacy and effectiveness in the course of ongoing internal audits and annually by Independent, External, Accredited Certification Bodies.","s":"5. Organization and Data Protection","u":"/argo-messaging/docs/policies/tom","h":"#5-organization-and-data-protection","p":785},{"i":820,"t":"The Quality Management System (QMS) as well as the Information Security Management System (ISMS) of GRNET S.A. are both certified by Independent Accredited Certification Bodies according to ISO 9001 and ISO 27001.","s":"6. Certifications","u":"/argo-messaging/docs/policies/tom","h":"#6-certifications","p":785},{"i":822,"t":"The integration between different core services using the ARGO Messaging Service (AMS) as transport layer was one of our main goals. The main services are: EOSC Marketplace (beta): It uses the AMS Service to exchange information about the orders. AAI Federation Registry (beta): It uses the AMS Service to exchange information with the different deployers (ex, SimpleSamlPhp, Mitre Id, Keycloak). Operations Portal: Reads the alarms from predefined topics, stores them in a database and displays them in the operations portal. Accounting: Use of AMS as a transport layer for collecting accounting data from the Sites. The accounting information is gathered from different collectors into a central accounting repository where it is processed to generate statistical summaries that are available through the EGI Accounting Portal. FedCloud: Use of AMS as a transport layer of the cloud information system. It makes use of the ams-authN. The entry point for users, topics and subscriptions is GOCDB. ARGO Availability and Reliability Monitoring Service: It uses the AMS service to send the messages from the monitoring engine to other components.","s":"Use cases for the Argo Messaging Service","u":"/argo-messaging/docs/use_cases/","h":"","p":821},{"i":824,"t":"The Federation Registry is a portal designed to manage service providers (SPs). It enables service owners to configure federated access for their services using the OIDC and SAML protocols by providing a centralized location for managing the service configuration. Access management is handled by a different component which can differ based on the installation (Keycloak, SSP, MitreID). Service configurations have to be updated on the Access Managment component every time a change is made using the Federation Registry Portal. Argo messaging is the message-oriented middleware technology that is used for this communication between the two parties. The use of Argo Messaging Service allows for: Flexibility: It enables interoperability and integration between different components and systems, regardless of their underlying technologies or platforms. Asynchronous communication: Messages can be sent and received at different times and speeds, without blocking or waiting for a response. This improves the responsiveness throughout the system. Security: It provides built-in security features, such as authentication, authorization, encryption, and digital signatures, which help protect the confidentiality, integrity, and authenticity of the messages exchanged between the Federation Registry and the given Component. Federation Registry has multiple instances and with the integration of the Argo Messaging Service we have managed to organise and monitor communication between our components. Configuring Argo Messaging and managing topics and subscription was made easy through the use of AMS Admin Ui app and through the API.","s":"AAI Federation Registry Integration","u":"/argo-messaging/docs/use_cases/","h":"#aai-federation-registry-integration","p":821},{"i":826,"t":"While the Argo Messaging Service is primarily used for scenarios where data is being published by one entity and consumed by another, in order for systems to achieve async event based workflows,the existence of push enabled subscriptions, gives the ability to the system itself, to forward messages to remote destination when they arrive, without having clients constantly asking for new data. One use case of this flow, is the ability to deliver data to a specific mattermost channel. We have an mattermost example that mirrors a real use case where we needed to filter and reformat specific messages that were actual alerts, that also needed to be delivered to a mattermost channel in order for issues to be handled as fast as possible.","s":"Live Updates through our Mattermost integration","u":"/argo-messaging/docs/use_cases/","h":"#live-updates-through-our-mattermost-integration","p":821},{"i":829,"t":"Some ideas about how to use the service Balancing workloads in network clusters: For example, a large queue of tasks can be efficiently distributed among multiple workers (e.g. Fedcloud instances). Implementing asynchronous workflows: For example, an order processing application can place an order on a topic, from which it can be processed by one or more workers. Publishing of monitoring results: Monitoring Engines can push monitoring results through the ARGO Monitoring Service Publishing of accounting data: Act as the transport layer for the secure exchange of accounting information Log aggregation: Log aggregation from different services in your infrastructure","s":"Ideas","u":"/argo-messaging/docs/howto/how_to_use","h":"#ideas","p":827},{"i":831,"t":"Follow the steps: You may either fill in the form Register or Send an email to Messaging Support with: Small description of the integration - use of Messaging service (pull, push option) An email to associate the new Messaging user The messaging team will create an new project/topic/subscription to the devel infrastructure for testing. The messaging team will close the ticket and will respond to the user email by providing User token Service endpoint URL to the detailed documentation and some examples ready to use When the user is ready we will apply the appropriate configuration to the production infrastructure","s":"I want to use the service","u":"/argo-messaging/docs/howto/how_to_use","h":"#i-want-to-use-the-service","p":827},{"i":833,"t":"We have compiled a list of resources that will assist any newcomer who wants to understand the messaging service and integrate with it. The list includes in general presentations of how AMS is being used while also presenting detailed guides on its core features. Getting started with the Argo Messaging Service Argo Messaging Quick Intro AMS Hackathon Active Data 2021/11/03 - EOSC-FUTURE-T5.4 - AMS Publisher Guide - How to send data Consumer guide - How to pull data Live updates through Mattermost Integration","s":"Training Resources","u":"/argo-messaging/docs/training_material/","h":"","p":832},{"i":836,"t":"This request creates a new subscription in a project with a PUT request","s":"[PUT] Manage Subscriptions - Create subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#create-subs","p":834},{"i":838,"t":"PUT /v1/projects/{project_name}/subscriptions/{subscription_name}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request","p":834},{"i":840,"t":"Project_name: Name of the project to create subscription_name: The subscription name to create","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where","p":834},{"i":842,"t":"curl -X PUT -H \"Content-Type: application/json\" -d 'PUTBODY' \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine ?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request","p":834},{"i":844,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10 }","s":"PUT BODY","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#put--body","p":834},{"i":846,"t":"Success Response 200 OK { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10 , \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses","p":834},{"i":848,"t":"Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. The type field specifies what kind of push subscription the service will handle. The http_endpoint type is about subscriptions that will forward their messages to remote http endpoints. The mattermost type is about subscriptions that will forward their messages to mattermost channels through a mattermost webhook. The maxMessages field declares the number of messages that should be sent per push action. The default value is 1. If maxMessages holds a value of 1 your push endpoint should expect a request body with the following schema: The base64Decode field indicates that the push mechanism should decode each message before sending it to the remote destination. { \"message\": { \"attributes\": { \"key\": \"value\" }, \"data\": \"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\": \"136969346945\" }, \"subscription\": \"projects/myproject/subscriptions/mysubscription\" } If the maxMessages field holds a value of greater than 1 your push endpoint should expect a request body with the following schema: { \"messages\":[ { \"message\":{ \"attributes\":{ \"key\":\"value\" }, \"data\":\"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\":\"136969346945\" }, \"subscription\":\"projects/myproject/subscriptions/mysubscription\" }, { \"message\":{ \"attributes\":{ \"key\":\"value\" }, \"data\":\"SGVsbG8gQ2xvdWQgUHViL1N1YiEgSGVyZSBpcyBteSBtZXNzYWdlIQ==\", \"messageId\":\"136969346945\" }, \"subscription\":\"projects/myproject/subscriptions/mysubscription\" } ] }","s":"Push Enabled Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push","p":834},{"i":850,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10, \"pushConfig\": { \"type\": \"http_endpoint\", \"pushEndpoint\": \"https://127.0.0.1:5000/receive_here\", \"maxMessages\": 3, \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 } } }","s":"Request to create Push Enabled Subscription for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-http_endpoint","p":834},{"i":852,"t":"{ \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10, \"pushConfig\": { \"pushEndpoint\": \"https://127.0.0.1:5000/receive_here\", \"maxMessages\": 3, \"authorizationHeader\": { \"type\": \"autogen\", \"value\": \"4551h9j7f7dde380a5f8bc4fdb4fe980c565b67b\" } , \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 }, \"verificationHash\": \"9d5189f7f758e380a5f8bc4fdb4fe980c565b67b\", \"verified\": false, \"mattermostUrl\": \"\", \"mattermostUsername\": \"\", \"mattermostChannel\": \"\" }, \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response","p":834},{"i":854,"t":"{ \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\":10, \"pushConfig\": { \"type\": \"mattermost\", \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"mattermost\", \"mattermostChannel\": \"channel\", \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 } } }","s":"Request to create Push Enabled Subscription for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-to-create-push-enabled-subscription-for-mattermost","p":834},{"i":856,"t":"{ \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"ackDeadlineSeconds\": 10, \"pushConfig\": { \"pushEndpoint\": \"\", \"maxMessages\": 1, \"retryPolicy\": { \"type\": \"linear\", \"period\": 1000 }, \"verificationHash\": \"\", \"verified\": true, \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"mattermost\", \"mattermostChannel\": \"channel\" }, \"createdOn\": \"2020-11-19T00:00:00Z\" }","s":"Response","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-1","p":834},{"i":858,"t":"Specify an authorization header value and how it is going to be generated, to be included in the outgoing push request with each message, to the remote push endpoint. autogen(default): The authorization header value will be automatically generated by the service itself. disabled: No authorization header will be provided with the outgoing push requests.","s":"Authorization headers","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#authorization-headers","p":834},{"i":860,"t":"Creating a push enabled subscription with a linear retry policy and a period of 3000 means that you will be receiving message(s) every 3000ms. If you decide to choose a retry policy of slowstart, you will be receiving messages with dynamic internals. The slowstart retry policy starts by pushing the first message(s) and then deciding the time that should elapse before the next push action. IF the message(s) are delivered successfully the elapsed time until the next push request will be halved, until it reaches the lower limit of 300ms. IF the message(s) are not delivered successfully the elapsed time until the next push request will be doubled, until it reached the upper limit of 1day. So for example, the first push action will have by default a 1 second interval. If it successful the next push re request will happen in 0.5 seconds. If it is unsuccessful the next push request will happen in 2 seconds.","s":"Different Retry Policies","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#different-retry-policies","p":834},{"i":862,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors","p":834},{"i":864,"t":"This request triggers the process of verifying the ownership of a registered push endpoint","s":"[POST] Manage Subscriptions - Verify ownership of a push endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-verify","p":834},{"i":866,"t":"PUT /v1/projects/{project_name}/subscriptions/{subscription_name}:verifyPushEndpoint","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-1","p":834},{"i":868,"t":"Project_name: Name of the project subscription_name: The subscription name","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-1","p":834},{"i":870,"t":"curl -X POST \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:verifyPushEndpoint?key=S3CR3T\"` Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. The owner of the push endpoint needs to execute the following steps in order to verify the ownership of the registered endpoint. Open an api call with a path of /ams_verificationHash. The service will try to access this path using the host:port of the push endpoint. For example, if the push endpoint is https://example.com:8443/receive_here, the push endpoint should also support the api route of https://example.com:8443/ams_verificationHash. The api route of https://example.com:8443/ams_verificationHash should support the http GET method. A GET request to https://example.com:8443/ams_verificationHash should return a response body with only the verificationHash that is found inside the subscriptions push configuration, a status code of 200 and the header Content-type: plain/text.","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-1","p":834},{"i":872,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-1","p":834},{"i":874,"t":"This request lists all available subscriptions under a specific topic in the service.","s":"[GET] Manage Subscriptions - List All Subscriptions under a specific Topic","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions-under-a-specific-topic","p":834},{"i":876,"t":"GET /v1/projects/{project_name}/topics/{topic_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-2","p":834},{"i":878,"t":"Project_name: Name of the project the topic belongs to Topic_name: Name of the topic","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-2","p":834},{"i":880,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/p1/topics/t1/subscriptions?key=S3CR3T\" Success Response 200 OK { \"subscriptions\": [ \"/projects/p1/subscriptions/sub1\", \"/projects/p1/subscriptions/sub2\" ] }","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-2","p":834},{"i":882,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-2","p":834},{"i":884,"t":"This request lists all available subscriptions under a specific project in the service using pagination If the USER making the request has only consumer role for the respective project, it will load only the subscriptions that he has access to(being present in a subscriptions's acl). It is important to note that if there are no results to return the service will return the following: Success Response 200 OK { \"subscriptions\": [], \"nextPageToken\": \"\", \"totalSize\": 0 } Also the default value for pageSize = 0 and pageToken = \". Pagesize = 0 returns all the results.","s":"[GET] Manage Subscriptions - List All Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---list-all-subscriptions","p":834},{"i":886,"t":"This request lists all subscriptions in a project with a GET request","s":"Paginated Request that returns all subscriptions under the specified project","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-all-subscriptions-under-the-specified-project","p":834},{"i":888,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-3","p":834},{"i":890,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-3","p":834},{"i":892,"t":"curl -X GET -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-3","p":834},{"i":894,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" }, { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine2\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" }], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-1","p":834},{"i":896,"t":"This request lists subscriptions in a project with a GET request","s":"Paginated Request that returns the next page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-next-page-of-a-specific-size","p":834},{"i":898,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-4","p":834},{"i":900,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-4","p":834},{"i":902,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T&pageSize=1&pageToken=some_token\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-4","p":834},{"i":904,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" } ], \"nextPageToken\": \"\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-2","p":834},{"i":906,"t":"This request lists subscriptions in a project with a GET request","s":"Paginated Request that returns the first page of a specific size","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#paginated-request-that-returns-the-first-page-of-a-specific-size","p":834},{"i":908,"t":"GET /v1/projects/{project_name}/subscriptions","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-5","p":834},{"i":910,"t":"Project_name: Name of the project to list the subscriptions","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-5","p":834},{"i":912,"t":"curl -X PUT -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions?key=S3CR3T&pageSize=1\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-5","p":834},{"i":914,"t":"Success Response 200 OK { \"subscriptions\":[ { \"name\": \"projects/BRAND_NEW/subscriptions/alert_engine2\", \"topic\": \"projects/BRAND_NEW/topics/monitoring\", \"pushConfig\": {}, \"ackDeadlineSeconds\": 10, \"createdOn\": \"2020-11-19T00:00:00Z\" } ], \"nextPageToken\": \"some_token\", \"totalSize\": 2 }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-3","p":834},{"i":916,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-3","p":834},{"i":918,"t":"This request returns a list of authorized users to consume from the subscription","s":"[GET] Manage Subscriptions - Get a subscription's list of authorized users","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-manage-subscriptions---get-a-subscriptions-list-of-authorized-users","p":834},{"i":920,"t":"GET /v1/projects/{project_name}/subscriptions/{sub_name}:acl","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-6","p":834},{"i":922,"t":"Project_name: Name of the project to get Sub_name: The subscription name","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-6","p":834},{"i":924,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/subscription:acl?key=S3CR3T\"`","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-6","p":834},{"i":926,"t":"Success Response 200 OK { \"authorized_users\": [\"userC\",\"userD\"] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-4","p":834},{"i":928,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-4","p":834},{"i":930,"t":"The following request Modifies the authorized users list of a given subscription","s":"[POST] Modify ACL of a given subscription","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-acl-of-a-given-subscription","p":834},{"i":932,"t":"POST \"/v1/projects/{project_name}/subscriptions/{sub_name}:modifyAcl\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-7","p":834},{"i":934,"t":"project_name: Name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-7","p":834},{"i":936,"t":"{ \"authorized_users\": [ \"UserX\",\"UserY\" ] }","s":"Post data","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-data","p":834},{"i":938,"t":"curl -X POST -H \"Content-Type: application/json\" -d { POSTDATA } \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/subscription:modifyAcl?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-7","p":834},{"i":940,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-5","p":834},{"i":942,"t":"If the to-be updated ACL contains users that are non-existent in the project, the API returns the following error: 404 NOT_FOUND { \"error\": { \"code\": 404, \"message\": \"User(s): UserFoo1,UserFoo2 do not exist\", \"status\": \"NOT_FOUND\" } } Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-5","p":834},{"i":944,"t":"This request deletes a subscription in a project with a DELETE request","s":"[DELETE] Manage Subscriptions - Delete Subscriptions","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#delete-manage-subscriptions---delete-subscriptions","p":834},{"i":946,"t":"DELETE /v1/projects/{project_name}/subscriptions/{subscription_name}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-8","p":834},{"i":948,"t":"Project_name: Name of the project subscription_name: The subscription name to delete","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-8","p":834},{"i":950,"t":"curl -X DELETE -H \"Content-Type: application/json\" http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-8","p":834},{"i":952,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-6","p":834},{"i":954,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-6","p":834},{"i":956,"t":"This request modifies the acknowledgement deadline for the subscription. The ack deadline value is measured in seconds. The minimum ack deadline value allowed is 0sec and the maximum 600sec.","s":"[POST] Modify Ack Deadline","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-modify-ack-deadline","p":834},{"i":958,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyAckDeadline","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-9","p":834},{"i":960,"t":"{ \"ackDeadlineSeconds\": 20 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body","p":834},{"i":962,"t":"Project_name: Name of the project subscription_name: The subscription name to consume ackDeadlineSeconds: integer representing seconds for the acknowledgement deadline (min=0sec, max=600sec).","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-9","p":834},{"i":964,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyAckDeadline?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-9","p":834},{"i":966,"t":"{ \"ackDeadlineSeconds\": 30 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-1","p":834},{"i":968,"t":"Success Response Code: 200 OK, Empty response if successful. The deadline will change to 30seconds","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-7","p":834},{"i":970,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-7","p":834},{"i":972,"t":"This request modifies the push configuration of a subscription","s":"[POST] Modify Push Configuration","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#push-modify","p":834},{"i":974,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyPushConfig","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-10","p":834},{"i":976,"t":"{ \"pushConfig\":{ \"type\": \"http_endpoint\", \"pushEndpoint\":\"example.com\", \"maxMessages\": 5, \"authorizationHeader\": { \"type\": \"autogen\" }, \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 }, \"base64Decode\": false } }","s":"Post body for http_endpoint","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-http_endpoint","p":834},{"i":978,"t":"{ \"pushConfig\":{ \"type\": \"mattermost\", \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 }, \"mattermostUrl\": \"webhook.com\", \"mattermostUsername\": \"willy\", \"mattermostChannel\": \"ops\", \"base64Decode\": true } }","s":"Post body for mattermost","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-for-mattermost","p":834},{"i":980,"t":"Project_name: Name of the project subscription_name: The subscription name to consume pushConfig: configuration including pushEndpoint for the remote endpoint to receive the messages. Also includes retryPolicy (type of retryPolicy and period parameters) autogen(default when modyfing a sub from pull to push): The authorization header value will be automatically generated by the service itself. disabled: No authorization header will be provided with the outgoing push requests. NOTE that if you updated a push configuration with autogen the service will generate a new value every time the update request happens. For example, if you want to update your authorization header value, you can use the update request with the autogen type.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-10","p":834},{"i":982,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyPushConfig?key=S3CR3T","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-10","p":834},{"i":984,"t":"{ \"pushConfig\":{ \"type\": \"http_endpoint\", \"pushEndpoint\":\"host:example.com:8080/path/to/hook\", \"maxMessages\": 3, \"retryPolicy\":{ \"type\":\"linear\", \"period\":300 } } }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-2","p":834},{"i":986,"t":"Success Response Code: 200 OK, Empty response if successful. Whenever a subscription is created with a valid push configuration, the service will also generate a unique hash that should be later used to validate the ownership of the registered push endpoint, and will mark the subscription as unverified. NOTE Changing the push endpoint of a push enabled subscription, or removing the push configuration and then re-applying will mark the subscription as unverified and a new verification process should take place.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-8","p":834},{"i":988,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-8","p":834},{"i":990,"t":"This request consumes messages from a subscription in a project with a POST request. It's important to note that the subscription's topic must exist in order for the user to pull messages.","s":"[POST] Pull messages from a subscription (Consume)","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-pull-messages-from-a-subscription-consume","p":834},{"i":992,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:pull","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-11","p":834},{"i":994,"t":"{ \"maxMessages\": \"1\" }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-3","p":834},{"i":996,"t":"Project_name: Name of the project subscription_name: The subscription name to consume maxMessages: the max number of messages to consume returnImmediately: (true or false) to prevent the subscriber from waiting if the queue is currently empty. If not specified the default value is true. You can specify the max number of messages returned by one call by setting maxMessages field. By default, the server will keep the connection open until at least one message is received; you can optionally set the returnImmediately field to true to prevent the subscriber from waiting if the queue is currently empty.","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-11","p":834},{"i":998,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA https://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:pull?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-11","p":834},{"i":1000,"t":"{ \"maxMessages\": \"1\" }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-4","p":834},{"i":1002,"t":"200 OK { \"receivedMessages\": [ { \"ackId\": \"dQNNHlAbEGEIBE...\", \"message\": { \"attributes\": [ { \"key\": \"whatever\", \"value\": \"foo\" } ], \"data\": \"U28geW91IHdlbnQgYWhlYWQgYW5kIGRlY29kZWQgdGhpcywgeW91IGNvdWxkbid0IHJlc2lzdCBlaCA/\", \"messageId\": \"100309303\" } } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-9","p":834},{"i":1004,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-9","p":834},{"i":1006,"t":"Messages retrieved from a pull subscription can be acknowledged by sending message with an array of ackIDs.","s":"[POST] Sending an ACK","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-sending-an-ack","p":834},{"i":1008,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:acknowledge","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-12","p":834},{"i":1010,"t":"{ \"ackIds\": [ \"dQNNHlAbEGEIBE...\" ] }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-5","p":834},{"i":1012,"t":"Project_name: Name of the project subscription_name: The subscription name to consume ackIds: the ids of the messages","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-12","p":834},{"i":1014,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:acknowledge?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-12","p":834},{"i":1016,"t":"{ \"ackIds\": [ \"dQNNHlAbEGEIBE...\" ] }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-6","p":834},{"i":1018,"t":"Success Response 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-10","p":834},{"i":1020,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-10","p":834},{"i":1022,"t":"This request returns the min, max and current offset of a subscription","s":"[GET] Get Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offsets","p":834},{"i":1024,"t":"GET /v1/projects/{project_name}/subscriptions/{subscription_name}:offsets","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-13","p":834},{"i":1026,"t":"{ \"max\": 14, \"min\": 0, \"current\": 4 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-7","p":834},{"i":1028,"t":"Project_name: Name of the project subscription_name: The subscription name to consume","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-13","p":834},{"i":1030,"t":"curl -X GET -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:offsets?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-13","p":834},{"i":1032,"t":"{ \"max\": 14, \"min\": 0, \"current\": 4 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-8","p":834},{"i":1034,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-11","p":834},{"i":1036,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-11","p":834},{"i":1038,"t":"This request returns the offset of the first message with a timestamp equal or greater than the time given.","s":"[GET] Get Offset by Timestamp","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-offset-timestamp","p":834},{"i":1040,"t":"GET /v1/projects/{project_name}/subscriptions/{subscription_name}:timeToOffset?time={{timestamp}}","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-14","p":834},{"i":1042,"t":"Project_name: Name of the project subscription_name: The subscription name to consume timestamp: timestamp in Zulu format - (2006-11-02T13:39:11.000Z)","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-14","p":834},{"i":1044,"t":"curl -X GET -H \"Content-Type: application/json\" \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:timeToOffset?key=S3CR3T&time=2019-09-02T13:39:11.100Z\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-14","p":834},{"i":1046,"t":"Success Response Code: 200 OK","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-12","p":834},{"i":1048,"t":"{ \"offset\": 640 }","s":"Response body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#response-body","p":834},{"i":1050,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-12","p":834},{"i":1052,"t":"This request modifies the current offset of a subscription","s":"[POST] Modify Offsets","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#modify-offsets","p":834},{"i":1054,"t":"POST /v1/projects/{project_name}/subscriptions/{subscription_name}:modifyOFfset","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-15","p":834},{"i":1056,"t":"{ \"offset\":3 }","s":"Post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-9","p":834},{"i":1058,"t":"Project_name: Name of the project subscription_name: The subscription name to consume offset_config: an offset number in int64","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-15","p":834},{"i":1060,"t":"curl -X POST -H \"Content-Type: application/json\" -d $POSTDATA \"http://{URL}/v1/projects/BRAND_NEW/subscriptions/alert_engine:modifyOffset?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-15","p":834},{"i":1062,"t":"{ \"offset\":14 }","s":"post body:","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#post-body-10","p":834},{"i":1064,"t":"Success Response Code: 200 OK, Empty response if successful.","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-13","p":834},{"i":1066,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-13","p":834},{"i":1068,"t":"The following request returns related metrics for the specific subscription: for e.g. the number of consumed messages","s":"[GET] Subscription Metrics","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#get-subscription-metrics","p":834},{"i":1070,"t":"GET \"/v1/projects/{project_name}/subscriptions/{sub_name}:metrics\"","s":"Request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#request-16","p":834},{"i":1072,"t":"Project_name: name of the project sub_name: name of the subscription","s":"Where","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#where-16","p":834},{"i":1074,"t":"curl -H \"Content-Type: application/json\" \"https://{URL}/v1/projects/BRAND_NEW/subscriptions/monitoring:metrics?key=S3CR3T\"","s":"Example request","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#example-request-16","p":834},{"i":1076,"t":"If successful it returns the number of messages consumed in the specific subscription Success Response 200 OK { \"metrics\": [ { \"metric\": \"subscription.number_of_messages\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"subscription\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T14:20:38Z\", \"value\": 0 } ], \"description\": \"Counter that displays the number number of messages published to the specific topic\" }, { \"metric\": \"topic.number_of_bytes\", \"metric_type\": \"counter\", \"value_type\": \"int64\", \"resource_type\": \"topic\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2017-06-30T14:20:38Z\", \"value\": 0 } ], \"description\": \"Counter that displays the total size of data (in bytes) published to the specific topic\" }, { \"metric\": \"subscription.consumption_rate\", \"metric_type\": \"rate\", \"value_type\": \"float64\", \"resource_type\": \"subscription\", \"resource_name\": \"sub1\", \"timeseries\": [ { \"timestamp\": \"2019-05-06T00:00:00Z\", \"value\": 10 } ], \"description\": \"A rate that displays how many messages were consumed per second between the last two consume events\" } ] }","s":"Responses","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#responses-14","p":834},{"i":1078,"t":"Please refer to section Errors to see all possible Errors","s":"Errors","u":"/argo-messaging/docs/api_advanced/api_subscriptions","h":"#errors-14","p":834}],"index":{"version":"2.3.9","fields":["t"],"fieldVectors":[["t/2",[0,3.142,1,2.252,2,2.582,3,4.296,4,4.149,5,5.289,6,1.89]],["t/4",[6,1.926,7,2.664,8,2.899,9,2.805,10,4.733,11,7.52]],["t/6",[10,5.021,12,3.586,13,2.11]],["t/8",[5,4.127,6,1.474,9,2.147,14,2.044,15,4.127,16,4.407,17,4.127,18,5.058,19,2.894,20,3.73,21,3.312,22,3.573,23,3.73,24,6.142,25,3.1,26,6.142]],["t/10",[10,4.245,12,3.032,13,1.784,27,2.691,28,3.032,29,2.71,30,2.673,31,2.275,32,2.345,33,2.375,34,2.208,35,2.42]],["t/12",[5,4.736,6,1.409,9,1.366,14,1.724,15,2.626,16,3.203,17,2.626,18,3.677,19,1.841,20,2.373,21,2.108,22,2.274,23,2.373,24,3.909,25,1.973,26,3.909,36,2.093,37,1.925,38,1.876,39,2.795,40,1.412,41,1.422,42,2.015,43,2.41,44,2.41,45,3.909,46,2.41,47,2.734,48,3.48,49,2.934,50,2.555,51,2.373,52,3.663,53,3.663,54,3.462,55,3.026,56,3.462,57,3.129,58,3.129,59,3.663,60,2.643,61,3.663,62,2.338]],["t/14",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/16",[6,2.168,7,2.432,8,2.646,9,2.56,10,4.319,69,5.65,70,3.135,71,5.498,72,4.045,73,3.11]],["t/18",[10,4.825,12,3.446,13,2.028,42,4.217,69,6.311]],["t/20",[10,4.104,12,2.931,13,1.725,27,2.602,28,2.931,29,2.62,30,2.584,31,2.199,32,2.268,33,2.296,34,2.134,35,2.34,69,5.369,74,5.717]],["t/22",[2,1.331,6,1.731,8,2.182,14,1.48,15,2.728,16,2.215,17,2.728,18,2.543,19,1.913,20,2.465,21,2.189,22,2.362,23,2.465,25,2.049,36,2.153,37,1.98,38,1.949,39,2.903,40,1.467,41,1.477,42,2.093,50,1.767,60,1.828,75,4.447,76,4.447,77,4.447,78,4.447,79,4.447,80,0.577,81,4.447,82,4.447,83,3.462,84,3.462,85,2.728,86,3.227,87,4.447,88,2.3,89,2.028,90,2.271,91,4.534,92,5.15,93,6.615,94,5.66,95,6.615,96,2.271]],["t/24",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/26",[6,1.964,7,2.716,10,4.825,70,3.502,97,7.667]],["t/28",[10,4.825,12,3.446,13,2.028,42,4.217,97,7.667]],["t/30",[10,4.104,12,2.931,13,1.725,27,2.602,28,2.931,29,2.62,30,2.584,31,2.199,32,2.268,33,2.296,34,2.134,35,2.34,74,5.717,97,6.521]],["t/32",[6,1.789,8,2.693,36,3.256,37,2.994,38,3.578,39,5.33,40,2.693,41,2.711]],["t/34",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/36",[6,1.964,7,2.716,10,4.825,70,3.502,98,5.394]],["t/38",[10,5.021,13,2.11,42,4.388]],["t/40",[10,4.173,13,1.754,27,2.646,28,2.981,29,2.665,30,2.628,31,2.236,32,2.306,33,2.335,34,2.17,35,2.379,74,5.814,99,6.299]],["t/42",[5,2.838,6,1.014,10,2.491,14,1.515,15,2.838,16,2.305,17,2.838,18,2.646,19,1.99,23,2.565,25,2.132,36,2.217,37,2.039,38,2.028,40,1.526,41,1.537,42,2.177,48,3.76,49,3.171,50,1.838,51,2.565,52,3.958,53,3.958,59,3.958,60,2.8,61,3.958,62,2.527,70,1.808,74,3.47,91,3.171,92,5.303,99,3.76,100,4.224,101,4.224,102,4.224,103,4.224,104,4.224,105,4.224,106,4.224,107,1.886,108,3.259,109,4.224,110,6.219,111,6.219,112,4.224]],["t/44",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/46",[2,2.736,7,2.77,10,4.921,98,5.501]],["t/48",[10,5.125,13,2.154]],["t/50",[14,1.616,19,3.709,23,4.78,48,7.009,49,5.911,50,3.427,51,4.78]],["t/52",[10,4.319,13,1.815,27,2.739,28,3.085,29,2.758,30,2.72,31,2.315,32,2.386,33,2.416,34,2.246,35,2.462]],["t/54",[5,2.809,6,1.004,10,3.641,14,1.506,15,2.809,16,2.282,17,2.809,18,2.619,19,1.97,23,2.539,25,2.11,36,2.201,37,2.024,38,2.007,40,1.511,41,1.521,42,2.156,48,3.723,49,3.139,50,1.82,51,2.539,52,3.919,53,3.919,59,3.919,60,2.78,61,3.919,62,2.502,74,3.436,91,3.139,92,5.264,99,3.723,100,4.182,101,4.182,102,4.182,103,4.182,104,4.182,105,4.182,106,4.182,107,1.867,108,3.226,109,4.182,110,6.173,111,6.173,112,4.182,113,4.58]],["t/56",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/58",[6,1.964,7,2.716,10,4.825,70,3.502,114,4.217]],["t/60",[10,4.921,13,2.068,42,4.301,114,4.301]],["t/62",[10,4.104,13,1.725,27,2.602,28,2.931,29,2.62,30,2.584,31,2.199,32,2.268,33,2.296,34,2.134,35,2.34,74,5.717,99,6.195,114,3.587]],["t/64",[36,2.975,37,2.736,40,3.015,41,3.035]],["t/66",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/68",[1,2.252,115,3.675,116,4.349,117,5.289,118,2.083,119,5.394,120,3.371]],["t/70",[7,2.614,80,1.119,98,5.191,115,3.675,121,3.485,122,5.394,123,5.099]],["t/72",[13,1.881,14,1.895,80,1.312,115,4.309,124,2.652,125,5.555]],["t/74",[8,2.557,14,2.074,80,1.257,115,4.502,124,2.473,125,5.18,126,4.754]],["t/76",[13,1.617,27,2.44,28,2.749,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,1.194,107,3.75,115,3.92,127,2.237,128,2.457]],["t/78",[7,1.56,14,1.609,19,3.164,31,2.976,33,1.55,36,2.395,37,2.203,38,2.255,40,1.697,41,1.709,42,2.421,80,0.955,107,2.999,115,3.994,129,4.182,130,4.182,131,4.182,132,4.182,133,4.182,134,3.439,135,3.218,136,6.424,137,3.734,138,2.563,139,3.526]],["t/80",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/82",[7,2.664,80,1.141,98,5.291,115,3.745,122,5.498,123,5.197]],["t/84",[13,1.989,14,1.647,80,1.357,115,3.745,124,2.805]],["t/86",[14,1.938,80,1.342,115,3.675,124,2.752,126,5.289]],["t/88",[13,1.669,27,2.519,28,2.837,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,1.218,107,3.006,115,3.143,127,2.308,128,2.536]],["t/90",[14,1.703,19,3.405,31,3.078,33,1.72,36,1.859,37,1.709,38,1.607,40,1.209,41,1.218,42,2.687,80,1.114,107,2.859,115,4.182,123,2.168,129,4.641,130,4.641,131,4.641,132,4.641,133,2.98,134,3.816,135,3.572,136,6.727,137,4.144,138,2.845,139,3.914,140,3.666,141,1.974]],["t/92",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/94",[7,2.77,8,3.015,9,2.916,115,3.894]],["t/96",[33,2.867,142,7.736]],["t/98",[12,3.14,13,1.847,14,1.874,80,1.298,115,4.262,124,2.605,125,5.456]],["t/100",[8,2.557,14,2.074,80,1.257,115,4.502,124,2.473,125,5.18,126,4.754]],["t/102",[12,2.626,13,1.545,27,2.331,28,2.626,29,2.348,30,2.315,31,1.97,32,2.032,33,2.057,34,1.912,35,2.096,80,1.159,107,3.64,115,3.806,127,2.137,128,2.348,143,3.677,144,3.843]],["t/104",[14,1.674,19,3.841,31,3.243,33,2.057,115,2.91,134,4.564,135,4.271,136,7.237,137,4.955,138,3.402,139,4.68]],["t/106",[8,1.678,14,1.6,19,3.139,31,2.965,33,1.533,36,2.376,37,2.185,38,2.23,39,3.322,40,1.678,41,1.69,42,2.394,80,0.947,107,2.975,115,3.973,129,4.135,130,4.135,131,4.135,132,4.135,133,4.135,134,3.401,135,3.183,136,6.391,137,3.692,138,2.535,139,3.487]],["t/108",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/110",[7,2.566,30,2.87,115,3.607,145,5.668,146,5.096,147,5.526,148,4.377]],["t/112",[13,1.847,14,1.874,80,1.298,115,4.262,124,2.605,125,5.456,149,4.459]],["t/114",[14,2.062,80,1.244,115,4.467,122,4.768,124,2.432,125,5.094,126,4.675,145,4.225]],["t/116",[13,1.545,27,2.331,28,2.626,29,2.348,30,2.315,31,1.97,32,2.032,33,2.057,34,1.912,35,2.096,80,1.159,107,3.64,115,3.806,127,2.137,128,2.348,143,3.677,144,3.843,149,3.73]],["t/118",[9,1.947,14,1.892,19,3.564,31,3.141,33,1.838,80,1.075,107,2.487,115,3.531,134,4.078,135,5.184,136,6.918,137,4.428,138,3.04,139,4.183]],["t/120",[9,1.624,14,1.748,19,3.139,31,2.965,33,1.533,36,2.376,37,2.185,38,2.23,40,1.678,41,1.69,42,2.394,80,0.947,107,2.074,115,3.637,129,4.135,130,4.135,131,4.135,132,4.135,133,4.135,134,3.401,135,4.566,136,6.391,137,3.692,138,2.535,139,3.487,145,2.82]],["t/122",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/124",[7,2.827,114,4.388,115,3.973]],["t/126",[13,1.847,14,1.874,80,1.298,114,3.842,115,4.262,124,2.605,125,5.456]],["t/128",[14,2.062,80,1.244,114,3.587,115,4.467,122,4.768,124,2.432,125,5.094,126,4.675]],["t/130",[13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,1.182,107,3.712,114,3.312,115,3.881,127,2.202,128,2.42]],["t/132",[36,3.366,37,3.095,40,2.845,41,2.864,150,4.644]],["t/134",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/136",[1,2.538,4,2.686,7,1.692,8,2.963,9,1.781,20,3.095,115,4.142,117,3.424,118,1.882,120,2.182,151,1.989,152,3.827,153,3.827,154,4.347,155,2.686,156,6.335,157,4.538,158,3.192,159,4.188,160,3.827,161,3.827,162,4.051,163,5.097,164,2.656,165,4.188,166,2.218]],["t/138",[12,3.085,13,1.815,14,1.854,80,1.284,115,4.216,119,5.017,124,2.56,125,5.361]],["t/140",[14,2.062,80,1.244,115,4.467,122,4.768,124,2.432,125,5.094,126,4.675,145,4.225]],["t/142",[12,2.588,13,1.522,27,2.297,28,2.588,29,2.313,30,2.281,31,1.941,32,2.002,33,2.027,34,1.884,35,2.065,80,1.148,107,3.605,115,3.769,119,4.209,127,2.106,128,2.313,143,3.623,144,3.787]],["t/144",[1,1.552,14,1.114,19,2.556,21,2.926,22,3.157,33,1.791,115,4.254,135,3.718,137,4.314,138,2.961,142,6.616,147,3.881,158,3.399,160,4.074,161,4.074,167,5.944,168,5.944,169,5.944,170,5.944,171,5.427,172,5.427,173,5.086,174,4.628,175,3.718,176,3.376,177,5.944]],["t/146",[1,2.67,36,2.755,37,2.534,40,2.792,41,2.811,119,5.295,178,5.962]],["t/148",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/150",[0,2.872,1,2.059,2,2.36,3,3.927,6,1.728,23,4.37,80,1.023,116,3.975,179,6.138,180,6.407,181,7.197,182,6.138]],["t/152",[2,2.683,7,2.716,80,1.163,183,3.652,184,4.464]],["t/154",[13,2.154,80,1.235]],["t/156",[13,1.754,27,2.646,28,2.981,29,2.665,30,2.628,31,2.236,32,2.306,33,2.335,34,2.17,35,2.379,80,1.006,127,2.425,128,2.665]],["t/158",[8,2.95,9,1.767,14,1.282,25,3.151,36,1.803,37,1.658,38,1.545,40,1.163,41,1.171,54,4.815,55,4.208,56,4.815,57,4.351,58,4.351,60,2.812,62,3.736,80,1.214,86,4.019,90,3.492,96,3.492,107,1.437,141,1.898,183,1.437,184,1.756,185,3.525,186,4.278,187,3.525,188,1.475,189,2.297]],["t/160",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/162",[7,2.716,73,3.474,80,1.163,121,3.621,183,3.652]],["t/164",[13,2.028,14,1.679,80,1.373,124,2.859]],["t/166",[14,1.96,73,3.407,80,1.357,124,2.805]],["t/168",[9,2.354,13,1.669,27,2.519,28,2.837,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,0.957,127,2.308,128,2.536,188,3.087,189,3.059]],["t/170",[8,2.593,9,2.509,14,1.059,25,2.604,36,2.559,37,2.353,38,2.477,40,1.864,41,1.877,54,4.233,55,3.7,56,4.233,57,3.825,58,3.825,60,2.323,62,3.087,73,2.191,80,1.02,90,2.886,96,2.886,121,2.284,186,3.535,188,2.365,189,3.26]],["t/172",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/174",[7,3.032,8,2.693,9,2.605,12,3.14,14,1.53,80,1.298,123,4.827,124,2.605]],["t/176",[12,3.38,13,1.989,14,1.647,80,1.357,124,2.805]],["t/178",[8,2.899,14,1.96,80,1.357,124,2.805]],["t/180",[25,4.989,86,6.767]],["t/182",[9,2.246,12,2.707,13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,1.182,127,2.202,128,2.42,143,3.789,144,3.961,190,6.425]],["t/184",[8,2.982,9,2.509,14,1.059,25,2.604,36,2.559,37,2.353,38,2.477,39,3.69,40,1.864,41,1.877,54,4.233,55,3.7,56,4.233,57,3.825,58,3.825,60,2.323,62,3.087,80,1.02,90,2.886,96,2.886,186,3.535,189,2.344,191,5.652,192,5.16]],["t/186",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/188",[7,2.52,14,1.558,25,3.83,73,3.222,80,1.079,145,4.607,149,4.54,193,4.915,194,5.003]],["t/190",[13,1.989,14,1.647,80,1.357,124,2.805,149,4.801]],["t/192",[8,2.899,14,1.96,80,1.357,124,2.805]],["t/194",[9,2.752,14,1.938,25,4.764,80,1.119,86,6.258]],["t/196",[9,2.246,13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,1.182,127,2.202,128,2.42,143,3.789,144,3.961,149,3.844,190,6.425]],["t/198",[8,2.593,9,1.803,14,1.059,25,3.622,36,2.559,37,2.353,38,2.477,39,3.69,40,1.864,41,1.877,54,4.233,55,3.7,56,3.043,57,3.825,58,3.825,60,2.323,62,3.087,80,0.733,90,2.886,96,2.886,145,5.011,186,3.535,192,5.16,195,5.652,196,5.652]],["t/200",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/202",[7,2.77,80,1.186,114,4.301,121,3.693]],["t/204",[13,1.989,14,1.647,80,1.357,114,4.136,124,2.805]],["t/206",[14,1.96,80,1.357,114,4.136,124,2.805]],["t/208",[9,2.317,13,1.643,27,2.479,28,2.792,29,2.496,30,2.462,31,2.095,32,2.16,33,2.187,34,2.033,35,2.229,80,0.942,114,3.417,127,2.272,128,2.496,188,3.038,189,3.011]],["t/210",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,197,4.84]],["t/212",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/215",[13,1.696,27,2.56,28,2.883,29,2.578,30,2.542,31,2.163,32,2.231,33,2.259,34,2.099,35,2.302,80,0.973,127,2.346,128,2.578,198,4.156,199,5.011]],["t/217",[2,1.358,6,1.471,8,1.496,14,0.85,19,1.95,20,4.429,22,2.408,36,2.185,37,2.009,38,1.988,40,1.496,41,1.506,42,2.134,43,2.553,44,2.553,46,2.553,50,1.802,54,3.614,55,3.159,56,3.614,57,3.266,58,3.266,60,1.864,80,1.037,88,2.345,89,3.061,90,2.315,96,2.315,107,1.848,118,1.095,120,1.772,121,1.833,128,1.559,183,1.848,184,2.259,198,2.514,200,2.593,201,3.108,202,1.833,203,0.953,204,2.682,205,2.682]],["t/219",[2,2.236,6,1.83,8,2.036,14,0.76,19,1.744,20,4.141,21,1.996,22,2.153,42,1.908,43,2.282,44,2.282,46,2.282,50,2.452,54,3.323,55,2.904,56,3.323,57,3.003,58,3.003,60,1.667,70,1.585,71,2.779,73,1.572,80,1.084,88,3.191,89,3.407,90,2.07,96,2.07,107,1.652,118,0.979,120,1.585,162,2.942,183,1.652,186,2.536,193,2.397,198,2.248,200,2.318,201,2.779,202,1.638,203,0.852,204,2.397,205,2.397,206,2.647,207,3.277,208,2.856,209,1.868,210,2.779]],["t/222",[13,1.669,20,4.089,27,2.519,28,2.837,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,0.957,127,2.308,128,2.536,198,4.089,199,4.93]],["t/224",[2,1.371,6,1.482,8,1.511,14,0.858,19,1.97,20,4.919,22,2.432,36,2.201,37,2.024,38,2.007,40,1.511,41,1.521,42,2.156,43,2.578,44,2.578,46,2.578,50,1.82,54,3.641,55,3.182,56,3.641,57,3.29,58,3.29,60,1.883,73,1.776,80,0.877,88,2.369,89,3.083,90,2.339,96,2.339,107,1.867,118,1.106,120,1.79,121,1.851,128,1.575,198,2.539,200,2.619,201,3.139,202,1.851,203,0.962,204,2.708,205,2.708]],["t/226",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/229",[12,2.707,13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,0.913,127,2.202,128,2.42,143,3.789,144,3.961,198,3.901,199,4.704,211,5.107]],["t/231",[19,4.349,20,4.607,22,4.414,80,1.312,89,3.79,198,4.607,202,3.359]],["t/233",[2,1.443,6,1.056,8,2.316,14,0.903,19,3.019,20,2.672,22,2.56,36,2.285,37,2.102,38,2.113,39,3.147,40,1.59,41,1.601,42,2.269,43,2.713,44,2.713,46,2.713,50,1.915,54,3.78,55,3.304,56,3.78,57,3.416,58,3.416,60,1.982,73,1.869,80,0.911,88,2.493,89,3.201,90,2.461,96,2.461,118,1.164,128,1.657,198,2.672,200,2.757,201,3.304,202,1.948,203,1.013,211,3.498]],["t/235",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/238",[13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,0.913,127,2.202,128,2.42,143,3.789,144,3.961,149,3.844,198,3.901,199,4.704,211,5.107]],["t/240",[80,1.373,89,4.086,198,4.967,202,3.621]],["t/242",[2,1.459,6,1.068,8,1.607,14,0.913,19,3.042,20,2.701,22,2.587,36,2.303,37,2.118,38,2.135,40,1.607,41,1.618,42,2.293,43,2.742,44,2.742,46,2.742,50,1.936,54,3.809,55,3.329,56,3.809,57,3.442,58,3.442,60,2.003,73,1.889,80,0.918,88,2.519,89,3.226,90,2.487,96,2.487,118,1.177,128,1.675,145,2.701,198,2.701,200,2.786,201,3.339,202,1.969,203,1.024,211,3.536]],["t/244",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/247",[12,2.666,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.088,34,1.941,35,2.128,80,0.9,127,2.169,128,2.383,143,3.732,144,3.901,198,3.842,199,4.633,211,5.03,212,6.328]],["t/249",[89,4.008,118,2.122,202,3.551,203,1.846,213,5.874,214,5.738]],["t/251",[2,1.428,6,1.046,8,1.574,14,0.894,19,2.996,20,2.645,22,2.533,36,2.268,37,2.086,38,2.091,40,1.574,41,1.584,42,2.245,43,2.685,44,2.685,46,2.685,50,1.896,54,3.751,55,3.279,56,3.751,57,3.39,58,3.39,60,1.961,73,1.85,80,0.904,88,2.467,89,3.177,90,2.436,96,2.436,118,1.152,128,1.64,198,2.645,200,2.728,201,3.27,202,1.928,203,1.002,211,3.462,213,3.189,214,3.115,215,3.578]],["t/253",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/256",[12,2.749,13,1.617,27,2.44,28,2.749,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,127,2.237,128,2.457,198,3.962,199,4.777,210,4.899,211,5.187]],["t/258",[36,2.917,37,2.683,40,2.956,41,2.976,150,4.825]],["t/260",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/262",[7,2.432,80,1.041,118,1.937,121,3.241,209,3.696,216,3.356,217,5.237,218,4.148,219,4.829,220,6.017,221,4.663]],["t/264",[13,1.989,14,1.647,80,1.357,124,2.805,218,4.545]],["t/266",[14,2.112,80,1.298,118,2.415,124,2.605,222,4.668]],["t/268",[9,2.354,13,1.669,27,2.519,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,0.957,127,2.308,128,2.536,188,3.087,189,3.059,218,3.815]],["t/270",[0,2.07,1,0.618,6,1.624,14,1.065,25,2.618,31,2.616,36,0.771,37,0.39,40,0.43,41,0.433,62,0.712,70,0.509,80,1.193,107,0.531,116,3.979,118,0.966,120,0.509,121,2.1,126,1.452,141,0.702,203,1.499,209,0.601,217,0.851,218,4.289,221,4.821,223,1.303,224,4.424,225,6.751,226,4.424,227,3.942,228,4.618,229,4.424,230,4.262,231,4.424,232,3.747,233,4.224,234,4.446,235,5.197,236,5.197,237,5.197,238,2.124,239,3.562,240,4.238,241,0.978,242,1.97,243,1.015,244,0.978,245,1.115,246,1.19,247,0.893,248,2.162,249,1.354,250,1.19,251,1.115,252,1.059,253,1.303,254,0.815,255,0.978,256,0.946,257,0.657,258,1.059]],["t/272",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/274",[0,1.781,1,2.471,2,2.91,4,1.451,6,1.554,8,2.034,14,0.565,32,0.897,34,1.369,72,1.521,118,1.181,120,3.697,121,2.492,148,1.56,151,1.075,162,3.548,166,2.45,203,0.634,259,1.54,260,4.892,261,3.526,262,2.58,263,2.58,264,2.451,265,6.475,266,3.444,267,2.943,268,3.974,269,4.464,270,3.548,271,3.192,272,1.647,273,3.231,274,2.58,275,2.753,276,2.348,277,2.58,278,2.753,279,1.886,280,2.671,281,2.379,282,2.189,283,2.58,284,2.58,285,1.926]],["t/276",[1,2.492,3,2.668,6,0.74,7,0.589,8,0.641,9,0.62,11,1.663,20,1.077,34,0.544,66,0.654,70,1.32,72,0.98,115,2.282,118,1.726,119,2.803,120,2.093,121,0.785,138,0.968,146,2.034,151,1.597,157,2.746,158,1.932,164,0.925,166,1.342,176,0.806,184,0.968,194,1.17,202,0.785,203,0.71,227,0.946,232,2.072,257,1.704,258,1.58,259,2.734,260,1.005,261,1.932,272,2.448,279,2.113,286,1.943,287,1.774,288,1.663,289,1.774,290,2.316,291,2.918,292,1.269,293,1.943,294,1.663,295,1.332,296,1.943,297,2.746,298,5.189,299,1.845,300,4.091,301,3.361,302,2.534,303,2.534,304,1.458,305,1.663,306,1.794,307,1.332,308,1.774,309,1.663,310,1.513,311,3.167,312,1.943,313,2.034,314,1.774,315,1.943,316,2.89,317,1.774,318,1.17,319,1.269,320,1.077,321,1.774,322,1.663,323,1.663,324,1.299,325,1.17,326,1.774,327,2.746,328,2.034,329,3.378,330,3.084,331,1.774,332,1.41,333,1.932,334,1.58,335,1.046,336,1.369,337,1.774,338,1.062,339,1.943,340,1.41,341,1.58,342,1.58,343,1.663,344,1.216,345,1.943,346,1.873,347,1.458,348,1.458,349,1.58,350,1.943,351,1.58,352,1.513,353,1.299,354,1.873,355,1.943,356,1.943,357,1.943]],["t/278",[1,1.806,2,1.414,6,1.035,31,1.362,72,2.381,107,1.924,171,4.311,184,3.444,267,2.842,276,3.676,292,3.083,313,2.842,318,2.842,338,2.579,344,2.953,346,2.617,358,6.914,359,4.722,360,6.312,361,4.722,362,3.015,363,3.838,364,4.722,365,4.722,366,5.62,367,3.156,368,4.04,369,4.722,370,6.914,371,3.083,372,3.326,373,4.722,374,4.722,375,3.426,376,3.083,377,4.722,378,4.722,379,3.676,380,4.722,381,3.326,382,4.311,383,4.311,384,4.722,385,4.722,386,4.311]],["t/280",[1,2.517,4,1.531,6,1.756,8,2.414,14,1.198,16,1.586,116,2.575,118,2.388,120,3.132,121,2.064,127,0.996,146,1.916,164,1.514,176,1.32,202,2.064,203,1.962,227,1.549,257,3.225,260,3.785,273,3.351,279,1.991,280,2.789,281,1.549,284,2.723,285,2.033,301,3.831,307,3.5,313,1.916,319,2.078,333,1.82,387,2.182,388,2.478,389,2.388,390,2.723,391,2.723,392,2.587,393,3.132,394,3.831,395,2.723,396,2.906,397,2.388,398,2.587,399,2.723,400,2.723,401,2.906,402,2.723]],["t/282",[0,1.681,1,2.227,2,2.148,3,1.894,4,1.352,6,0.616,7,1.605,9,0.897,32,1.373,34,0.441,35,0.484,36,0.915,37,1.138,51,0.874,66,0.531,70,1.486,72,2.327,73,0.611,86,1.144,98,0.949,114,0.742,138,0.785,150,0.849,151,1.354,155,0.758,158,0.901,164,0.75,165,2.108,166,1.834,178,1.11,184,0.785,202,0.637,203,1.746,209,0.726,218,1.453,259,2.704,260,3.293,261,0.901,267,0.949,271,1.029,272,1.535,273,0.826,279,0.986,280,2.076,288,2.404,291,3.613,292,3.457,299,3.208,302,1.182,306,0.837,325,0.949,333,0.901,340,1.144,341,1.281,344,0.986,346,2.935,347,1.182,348,1.182,351,1.281,352,1.227,353,1.054,362,1.007,367,1.054,371,1.029,372,1.11,375,1.144,387,1.081,393,1.723,397,2.108,403,1.11,404,2.926,405,1.926,406,3.63,407,2.851,408,0.861,409,2.188,410,1.281,411,1.029,412,1.281,413,1.029,414,1.926,415,1.878,416,1.081,417,2.427,418,1.794,419,1.227,420,1.281,421,0.861,422,2.284,423,2.039,424,1.081,425,1.227,426,1.281,427,2.108,428,1.182,429,1.281,430,1.281,431,1.144,432,1.054,433,1.11,434,1.349,435,2.947,436,1.349,437,1.439,438,1.439,439,2.565,440,1.834,441,1.439,442,1.439,443,1.439,444,1.227,445,1.182,446,1.349,447,1.081,448,1.576,449,1.227]],["t/284",[217,5.33,218,5.172,259,4.168,271,5.33,449,6.356,450,4.396,451,4.914,452,6.635,453,6.635]],["t/286",[2,2.534,7,2.566,121,3.42,183,3.45,218,4.377,259,4.322,450,4.558,454,7.243]],["t/288",[13,2.154,218,4.922]],["t/290",[13,1.784,27,2.691,29,2.71,30,2.673,31,2.275,32,2.345,33,2.375,34,2.208,35,2.42,127,2.467,128,2.71,218,4.077]],["t/292",[2,1.479,14,0.926,25,2.277,31,2.423,36,1.609,37,1.479,40,1.008,41,1.015,107,1.245,116,3.604,121,1.997,141,1.646,183,1.245,209,1.408,217,1.995,218,4.342,224,3.848,226,3.848,227,4.086,229,3.848,230,3.707,231,3.848,232,3.031,233,4.017,239,3.387,259,4.287,271,5.482,447,3.387,449,5.565,450,1.646,452,4.017,453,4.017,455,6.525,456,2.79,457,6.525,458,4.017,459,2.873,460,4.228,461,4.942,462,4.512,463,3.848,464,2.922,465,2.79]],["t/294",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/297",[13,2.154,51,5.276]],["t/299",[13,1.847,27,2.787,29,2.807,30,2.768,31,2.356,32,2.429,33,2.459,34,2.286,35,2.506,51,4.525]],["t/301",[2,2.044,36,3.24,37,2.674,40,2.253,41,2.967,51,5.518,209,3.146,291,3.285,346,3.785,372,4.81,421,3.73,466,6.828,467,6.828,468,5.55,469,6.828]],["t/303",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/305",[1,2.581,7,2.04,70,2.63,80,1.148,118,1.625,123,3.979,146,4.05,148,3.479,151,2.398,209,3.1,221,3.911,247,4.612,256,4.883,257,3.393,318,4.05,470,6.142,471,5.757,472,6.728,473,5.238]],["t/307",[1,2.34,13,2.028,218,4.634,247,6.142,474,7.283]],["t/309",[1,1.953,4,2.532,5,3.228,80,1.298,118,1.806,148,3.867,166,2.091,227,2.561,247,5.125,333,4.973,335,4.683,381,3.707,451,3.168,473,5.821,475,4.277,476,6.182,477,7.372,478,7.441,479,4.805,480,4.277]],["t/311",[13,1.754,27,2.646,29,2.665,30,2.628,31,2.236,32,2.306,33,2.335,34,2.17,35,2.379,218,5.009,481,6.299,482,6.299]],["t/313",[0,3.019,13,1.381,27,2.083,29,2.098,30,2.069,31,1.761,32,1.816,33,1.838,34,1.709,35,1.873,80,0.792,108,5.837,141,3.286,218,4.285,252,4.96,381,4.298,460,5.221,475,4.96,476,3.984,477,6.452,480,4.96,481,4.96,482,4.96,483,4.751,484,5.571]],["t/315",[0,2.558,1,2.719,36,2.285,37,2.102,40,1.59,41,1.601,80,1.18,123,2.851,141,3.78,148,2.493,209,2.221,247,5.674,256,5.094,318,2.902,470,4.401,471,4.125,473,6.445,474,6.729,485,6.409,486,4.821,487,7.558,488,4.821,489,4.821,490,4.401,491,4.821,492,4.821]],["t/317",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/319",[2,2.044,4,3.285,6,1.496,80,1.159,89,3.114,166,2.713,176,2.832,206,4.458,207,3.626,218,5.147,281,3.323,400,5.842,450,4.809,481,5.55,482,5.55,493,6.234,494,6.828]],["t/321",[6,2.043,13,2.11,495,7.978]],["t/323",[1,1.953,4,2.532,5,3.228,80,1.298,118,1.806,148,3.867,166,2.091,227,2.561,247,5.125,333,4.973,335,4.683,381,3.707,451,3.168,473,5.821,475,4.277,476,6.182,477,7.372,478,7.441,479,4.805,480,4.277]],["t/325",[6,1.758,13,1.815,27,2.739,29,2.758,30,2.72,31,2.315,32,2.386,33,2.416,34,2.246,35,2.462,495,6.863]],["t/327",[0,3.075,6,1.374,13,1.419,27,2.14,29,2.155,30,2.125,31,1.809,32,1.865,33,1.888,34,1.755,35,1.924,80,0.814,108,5.944,141,3.376,252,5.095,381,4.416,460,5.364,475,5.095,476,4.093,477,6.57,480,5.095,483,4.881,484,5.723,495,5.364]],["t/329",[1,1.205,2,1.382,6,0.616,14,0.865,20,1.558,25,2.126,31,2.329,36,0.513,37,0.472,40,0.52,41,0.524,80,0.493,94,2.404,107,1.145,116,3.429,118,0.679,121,1.865,203,0.59,218,4.175,224,3.593,226,3.593,227,3.928,229,3.593,230,3.462,231,3.593,232,2.831,238,1.834,239,3.163,241,2.108,247,1.926,256,3.349,259,4.122,271,5.27,449,5.294,450,0.849,452,3.751,453,3.751,455,6.207,456,2.565,457,6.207,458,3.751,464,4.02,465,2.565,473,5.294,474,2.284,481,1.281,482,1.281,483,2.188,485,1.439,487,2.565,490,1.439,493,1.439,496,1.576,497,1.576,498,1.576,499,1.576,500,2.81,501,1.576,502,1.576,503,1.576,504,1.576,505,2.81,506,4.615,507,4.213,508,4.615,509,3.751,510,4.615]],["t/331",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/333",[1,2.266,6,1.433,8,2.156,14,1.826,80,0.848,116,3.296,118,2.506,120,2.555,273,3.425,301,4.903,387,4.48,388,5.089,389,4.903,390,5.593,391,5.593,392,5.313,393,4.009,511,4.903]],["t/335",[7,2.999,8,2.646,9,2.56,14,1.503,80,1.041,118,2.389,123,4.743,149,4.381,222,4.587]],["t/337",[13,1.847,14,1.874,80,1.298,118,2.415,124,2.605,149,4.459,222,4.668]],["t/339",[14,1.53,72,4.117,107,3.327,115,4.608,118,1.972,158,5.719,512,6.985]],["t/341",[8,3.229,14,2.087,80,1.27,118,2.364,124,2.516,222,4.508]],["t/343",[9,2.246,13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,80,0.913,118,1.7,127,2.202,128,2.42,149,3.844,188,2.945,189,2.919,513,3.425]],["t/345",[8,2.395,9,2.317,14,1.361,36,3.025,37,2.782,38,3.182,39,4.74,40,2.395,41,2.411,80,0.942,118,2.244,188,3.038,189,3.011,513,3.533]],["t/347",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/349",[7,3.134,80,1.119,114,4.866,118,2.083,319,5.63]],["t/351",[13,1.847,14,1.874,80,1.298,114,3.842,118,2.415,124,2.605,222,4.668]],["t/353",[14,2.087,80,1.27,114,4.607,118,2.364,124,2.516,222,4.508]],["t/355",[9,2.212,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.088,34,1.941,35,2.128,80,0.9,114,3.262,118,1.674,127,2.169,128,2.383,143,3.732,188,2.9,189,2.875,513,3.373]],["t/357",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,197,4.84]],["t/359",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/361",[7,3.17,80,1.141,118,2.122,454,7.52,514,5.109]],["t/363",[13,1.881,14,1.895,80,1.312,118,2.442,124,2.652,222,4.753]],["t/365",[14,2.112,80,1.298,118,2.415,124,2.605,222,4.668]],["t/367",[9,2.317,13,1.643,27,2.479,29,2.496,30,2.462,31,2.095,32,2.16,33,2.187,34,2.033,35,2.229,80,0.942,118,1.753,127,2.272,128,2.496,188,3.038,189,3.011,513,3.533]],["t/369",[9,2.317,14,1.361,36,3.025,37,2.782,40,2.395,41,2.411,80,0.942,118,2.244,188,3.038,189,3.011,209,3.345,319,4.74,513,3.533,514,4.22]],["t/371",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/373",[2,2.102,6,1.538,7,2.128,36,1.569,37,1.443,40,1.59,41,1.601,70,1.884,71,4.812,80,0.911,89,2.198,118,1.999,120,1.884,121,1.948,122,3.015,151,1.718,183,1.965,184,2.402,204,2.851,205,2.851,209,3.814,216,2.017,227,2.346,242,2.373,335,2.596,366,3.918,389,3.616,464,4.895,515,4.125,516,3.753,517,3.079,518,3.753,519,2.633,520,3.498,521,3.147,522,4.812,523,3.616]],["t/375",[13,1.989,14,1.647,80,1.357,118,2.122,124,2.805]],["t/377",[14,1.938,80,1.342,118,2.083,124,2.752,183,3.515]],["t/379",[9,2.354,13,1.669,27,2.519,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,0.957,118,1.781,127,2.308,128,2.536,188,3.087,189,3.059]],["t/381",[9,2.823,14,1.658,36,2.19,37,2.014,40,2.22,41,2.235,80,1.148,118,2.387,141,3.623,188,3.701,189,3.669,204,3.979,205,3.979,513,3.274,524,3.675]],["t/383",[13,1.989,14,1.647,80,1.357,118,2.122,124,2.805]],["t/385",[14,1.938,80,1.342,118,2.083,124,2.752,183,3.515]],["t/387",[9,2.281,13,1.617,27,2.44,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,107,2.913,118,1.726,127,2.237,128,2.457,188,2.991,189,2.964,522,4.899]],["t/389",[9,2.317,14,1.361,36,2.363,37,2.173,40,2.395,41,2.411,50,2.885,80,0.942,118,2.244,141,3.909,188,3.038,189,3.011,204,4.293,205,4.293,513,3.533,525,5.901]],["t/391",[13,1.989,14,1.647,80,1.357,118,2.122,124,2.805]],["t/393",[14,1.938,80,1.342,118,2.083,124,2.752,183,3.515]],["t/395",[9,2.179,13,1.545,27,2.331,29,2.348,30,2.315,31,1.97,32,2.032,33,2.057,34,1.912,35,2.096,50,2.713,80,0.886,107,2.783,118,1.649,127,2.137,128,2.348,188,2.857,189,2.832,522,4.68,523,5.122,525,5.55]],["t/397",[9,2.392,14,1.405,36,2.44,37,2.244,40,2.473,41,2.49,80,0.973,118,2.291,141,4.037,188,3.137,189,3.109,204,4.433,205,4.433,524,4.095]],["t/399",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/401",[1,2.584,7,2.432,12,3.085,118,2.389,120,3.867,121,3.241,183,3.269,421,4.381]],["t/403",[12,3.085,13,1.815,14,1.854,80,1.284,118,2.389,120,3.135,124,2.56,222,4.587]],["t/405",[1,2.556,12,3.765,14,1.995,80,1.27,118,1.904,124,2.516,222,4.508]],["t/407",[1,2.089,115,3.903,117,3.554,118,1.399,119,3.624,134,3.873,142,6.501,151,2.065,152,3.971,158,3.313,160,3.971,161,5.482,164,2.757,173,4.957,176,3.317,227,2.82,307,3.971,394,4.346,526,5.794,527,5.794,528,5.794,529,5.794,530,4.957,531,4.709,532,3.873,533,3.971,534,5.29]],["t/409",[9,2.147,12,2.588,13,1.522,27,2.297,28,2.588,29,2.313,30,2.281,31,1.941,32,2.002,33,2.027,34,1.884,35,2.065,80,0.873,118,1.625,120,2.63,127,2.106,128,2.313,143,3.623,144,3.787,188,2.815,189,2.79,513,3.274]],["t/411",[1,2.059,36,3.186,37,2.93,38,3.455,40,2.601,41,2.618,120,3.081,535,7.621,536,7.197]],["t/413",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/415",[6,1.822,7,2.52,118,2.007,120,3.248,123,4.915,183,3.387,209,3.83,216,3.478,537,3.87]],["t/417",[13,1.847,14,1.874,80,1.298,118,2.415,124,2.605,222,4.668,519,4.459]],["t/419",[14,2.112,80,1.298,118,2.415,124,2.605,222,4.668]],["t/421",[9,2.281,13,1.617,27,2.44,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,118,1.726,127,2.237,128,2.457,188,2.991,189,2.964,513,3.478,519,3.904]],["t/423",[6,2.1,36,3.12,37,2.282,40,2.514,41,2.531,62,4.163,118,1.841,209,3.512,243,5.934,537,4.463,538,5.369]],["t/425",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/427",[6,1.855,7,2.566,60,3.48,118,2.044,123,5.005,183,3.45,216,3.542,537,3.941]],["t/429",[12,3.085,13,1.815,14,1.854,80,1.284,118,2.389,124,2.56,222,4.587,539,5.65]],["t/431",[14,2.112,80,1.298,118,2.415,124,2.605,222,4.668]],["t/433",[6,1.964,244,6.721,537,4.172,538,6.311,540,7.667]],["t/435",[9,2.147,12,2.588,13,1.522,27,2.297,28,2.588,29,2.313,30,2.281,31,1.941,32,2.002,33,2.027,34,1.884,35,2.065,80,0.873,118,1.625,127,2.106,128,2.313,143,3.623,144,3.787,188,2.815,189,2.79,513,3.274,539,4.739]],["t/437",[36,2.975,37,2.736,40,3.015,41,3.035]],["t/439",[1,1.66,6,1.867,38,2.786,51,3.523,66,2.868,70,2.484,80,0.825,145,3.523,166,2.525,194,5.127,197,3.634,209,2.928,216,2.659,424,4.356,519,3.472,541,6.923,542,6.923,543,6.631,544,5.438,545,5.438]],["t/441",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/443",[1,2.059,7,2.39,118,1.904,120,3.081,121,3.186,209,3.632,216,3.299,217,5.147,218,4.077,219,4.746,220,5.913,221,4.583]],["t/445",[13,1.847,14,1.874,80,1.298,118,2.415,124,2.605,218,4.222,222,4.668]],["t/447",[14,2.112,80,1.298,118,2.415,124,2.605,222,4.668]],["t/449",[9,2.281,13,1.617,27,2.44,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,118,1.726,127,2.237,128,2.457,188,2.991,189,2.964,218,3.696,513,3.478]],["t/451",[1,1.609,14,1.045,18,0.975,25,2.57,31,2.59,36,0.981,37,0.511,40,0.563,41,0.566,57,0.83,58,0.83,70,0.666,92,1.328,107,0.695,108,1.201,116,3.928,118,2.168,120,2.603,121,1.974,126,1.046,176,0.707,203,0.633,209,0.786,213,3.728,217,1.113,218,4.314,221,4.337,224,4.343,225,6.064,226,4.343,227,3.933,228,3.97,229,4.343,230,4.184,231,4.343,232,3.779,233,3.289,234,3.462,239,3.348,240,1.557,246,1.557,247,1.169,248,2.75,249,2.314,250,1.557,251,1.459,252,1.386,254,1.067,255,1.279,256,2.937,257,0.86,258,1.386,282,1.238,295,1.169,318,1.027,431,2.937,458,1.386,464,1.781,546,3.462,547,4.047,548,3.462,549,4.047,550,1.557,551,1.557,552,1.386,553,1.557,554,1.705,555,1.557,556,1.459,557,1.14,558,1.279]],["t/453",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/455",[0,1.854,1,2.229,2,1.523,3,2.535,6,1.871,7,1.542,35,1.562,37,2.185,50,2.022,51,4.046,66,2.458,72,2.566,116,2.566,119,3.183,127,1.592,166,2.022,197,4.174,209,3.363,215,3.816,216,3.054,242,2.505,257,3.681,440,3.322,537,2.369,559,3.183,560,4.353,561,4.645,562,7.299,563,4.135,564,4.645,565,6.663]],["t/458",[1,1.783,6,1.496,7,2.07,51,3.785,66,3.007,70,2.669,115,2.91,151,2.433,166,2.713,197,3.905,216,2.857,267,4.11,332,4.955,416,4.68,533,4.68,566,4.361,567,6.828,568,6.828,569,6.828,570,5.55]],["t/460",[1,0.976,6,0.819,7,1.484,8,1.912,12,3.212,14,0.409,51,1.211,60,2.012,66,1.648,68,0.725,116,1.884,118,1.932,120,0.854,121,1.51,149,2.674,194,4.273,197,2.136,203,1.924,216,0.914,217,1.426,242,1.839,291,1.051,299,2.674,338,1.193,404,1.861,408,1.193,414,1.497,417,3.126,418,1.395,440,1.426,444,1.7,519,3.165,541,3.036,542,3.036,543,2.908,552,1.775,559,2.337,561,1.994,563,3.036,564,1.994,565,4.469,571,3.196,572,1.994,573,5.29,574,3.736,575,3.736,576,9.725,577,7.586,578,7.998,579,8.147,580,3.41,581,3.036,582,3.196,583,1.994,584,2.184]],["t/463",[0,1.914,1,1.372,2,0.987,3,1.643,4,2.527,6,1.151,7,1.985,12,1.268,25,1.519,33,0.993,34,1.833,35,1.012,36,1.073,37,0.987,38,2.87,40,1.088,41,1.095,66,3.069,70,1.289,71,2.26,80,0.428,85,2.022,115,1.405,121,1.332,127,1.032,134,2.204,139,2.26,151,1.872,166,2.967,183,1.344,197,3.744,215,2.473,257,2.649,261,1.886,262,2.821,263,2.821,267,1.985,313,1.985,348,3.94,382,3.01,414,4.488,416,2.26,440,2.153,533,4.488,559,2.063,560,2.821,566,2.106,579,3.01,585,3.297,586,3.297,587,3.297,588,2.26,589,2.473,590,2.821,591,3.297,592,3.297,593,5.253,594,4.796,595,3.297,596,2.68,597,2.323,598,3.297,599,3.297]],["t/465",[0,2.107,1,1.51,2,1.731,16,1.856,21,1.834,33,1.122,50,1.48,116,1.879,127,1.809,151,1.328,166,1.48,183,1.518,318,2.243,331,3.401,340,4.196,362,3.693,408,3.871,444,2.901,445,2.794,447,3.963,468,6.491,600,2.624,601,4.7,602,4.7,603,2.794,604,3.188,605,3.188,606,2.901,607,2.704,608,2.794,609,3.028,610,3.188,611,3.028,612,3.188,613,2.794,614,3.028,615,3.188,616,3.188,617,2.901,618,3.188,619,3.028,620,4.073,621,4.947,622,4.502,623,3.188,624,3.188,625,3.188,626,2.624,627,3.028,628,2.379,629,2.901,630,3.725,631,3.401,632,3.775,633,2.553,634,3.401,635,3.028,636,3.725,637,3.401]],["t/467",[0,0.988,1,0.708,2,1.342,6,0.595,14,0.508,16,1.351,25,1.25,33,1.351,50,1.078,70,1.752,80,0.352,116,2.889,118,0.655,122,1.697,127,1.403,135,2.805,150,1.461,151,1.598,166,2.277,176,1.125,183,1.106,203,0.57,242,1.336,271,2.927,272,2.449,306,2.381,318,2.699,333,1.551,335,3.085,340,1.969,346,2.485,362,2.863,405,1.859,444,2.112,445,2.035,447,3.073,537,1.263,559,1.697,602,2.205,603,3.363,605,2.321,606,2.112,607,3.254,608,4.298,610,2.321,611,4.657,612,2.321,613,4.298,614,3.644,615,2.321,616,2.321,617,2.112,620,4.688,622,2.112,625,2.321,626,1.911,627,2.205,629,2.112,631,2.477,632,4.345,633,3.073,634,2.477,635,2.205,637,2.477,638,4.093,639,2.321,640,2.477,641,2.713,642,1.969,643,2.477,644,3.644,645,2.112,646,3.644,647,2.477,648,2.321,649,2.205,650,2.713,651,2.713,652,3.836,653,2.477,654,2.321,655,2.713,656,2.477,657,2.713]],["t/469",[0,2.098,1,1.269,2,1.939,6,0.812,14,0.694,21,1.065,33,1.116,50,0.86,69,1.524,116,1.869,127,2.026,135,1.353,136,5.701,151,0.771,166,0.86,183,1.981,184,1.846,194,1.302,216,0.905,221,1.257,227,1.053,239,1.483,242,1.065,271,1.412,272,1.182,303,1.623,306,1.149,310,1.684,318,2.231,333,1.237,335,4.288,340,2.689,362,2.366,376,1.412,408,2.655,437,1.975,440,1.412,441,5.257,445,1.623,447,3.947,468,5.263,559,3.602,602,5.263,603,5.664,606,1.684,607,2.689,608,2.779,609,1.758,611,3.951,613,2.779,614,1.758,617,1.684,618,1.851,619,1.758,620,4.056,621,3.17,622,2.885,623,1.851,624,3.17,626,1.524,628,1.382,632,2.419,633,2.54,638,3.383,643,3.383,644,3.012,645,1.684,646,1.758,647,1.975,649,1.758,658,4.437,659,3.784,660,1.975,661,4.861,662,3.383,663,2.163,664,3.706,665,1.446,666,1.57]],["t/471",[0,1.756,1,1.833,2,1.443,3,2.402,6,1.538,50,1.915,68,1.601,72,2.431,116,3.54,118,1.164,155,3.377,166,2.789,203,1.013,242,2.373,257,2.431,261,2.757,306,2.56,311,2.851,342,3.918,367,3.222,403,3.396,405,3.304,411,3.147,440,5.937,519,2.633,524,2.633,537,3.855,665,3.222,666,3.498,667,7.02,668,6.409,669,4.821,670,4.401,671,3.918,672,4.821,673,4.821,674,2.957]],["t/473",[0,1.56,6,2.016,7,1.298,14,1.205,19,3.321,22,2.274,25,1.973,35,1.314,50,3.068,70,1.673,80,1.002,89,3.914,115,1.824,126,2.626,127,1.34,128,1.472,138,2.133,151,1.526,166,1.701,183,1.745,199,2.861,207,2.274,215,3.211,216,1.791,254,2.678,257,3.894,303,3.211,440,5.041,537,1.993,559,4.022,560,3.663,644,3.48,675,3.909,676,3.909,677,3.909,678,6.43,679,4.281,680,3.48,681,4.281,682,4.281,683,3.211]],["t/475",[1,1.089,3,0.882,6,1.8,8,1.656,9,1.601,12,1.603,14,0.94,25,1.435,73,1.208,80,1.327,89,2.288,114,2.966,115,0.755,116,3.644,118,2.342,120,1.629,121,1.259,138,0.882,149,1.701,151,2.927,166,0.704,183,2.33,194,1.875,199,1.184,203,1.98,207,0.941,216,1.303,230,3.127,254,1.108,279,5.298,299,2.277,335,0.954,344,1.108,387,1.214,404,2.5,407,3.079,532,1.184,537,0.825,559,1.108,582,2.665,644,1.439,675,1.617,676,1.617,677,1.617,684,3.494,685,1.617,686,1.131,687,1.214,688,8.213,689,4.169,690,1.771,691,5.019,692,1.771]],["t/477",[1,2.063,6,1.45,38,1.949,60,1.828,72,2.243,80,0.577,89,2.028,116,4.411,118,1.908,120,1.738,126,2.728,151,1.585,164,2.116,166,2.628,183,2.696,184,2.215,193,2.63,203,1.659,207,2.362,242,3.889,257,2.243,260,3.421,306,2.362,311,2.63,318,2.677,327,3.615,333,2.543,404,2.215,445,3.336,514,2.585,516,3.462,519,2.429,559,2.782,603,3.336,627,3.615,628,2.84,693,2.782,694,4.447,695,6.615,696,3.805,697,4.06]],["t/479",[63,3.016,64,2.952,65,3.016,118,2.469,123,5.005,183,3.45,519,4.624]],["t/481",[60,3.48,63,3.016,64,2.952,65,3.016,118,2.469,123,5.005,519,4.624]],["t/483",[6,1.855,7,2.566,123,5.005,183,3.45,203,1.778,209,3.9,216,3.542,537,3.941]],["t/485",[13,1.847,14,1.874,80,1.298,124,2.605,203,1.715,407,4.396,519,4.459,698,5.456]],["t/487",[14,2.112,80,1.298,124,2.605,203,1.715,407,4.396,698,5.456]],["t/489",[12,2.666,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.088,34,1.941,35,2.128,80,0.9,127,2.169,128,2.383,143,3.732,144,3.901,203,1.456,513,3.373,519,3.786,699,5.93]],["t/491",[6,1.822,36,2.705,37,2.488,40,2.742,41,2.761,62,4.54,243,6.471,537,3.87,538,5.854]],["t/493",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/495",[6,1.855,7,2.566,60,3.48,123,5.005,183,3.45,203,1.778,216,3.542,537,3.941]],["t/497",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,1.685,407,4.319,539,5.65,698,5.361]],["t/499",[14,2.112,80,1.298,124,2.605,203,1.715,407,4.396,698,5.456]],["t/501",[6,1.964,244,6.721,537,4.172,538,6.311,540,7.667]],["t/503",[13,1.669,27,2.519,29,2.536,30,2.501,31,2.129,32,2.195,33,2.222,34,2.066,35,2.265,80,0.957,127,2.308,128,2.536,203,1.55,513,3.59,539,5.196,699,6.312]],["t/505",[36,2.975,37,2.736,40,3.015,41,3.035]],["t/507",[1,1.513,6,1.753,38,2.539,51,3.212,63,2.065,64,2.021,65,2.065,66,3.326,67,2.006,68,1.924,70,2.265,80,0.752,145,3.212,166,2.302,194,4.815,197,3.313,209,2.67,216,2.425,424,3.971,519,3.165,541,6.501,542,6.501,543,6.227,544,4.957,545,4.957]],["t/509",[0,2.622,1,2.414,3,4.031,6,0.837,16,1.902,38,1.674,72,1.925,80,0.765,118,0.922,121,1.543,146,2.299,151,2.1,166,2.86,203,0.802,257,2.972,261,3.37,273,3.088,289,3.486,302,2.864,313,3.548,343,6.924,344,2.389,352,4.588,375,4.277,381,5.7,580,3.486,581,3.103,613,6.07,700,2.973,701,5.894,702,2.183,703,2.864,704,2.864,705,5.894,706,3.486,707,3.818,708,3.818,709,5.894,710,5.38,711,3.818,712,3.486]],["t/511",[1,2.546,6,1.151,8,1.088,12,1.268,70,1.289,118,2.285,120,2.559,146,1.985,148,1.705,153,2.26,164,2.499,166,1.31,202,1.332,203,2.1,227,1.605,257,4.381,260,3.386,266,2.323,281,1.605,291,3.15,292,2.153,306,3.477,311,1.95,313,3.941,328,1.985,336,3.7,387,2.26,393,2.022,399,2.821,404,2.617,408,2.869,600,2.323,601,2.68,640,4.796,713,4.796,714,2.393,715,2.821,716,3.297,717,3.297,718,3.297,719,2.473,720,3.297,721,3.297,722,4.796,723,3.297,724,2.567]],["t/513",[0,3.162,1,1.707,2,1.957,85,4.009,151,2.329,353,4.369,379,5.089,405,4.48,558,4.903,589,4.903,696,5.593,719,4.903,725,4.903,726,6.537,727,4.811,728,7.425,729,6.537,730,6.537,731,5.593,732,5.968,733,5.593]],["t/515",[73,3.407,98,5.291,151,3.132,166,3.492,414,6.024,671,7.143]],["t/517",[13,2.154,671,7.736]],["t/519",[32,2.774,33,2.809,69,6.568]],["t/521",[40,3.015,41,3.035,51,5.066,734,7.428]],["t/523",[33,1.915,37,1.903,55,4.009,107,2.59,108,4.477,148,3.287,464,3.758,735,5.802,736,5.838,737,6.356,738,6.356,739,6.356,740,5.802,741,6.356,742,6.356,743,6.356,744,6.356,745,6.356,746,5.802,747,6.356,748,6.356,749,5.802,750,6.356,751,6.356]],["t/525",[0,3.084,1,2.211,2,2.534,3,4.217,4,4.073,6,1.855,8,2.792,60,3.48]],["t/527",[2,2.437,6,1.784,7,1.802,36,1.935,37,1.78,40,1.961,41,1.974,71,5.579,151,2.118,183,2.423,184,2.961,204,3.515,205,3.515,209,4.277,216,2.487,227,2.893,335,3.201,464,5.489,515,5.086,520,4.314,521,3.881,522,5.579,523,4.459]],["t/529",[6,2.086,13,2.154]],["t/532",[6,1.699,13,1.754,27,2.646,28,2.981,29,2.665,30,2.628,31,2.236,32,2.306,33,2.335,34,2.17,35,2.379,127,2.425,128,2.665]],["t/534",[0,1.694,2,1.769,6,0.621,8,2.255,14,1.201,15,0.977,16,0.794,17,0.977,18,0.911,19,3.103,20,2.125,22,0.846,23,0.883,25,0.734,36,0.923,37,0.849,38,0.698,40,0.525,41,0.529,42,2.51,43,2.617,44,3.001,46,3.001,47,1.811,50,2.119,54,4.064,55,3.552,56,4.064,57,3.672,58,3.672,60,2.192,62,2.54,80,0.979,88,2.757,89,3.441,90,2.723,96,2.723,118,1.288,120,2.084,128,0.548,183,0.649,184,0.794,186,2.397,198,0.883,200,3.049,201,1.092,202,2.155,203,1.12,204,0.942,205,0.942,213,1.895,214,1.851,243,1.24,244,1.195,245,1.363,459,2.703,736,1.092,752,2.781,753,1.997,754,2.781,755,1.24,756,1.24,757,1.24,758,1.24,759,1.122,760,1.454,761,2.589,762,1.454,763,1.454,764,1.454,765,1.454,766,1.454,767,1.454]],["t/537",[6,1.643,13,1.696,27,2.56,28,2.883,29,2.578,30,2.542,31,2.163,32,2.231,33,2.259,34,2.099,35,2.302,127,2.346,128,2.578,141,4.037,522,5.139]],["t/539",[0,1.144,2,1.512,6,1.107,8,1.666,14,0.947,19,2.725,20,3.512,22,1.667,36,1.644,37,1.512,38,1.376,40,1.036,41,1.043,42,2.377,43,2.843,44,2.843,46,2.843,47,2.005,50,2.007,54,3.909,55,3.417,56,3.909,57,3.533,58,3.533,60,2.076,62,1.715,80,0.942,88,2.612,89,3.311,90,2.579,96,2.579,118,1.22,120,1.974,128,1.079,141,1.691,183,1.28,198,1.74,200,2.888,201,2.152,202,2.041,203,1.061,204,1.856,205,1.856,213,2.098,214,2.05,215,2.355,459,1.825,736,2.152,752,2.278,753,2.211,754,2.278,759,2.211,768,3.14,769,2.866,770,2.866]],["t/542",[6,1.566,13,1.617,27,2.44,28,2.749,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,127,2.237,128,2.457,238,4.666,522,4.899,523,5.361,769,6.525,770,6.525]],["t/544",[0,1.877,2,1.542,6,0.868,8,2.429,14,0.965,19,3.167,36,1.289,37,1.186,38,1.025,40,0.772,41,0.777,42,2.424,43,2.23,44,2.899,46,2.899,47,1.494,50,2.047,54,3.965,55,3.466,56,3.965,57,3.583,58,3.583,60,2.118,62,2.814,80,0.956,88,2.664,89,3.358,90,2.63,96,2.63,118,1.244,120,2.013,183,0.954,186,3.222,200,2.946,202,2.082,203,1.082,204,1.383,205,1.383,213,1.564,214,1.527,238,1.527,243,1.822,244,1.755,245,2.002,411,1.527,459,2.995,736,1.604,752,2.875,753,1.648,754,2.875,760,2.136,761,3.616,762,2.136,763,2.136,764,2.136,765,2.136,766,2.136,767,2.136,771,2.34,772,2.34]],["t/547",[6,1.643,13,1.696,27,2.56,28,2.883,29,2.578,30,2.542,31,2.163,32,2.231,33,2.259,34,2.099,35,2.302,80,0.973,127,2.346,128,2.578,198,4.156]],["t/549",[2,1.344,6,1.46,8,1.481,14,0.842,19,1.931,20,4.404,22,2.385,36,2.169,37,1.995,38,1.968,40,1.481,41,1.492,42,2.113,43,2.528,44,2.528,46,2.528,50,1.784,54,3.588,55,3.136,56,3.588,57,3.242,58,3.242,60,1.846,80,1.031,88,2.322,89,3.038,90,2.293,96,2.293,107,1.83,118,1.084,120,1.755,128,1.544,183,1.83,184,2.237,198,3.694,199,3.001,200,2.568,201,3.078,202,1.815,203,0.943,204,2.655,205,2.655]],["t/551",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/553",[2,2.631,6,1.926,7,2.664,73,3.407,121,3.551,183,3.582]],["t/555",[6,2.318,13,2.028,14,1.679,773,5.989]],["t/557",[6,2.318,14,1.982,773,5.989]],["t/559",[6,1.67,13,1.725,27,2.602,28,2.931,29,2.62,30,2.584,31,2.199,32,2.268,33,2.296,34,2.134,35,2.34,62,4.163,127,2.385,128,2.62]],["t/561",[0,1.504,2,1.236,6,0.905,8,1.362,14,1.415,15,2.531,16,2.056,17,2.531,18,2.36,19,2.69,23,2.288,25,1.902,36,2.036,37,1.873,38,1.809,40,1.362,41,1.371,42,1.942,43,2.323,46,2.323,47,2.636,50,1.64,54,3.368,55,2.944,56,3.368,57,3.044,58,3.044,60,1.697,62,2.254,73,1.6,80,0.812,88,2.134,89,2.852,90,2.107,96,2.107,118,0.997,120,1.613,121,1.668,200,2.36,202,1.668,203,0.867,213,2.759,214,2.695,459,2.399,752,2.995,753,2.907,754,2.995,755,3.213,756,3.213,757,3.213,758,3.213,759,2.907,774,4.127]],["t/563",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/565",[6,2.192,7,2.475,50,3.244,70,3.191,73,3.165,121,3.299,151,2.909,183,3.327,775,6.635]],["t/567",[6,2.003,13,2.068,50,3.631,776,8.343]],["t/569",[6,2.043,50,4.302]],["t/571",[6,1.643,13,1.696,27,2.56,28,2.883,29,2.578,30,2.542,31,2.163,32,2.231,33,2.259,34,2.099,35,2.302,127,2.346,128,2.578,759,5.281,776,6.845]],["t/573",[0,1.504,2,1.236,6,0.905,8,1.362,14,1.415,15,2.531,16,2.056,17,2.531,18,2.36,19,2.69,23,2.288,25,1.902,36,2.036,37,1.873,38,1.809,40,1.362,41,1.371,42,1.942,43,2.323,44,2.323,46,2.323,47,2.636,50,1.64,54,3.368,55,2.944,56,3.368,57,3.044,58,3.044,60,1.697,62,2.254,73,1.6,80,0.812,88,2.134,89,2.852,90,2.107,96,2.107,118,0.997,120,1.613,121,1.668,200,2.36,202,1.668,203,0.867,213,2.759,214,2.695,459,2.399,752,2.995,753,2.907,754,2.995,755,3.213,756,3.213,757,3.213,758,3.213,759,2.907]],["t/575",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/577",[6,1.758,7,2.432,35,2.462,72,4.045,73,3.11,121,3.241,127,2.51,183,3.269,440,5.237,559,5.017,777,5.498]],["t/579",[6,2.043,13,2.11,778,8.513]],["t/581",[6,1.67,13,1.725,27,2.602,28,2.931,29,2.62,30,2.584,31,2.199,32,2.268,33,2.296,34,2.134,35,2.34,127,2.385,759,5.369,778,6.958]],["t/583",[0,1.504,2,1.236,6,0.905,8,1.362,14,1.415,15,2.531,16,2.056,17,2.531,18,2.36,19,2.69,23,2.288,25,1.902,36,2.036,37,1.873,38,1.809,40,1.362,41,1.371,42,1.942,43,2.323,44,2.323,46,2.323,47,2.636,50,1.64,54,3.368,55,2.944,56,3.368,57,3.044,58,3.044,60,1.697,62,2.254,73,1.6,80,0.812,88,2.134,89,2.852,90,2.107,96,2.107,118,0.997,120,1.613,121,1.668,200,2.36,202,1.668,203,0.867,213,2.759,214,2.695,459,2.399,752,2.995,753,2.907,754,2.995,755,3.213,756,3.213,757,3.213,758,3.213,759,2.907]],["t/585",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/587",[6,2.192,7,2.475,42,3.842,70,3.191,73,3.165,121,3.299,151,2.909,183,3.327,775,6.635]],["t/589",[6,2.003,13,2.068,42,4.301,779,8.343]],["t/591",[6,2.043,42,5.096]],["t/593",[6,1.542,13,1.592,27,2.403,28,2.707,29,2.42,30,2.386,31,2.031,32,2.094,33,2.12,34,1.971,35,2.16,43,3.961,44,3.961,46,3.961,47,4.494,127,2.202,128,2.42,200,4.024,779,6.425]],["t/595",[0,1.504,2,1.236,6,0.905,8,1.362,14,1.415,15,2.531,16,2.056,17,2.531,18,2.36,19,2.69,23,2.288,25,1.902,36,2.036,37,1.873,38,1.809,40,1.362,41,1.371,42,1.942,43,2.323,44,2.323,46,2.323,47,2.636,50,1.64,54,3.368,55,2.944,56,3.368,57,3.044,58,3.044,60,1.697,62,2.254,73,1.6,80,0.812,88,2.134,89,2.852,90,2.107,96,2.107,118,0.997,120,1.613,121,1.668,200,2.36,202,1.668,203,0.867,213,2.759,214,2.695,459,2.399,752,2.995,753,2.907,754,2.995,755,3.213,756,3.213,757,3.213,758,3.213,759,2.907]],["t/597",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/599",[6,1.964,7,2.716,8,2.956,9,2.859,80,1.163]],["t/601",[6,2.292,12,3.38,13,1.989,14,1.647,773,5.874]],["t/603",[0,2.223,2,1.827,14,1.553,15,3.743,16,3.04,17,3.743,18,3.489,19,3.564,23,3.383,25,2.812,80,1.221,83,4.751,84,4.751,88,3.156,89,3.779,107,4.114,206,3.984,207,3.241,459,3.547,780,4.751,781,4.96]],["t/605",[0,1.031,1,1.541,2,2.769,6,2.137,8,1.531,14,0.87,19,1.996,21,1.393,25,2.139,60,1.908,70,1.106,80,1.235,88,1.463,89,4.539,114,2.185,116,2.341,118,1.121,120,2.307,151,1.654,159,2.123,183,1.892,184,1.41,193,1.673,202,1.876,203,0.975,206,3.031,207,4.003,208,4.157,216,1.942,335,1.524,404,1.41,450,1.524,519,3.224,537,2.161,596,2.3,648,5.842,687,3.182,773,1.891,777,3.182,782,3.769,783,2.3,784,2.584,785,1.94,786,2.3]],["t/607",[0,2.525,6,1.519,12,2.666,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.717,34,1.941,35,2.128,80,0.9,127,2.169,128,2.383,143,3.732,144,3.901,787,5.93]],["t/609",[0,1.464,2,1.203,6,0.881,8,2.451,14,1.392,15,2.465,16,2.002,17,2.465,18,2.298,19,2.636,23,2.228,25,1.852,36,1.995,37,1.835,38,1.761,39,2.624,40,1.326,41,1.335,42,1.891,43,2.262,44,2.262,47,2.567,50,1.597,54,3.301,55,2.885,56,3.301,57,2.983,58,2.983,60,1.652,62,2.195,80,0.964,83,3.129,84,3.129,88,2.078,89,2.795,90,2.052,96,2.052,107,3.388,118,0.971,186,2.514,200,2.298,203,0.844,206,2.624,207,2.134,459,2.336,780,3.129,781,3.266,787,3.439,788,4.019,789,3.669]],["t/611",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/613",[6,1.926,7,2.664,70,3.435,73,3.407,145,4.872,194,5.291]],["t/615",[6,2.292,13,1.989,14,1.647,149,4.801,773,5.874]],["t/617",[2,1.613,14,1.793,15,3.304,16,2.683,17,3.304,18,3.08,19,3.269,23,2.986,25,2.482,42,2.535,43,3.032,44,3.032,46,3.032,80,1.143,83,4.194,84,4.194,88,2.785,89,3.466,107,3.899,198,2.986,200,3.08,206,3.516,207,2.86,459,3.131,780,4.194,781,4.378,790,5.386,791,4.917,792,3.369]],["t/619",[2,2.941,6,2.261,14,1.486,19,3.41,21,2.817,70,2.236,80,1.275,88,2.959,89,4.48,159,4.292,183,3.232,207,3.039,208,4.03,648,6.784,687,3.922,773,3.824,782,3.654]],["t/621",[0,2.525,6,1.519,12,2.666,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.717,34,1.941,35,2.128,80,0.9,127,2.169,128,2.383,143,3.732,787,5.93,793,6.931]],["t/623",[2,1.182,8,2.425,14,1.544,15,2.423,16,1.968,17,2.423,18,2.259,19,2.601,23,2.189,25,1.82,36,1.969,37,1.811,38,1.731,39,2.579,40,1.303,41,1.312,42,1.859,44,2.223,46,2.223,47,2.523,50,1.569,54,3.257,55,2.847,56,2.127,57,2.943,58,2.943,60,1.624,62,2.157,80,1.069,83,3.075,84,3.075,88,2.043,89,2.758,90,2.017,96,2.017,107,3.357,118,0.954,186,2.471,198,2.189,200,2.259,203,0.83,206,2.579,207,2.098,459,2.296,780,3.075,781,3.21,789,3.606,791,3.606,792,2.471,794,3.95,795,3.95]],["t/625",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/627",[6,1.926,7,2.664,50,3.492,70,3.435,194,5.291,796,8.789]],["t/629",[6,2.266,12,3.317,13,1.951,14,1.616,773,5.764,797,7.873]],["t/631",[6,2.318,14,1.982,773,5.989]],["t/633",[0,2.604,6,1.566,12,2.749,13,1.617,27,2.44,28,2.749,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,127,2.237,128,2.457,797,6.525,798,6.115]],["t/635",[0,1.703,2,1.399,8,2.683,14,0.876,19,2.951,36,2.234,37,2.054,38,2.048,39,3.051,40,1.542,41,1.552,42,2.199,43,2.631,44,2.631,45,4.267,46,2.631,47,2.985,50,1.857,54,3.695,55,3.23,56,2.517,57,3.339,58,3.339,60,1.921,62,2.553,80,1.163,88,2.417,89,3.129,90,2.386,96,2.386,118,1.129,186,2.923,203,0.982,206,3.051,207,2.482,459,2.717,798,3.999,799,4.674,800,4.674]],["t/637",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/639",[6,2.003,7,2.77,114,4.301,194,5.501]],["t/641",[6,2.292,13,1.989,14,1.647,114,4.136,773,5.874]],["t/643",[6,2.318,14,1.982,773,5.989]],["t/645",[0,2.645,6,1.591,13,1.643,27,2.479,28,2.792,29,2.496,30,2.462,31,2.095,32,2.16,33,2.187,34,2.033,35,2.229,80,0.942,114,3.417,127,2.272,128,2.496,798,6.212]],["t/647",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,209,3.9]],["t/649",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/651",[1,2.245,2,2.896,8,2.126,120,3.781,121,2.604,162,4.677,166,3.416,260,5.003,261,3.685,265,7.849,266,4.54,267,3.88,268,5.238,269,5.884,270,4.677,271,4.208]],["t/653",[0,1.323,1,2.626,2,1.43,3,1.053,4,1.017,6,0.463,14,1.062,25,0.974,32,0.629,35,0.649,38,1.592,73,0.819,80,0.829,116,1.832,118,1.542,120,1.867,121,0.854,127,0.661,141,1.138,146,2.875,147,2.371,148,1.878,150,1.138,151,0.753,160,1.449,161,1.449,166,1.443,174,1.645,176,1.981,178,1.489,203,1.342,209,0.974,221,1.229,227,1.028,232,1.296,255,1.585,257,1.832,259,1.079,260,2.47,266,1.489,280,1.984,281,2.759,291,1.017,297,1.718,299,1.984,304,1.585,306,1.929,307,2.49,311,3.352,313,2.187,333,2.731,335,1.138,343,1.808,344,1.322,346,1.172,376,1.38,381,1.489,393,2.228,400,1.808,401,1.929,404,1.809,415,1.413,417,1.35,418,1.35,421,1.154,471,1.808,511,2.724,514,1.229,531,1.718,532,1.413,535,1.645,557,1.413,566,1.35,613,1.585,628,1.35,665,1.413,686,1.35,702,2.077,710,1.929,712,1.929,801,1.929,802,2.113,803,1.272,804,1.272,805,1.449,806,1.585,807,1.929,808,1.808,809,1.808,810,3.108,811,1.718,812,1.808,813,1.718,814,1.534,815,2.32,816,1.489,817,2.952,818,1.645,819,1.718,820,1.645,821,1.449,822,1.645]],["t/655",[0,1.775,1,2.387,2,2.493,4,2.344,6,1.825,8,1.607,14,0.913,34,1.981,72,2.457,118,1.708,120,3.572,121,1.969,151,1.736,166,1.936,203,1.024,260,4.726,261,4.045,262,4.168,263,4.168,264,3.96,272,2.661,273,4.364,274,4.168,275,4.448,276,3.793,277,4.168,280,2.661,281,2.371,284,4.168,285,3.111]],["t/657",[1,2.355,6,1.519,8,2.287,14,1.69,116,3.495,118,2.421,120,2.709,273,3.632,301,5.199,387,4.751,388,5.396,389,5.199,390,5.93,391,5.93,392,5.634,393,4.251]],["t/659",[1,2.036,6,1.708,8,2.571,16,2.781,116,2.815,118,2.169,121,2.256,146,3.361,164,2.656,202,3.15,203,2.225,257,4.528,260,2.887,279,3.492,301,4.188,313,3.361,394,5.847,395,4.777,396,5.097,397,4.188,398,4.538,399,4.777]],["t/661",[1,2.457,3,3.04,7,2.512,32,2.466,98,3.673,203,1.282,260,3.156,291,3.987,292,6.143,346,3.383,393,3.743,403,4.298,404,4.128,405,5.68,406,6.45,407,5.067]],["t/663",[1,2.403,4,3.094,7,1.298,32,1.274,66,1.442,138,2.133,150,2.305,151,1.526,165,4.823,166,1.701,184,2.133,203,1.933,209,1.973,260,3.993,280,3.512,292,4.198,299,5.025,344,2.678,346,2.373,397,4.823,404,3.847,406,2.934,407,2.305,408,2.338,409,5.006,410,3.48,411,2.795,412,3.48,413,2.795,414,4.407,415,4.298,416,2.934,417,4.106,418,4.106,419,3.333]],["t/665",[1,1.612,3,3.074,7,1.871,32,1.206,34,1.135,36,2.009,37,2.236,70,1.585,114,1.908,151,1.445,155,1.951,178,2.856,184,2.02,203,1.754,259,2.07,260,3.863,261,2.318,267,2.441,273,2.124,280,2.215,291,2.969,299,2.215,325,2.441,346,3.421,372,2.856,404,2.02,406,5.723,407,4.496,420,3.295,421,2.215,422,5.015,423,4.478,424,2.779,425,3.157,426,3.295,427,4.629,428,3.041,429,3.295,430,3.295,431,2.942,432,2.71,433,2.856,671,3.295,683,3.041,686,2.589]],["t/667",[0,1.97,1,2.414,2,2.282,25,1.576,33,1.03,55,1.61,120,1.337,127,2.385,147,2.233,148,1.769,160,2.344,161,2.344,166,1.359,176,3.161,216,1.431,221,1.988,227,3.709,232,2.098,255,2.565,257,1.725,304,4.056,307,4.597,333,3.092,362,2.184,402,2.926,418,2.184,438,3.122,483,2.663,514,1.988,531,2.78,532,3.614,535,4.21,654,2.926,702,3.092,807,4.937,808,5.738,809,4.627,810,2.926,811,2.78,812,2.926,823,4.627,824,3.42,825,3.42,826,3.42,827,3.42,828,3.42,829,3.42,830,2.565,831,3.42,832,3.42,833,3.42,834,3.42,835,3.42,836,2.663,837,3.122,838,3.42,839,3.42]],["t/669",[1,2.151,33,1.19,36,1.286,37,1.182,51,2.189,66,2.037,147,2.579,197,3.459,203,1.271,216,1.653,221,3.516,227,1.922,249,2.259,260,4.26,281,1.922,291,2.91,292,2.579,299,4.015,306,2.098,311,2.336,335,2.127,336,2.782,338,2.157,346,2.189,404,3.013,416,2.707,417,5.261,419,3.075,425,3.075,532,2.64,557,4.043,566,3.863,571,5.175,572,5.522,590,3.379,715,5.175,786,3.21,803,2.378,840,6.695,841,3.95,842,3.606,843,3.379,844,2.157,845,3.379,846,2.963]],["t/671",[0,2.922,1,2.095,2,2.401,158,4.587,338,4.381,349,6.519,408,4.381,597,5.65,847,5.821,848,8.021,849,8.021]],["t/673",[0,1.255,1,1.999,2,2.494,6,2.032,8,2.921,9,1.1,23,1.91,50,1.369,80,1.203,116,4.465,118,1.314,120,2.126,151,1.228,158,1.97,179,2.683,180,2.801,181,3.146,182,2.683,193,2.038,202,2.723,203,1.416,206,3.551,207,3.579,208,2.427,216,1.442,272,1.882,311,2.038,335,1.855,387,2.362,388,2.683,408,1.882,476,2.25,511,2.585,519,1.882,524,1.882,537,1.604,600,2.427,601,4.421,629,2.683,687,2.362,782,4.304,783,2.801,784,3.146,785,2.362,850,3.446,851,2.948]],["t/675",[0,2.237,1,1.27,2,3.029,6,1.066,8,0.988,16,2.423,21,1.475,33,0.903,50,3.483,80,0.389,116,1.511,118,0.724,127,1.522,128,1.672,151,1.733,164,1.426,184,1.493,193,1.772,203,0.629,207,1.591,208,2.11,227,1.458,272,2.656,291,1.441,318,1.804,319,1.956,340,3.529,362,3.106,408,2.656,445,2.247,447,3.333,451,1.804,468,5.742,537,1.395,559,3.042,603,2.247,605,2.563,606,2.333,607,2.174,608,2.247,609,2.435,610,2.563,611,2.435,612,2.563,613,2.247,614,2.435,615,2.563,616,2.563,617,2.333,618,2.563,619,2.435,620,3.426,621,4.161,622,3.786,623,2.563,624,2.563,625,2.563,626,2.11,627,2.435,628,1.913,629,6.048,684,1.661,852,2.996,853,2.333,854,4.863]],["t/677",[0,0.848,1,0.608,2,3.085,4,1.898,6,1.945,8,1.693,9,1.259,12,1.517,13,0.527,14,0.436,16,1.965,19,1.696,21,1.942,34,0.652,35,0.715,37,0.697,50,2.687,60,0.957,67,0.806,68,1.31,80,0.512,88,2.654,89,2.755,90,1.188,96,1.188,127,0.728,128,1.356,151,2.153,158,1.331,164,1.108,166,2.039,183,0.949,207,4.851,208,5.513,216,0.974,249,2.255,319,2.575,338,1.271,405,2.703,440,1.52,459,2.293,463,3.071,514,1.353,520,1.689,629,3.996,680,1.892,684,1.29,702,1.331,704,1.746,783,1.892,830,2.959,855,2.125,856,2.328,857,2.125,858,1.892,859,1.992,860,1.992,861,4.171,862,3.615,863,1.401,864,3.944,865,2.575,866,1.892,867,3.206,868,3.944,869,3.601,870,1.487]],["t/679",[2,2.132,6,1.275,8,2.646,12,2.238,13,0.85,14,1.09,16,3.548,25,2.681,34,1.052,35,1.153,37,1.742,60,1.544,67,1.3,68,1.247,73,1.456,80,1.243,90,1.918,96,1.918,127,1.175,151,1.338,166,1.492,186,3.64,207,3.783,216,1.572,249,3.327,316,3.214,338,2.052,376,2.452,463,4.53,514,2.183,524,2.052,684,2.082,830,4.365,861,5.789,862,6.969,863,2.261,867,3.053,869,5.312,870,2.399,871,4.979,872,3.756]],["t/681",[2,1.827,6,2.013,8,1.712,12,1.996,13,0.535,14,0.443,19,1.718,21,2.555,34,0.662,35,0.726,37,0.708,50,0.939,60,0.972,67,0.818,68,0.785,69,1.665,80,1.343,88,1.222,89,3.595,90,1.207,96,1.207,116,1.192,118,0.571,121,0.955,122,2.499,127,0.74,147,2.609,162,1.715,166,0.939,183,0.963,186,1.479,203,0.497,206,4.454,207,4.74,208,1.665,216,0.989,249,2.285,257,2.015,303,1.773,313,2.405,319,1.543,338,1.291,376,1.543,394,1.773,459,2.323,463,3.111,514,1.374,519,1.291,597,1.665,684,1.31,687,1.62,782,1.51,785,1.62,830,2.997,861,3.248,862,5.837,863,2.405,865,2.609,867,1.921,870,1.51,871,3.419,873,3.111,874,3.996,875,2.364,876,2.158,877,4.738,878,1.84,879,3.996]],["t/683",[2,1.182,6,1.805,8,1.995,9,1.26,13,0.894,14,1.134,34,1.106,35,1.213,37,1.182,50,1.569,67,1.368,68,1.312,80,1.152,116,1.992,118,2.354,127,1.893,149,2.157,151,1.408,162,2.866,166,2.403,193,2.336,203,1.271,206,2.579,207,4.375,208,2.782,257,1.992,338,2.157,368,3.379,376,2.579,514,2.296,581,3.21,684,2.189,697,3.606,782,3.863,792,2.471,862,6.255,870,2.523,873,4.709,878,3.075,880,3.606,881,6.289]],["t/685",[6,0.984,8,1.481,9,1.433,12,1.727,13,1.016,14,1.249,34,1.258,35,1.379,37,1.344,67,1.555,68,1.492,80,1.218,118,2.267,127,1.405,149,2.453,166,1.784,203,1.972,207,2.385,249,2.568,338,2.453,376,2.932,514,2.61,684,2.489,803,2.703,804,2.703,805,3.078,862,6.928,863,2.703,870,2.868,873,3.496,878,3.496,881,6.797,882,6.083,883,4.491,884,2.932]],["t/687",[1,0.554,2,1.917,6,1.639,8,2.468,12,2.187,13,0.825,14,0.683,19,2.446,21,2.8,34,1.021,35,1.119,37,1.092,50,1.449,60,1.499,67,0.735,68,0.705,71,2.499,80,1.111,88,1.886,89,3.188,90,1.862,96,1.862,120,3.086,127,1.141,166,0.844,186,2.281,193,1.256,202,3.19,207,2.545,249,3.252,311,1.256,338,1.16,388,1.653,459,3.306,463,4.427,509,2.964,514,1.234,524,1.16,537,0.989,553,3.329,684,1.177,830,4.266,861,3.896,862,6.901,863,2.195,865,3.713,867,2.964,870,1.356,871,4.866,885,5.192,886,5.192,887,3.647,888,2.123,889,3.647,890,2.123]],["t/689",[1,1.196,4,2.204,6,1.945,12,2.6,13,1.036,34,1.283,35,1.406,37,1.371,40,1.511,41,1.521,60,1.883,70,1.79,80,0.594,118,2.143,120,3.468,127,1.433,150,2.466,164,2.179,193,2.708,207,2.432,242,2.255,280,2.502,519,2.502,537,3.148,538,3.226,539,3.226,684,2.539,704,3.436,862,6.668,863,2.757,873,3.566,878,3.566,881,6.877,885,7.337,891,3.566]],["t/691",[1,1.196,4,2.204,6,1.945,12,2.6,13,1.036,34,1.283,35,1.406,37,1.371,40,1.511,41,1.521,60,1.883,70,1.79,80,0.594,127,1.433,150,2.466,164,2.179,193,2.708,202,3.586,203,1.864,207,2.432,242,2.255,404,2.282,519,2.502,537,3.148,538,3.226,539,3.226,684,2.539,704,3.436,862,6.668,863,2.757,873,3.566,878,3.566,882,7.337,886,7.337,891,3.566]],["t/693",[261,4.931,566,5.508,777,5.911,892,7.009,893,7.873,894,7.379,895,7.873]],["t/695",[1,2.403,120,2.793,141,3.848,148,3.696,159,5.361,166,2.84,232,4.384,514,4.155,532,4.777,702,4.087,809,6.115,810,7.872,811,5.809,812,6.115,813,5.809,814,5.187]],["t/697",[6,1.566,147,4.666,150,3.848,260,3.696,306,4.886,311,4.226,333,4.087,415,4.777,571,6.115,628,4.564,686,5.876,792,4.471,817,5.809,821,4.899,822,5.565,896,7.147]],["t/699",[261,4.931,566,5.508,777,5.911,892,7.009,893,7.873,894,7.379,895,7.873]],["t/701",[21,2.088,70,2.496,151,3.045,160,5.263,161,2.907,210,2.907,212,7.01,215,3.182,288,3.629,333,2.426,392,3.448,413,2.769,414,6.281,700,3.302,897,4.242,898,6.385,899,4.242,900,4.242,901,4.242,902,4.242,903,8.544,904,8.544,905,3.872,906,4.242,907,4.242,908,6.385,909,4.242,910,4.242,911,4.242,912,3.448,913,4.242,914,4.242,915,4.242,916,3.448,917,4.242,918,4.242,919,4.242,920,4.242,921,4.242,922,4.242,923,4.242,924,4.242]],["t/703",[1,2.252,4,4.149,14,1.616,118,2.083,120,3.371,280,4.71,285,5.508]],["t/705",[0,3.103,1,2.224,2,2.55,7,1.927,9,2.028,50,2.525,73,2.464,80,0.825,164,3.024,166,2.525,175,3.976,219,3.826,281,3.093,524,5.247,588,4.356,727,3.523,865,4.149,925,4.948,926,4.767,927,4.612,928,4.948]],["t/707",[0,1.496,1,2.551,2,1.23,4,0.836,6,0.381,8,2.22,20,0.963,21,0.855,31,1.629,33,1.237,34,0.858,38,1.342,51,1.698,65,1.464,69,2.157,70,0.679,73,0.674,98,1.844,107,1.674,115,2.11,118,1.818,120,3.071,127,0.544,134,3.309,136,1.191,138,2.046,139,2.815,141,0.936,146,3.399,147,1.134,150,1.649,151,0.619,160,2.815,161,2.815,164,1.457,166,0.69,176,3.123,202,1.66,203,1.504,216,1.282,227,0.846,238,1.134,255,1.303,257,0.876,276,1.353,280,1.673,304,2.297,306,0.923,307,4.271,333,0.994,335,0.936,336,1.224,338,2.704,367,1.161,402,1.487,404,0.866,408,0.949,424,1.191,427,1.303,476,2,478,1.487,514,1.78,521,1.134,530,2.621,552,1.412,558,1.303,600,2.893,604,1.487,642,1.261,649,1.412,687,1.191,702,0.994,722,1.586,727,0.963,780,1.353,808,1.487,863,1.046,870,2.623,876,1.586,916,1.412,929,1.738,930,1.586,931,1.738,932,1.738,933,1.738,934,1.738,935,1.738,936,1.738,937,1.738,938,1.738,939,1.738,940,1.738,941,1.487,942,3.063,943,1.738,944,1.738,945,1.738,946,1.487,947,1.738,948,1.738,949,1.586]],["t/709",[1,2.397,2,0.545,3,2.899,4,2.049,6,0.699,8,2.417,9,1.633,14,0.598,20,1.009,31,0.525,33,0.548,65,2.074,72,1.609,80,0.236,107,0.742,115,4.109,117,1.116,118,2.329,119,3.64,120,2.698,138,0.907,141,0.98,142,1.479,145,1.009,151,0.649,152,1.248,153,2.187,154,1.417,155,0.876,156,2.593,157,3.462,158,3.327,159,1.365,160,1.248,161,1.248,162,1.321,163,1.662,164,0.866,165,1.365,166,1.692,176,0.755,216,1.335,227,0.886,238,1.188,241,1.365,257,1.609,259,0.929,260,0.941,272,0.994,279,1.139,282,1.321,290,1.248,297,1.479,301,1.365,302,1.365,303,2.393,304,1.365,305,1.557,306,0.967,307,1.248,308,1.662,309,1.557,310,1.417,311,1.887,313,1.096,318,1.096,319,2.083,320,1.009,321,1.662,322,1.557,323,1.557,324,1.217,325,1.096,326,1.662,338,3.178,394,1.365,476,1.188,512,2.73,514,3.382,532,2.132,566,1.162,596,1.479,600,4.512,704,1.365,715,1.557,736,1.248,786,1.479,870,3.716,912,1.479,950,1.417,951,1.662]],["t/711",[1,2.552,6,1.299,18,2.668,63,1.015,67,0.986,80,0.982,118,1.827,120,2.679,121,1.151,153,1.952,202,2.395,203,1.802,218,4.932,221,5.388,239,3.198,247,4.698,256,6.225,259,2.382,271,3.046,282,3.386,295,3.198,318,4.891,431,4.974,449,4.615,450,2.512,452,2.314,453,2.314,474,3.792,546,3.992,556,3.992,557,3.118,558,3.5,702,1.628,870,1.819,952,2.6,953,2.314]],["t/713",[1,2.222,4,1.345,18,1.599,21,1.376,68,1.526,70,2.287,72,3.418,98,1.683,121,1.13,148,1.446,151,0.996,152,1.916,166,2.325,184,2.915,202,1.857,203,1.573,232,2.819,242,2.262,257,1.41,258,2.272,259,2.346,260,3.873,279,1.749,298,2.392,299,2.51,300,2.552,328,5.543,337,2.552,341,2.272,387,1.916,395,2.392,411,1.825,413,1.825,423,4.247,435,1.785,443,2.552,517,1.785,520,2.029,521,1.825,590,2.392,597,1.969,686,4.329,704,2.097,727,2.548,782,1.785,816,3.237,844,1.527,941,2.392,953,2.272,954,2.795,955,2.795,956,2.795,957,2.552,958,2.795,959,3.735,960,3.578,961,4.596,962,5.852,963,2.795,964,2.272,965,3.932,966,2.552,967,2.795,968,2.795,969,2.795,970,2.795,971,2.795,972,2.392]],["t/715",[0,3.103,1,2.224,2,2.55,7,1.927,9,2.028,50,2.525,73,2.464,80,0.825,164,3.024,166,2.525,175,3.976,219,3.826,281,3.093,524,5.247,588,4.356,727,3.523,865,4.149,925,4.948,926,4.767,927,4.612,928,4.948]],["t/717",[4,3.729,34,2.17,70,3.785,151,2.762,166,3.079,203,2.035,216,3.243,242,3.815,328,5.83,727,4.296]],["t/719",[4,3.859,34,2.246,70,3.135,203,1.685,216,3.356,232,4.92,242,3.949,328,4.829,435,5.123,891,6.245,973,6.519]],["t/721",[1,1.783,4,4.297,34,1.912,70,3.491,166,2.713,202,2.759,203,1.876,216,2.857,242,3.362,298,5.842,328,4.11,413,4.458,423,4.955,891,5.316,964,5.55,965,7.642,966,6.234]],["t/723",[1,2.423,4,2.421,8,2.389,14,0.943,32,2.154,118,2.548,120,3.315,121,2.033,126,3.086,153,3.449,155,2.421,184,2.507,203,2.151,257,2.537,260,4.387,266,3.544,281,3.524,285,3.214,313,3.029,435,3.214,665,3.363,858,4.09,974,3.652,975,4.09]],["t/725",[0,3.103,1,2.224,2,2.55,7,1.927,9,2.028,50,2.525,73,2.464,80,0.825,164,3.024,166,2.525,175,3.976,219,3.826,281,3.093,524,5.247,588,4.356,727,3.523,865,4.149,925,4.948,926,4.767,927,4.612,928,4.948]],["t/727",[1,2.651,2,1.851,3,3.081,7,2.535,32,2.488,98,3.723,203,1.299,259,3.158,260,3.198,291,4.023,292,6.185,346,3.428,393,3.793,403,4.356,404,4.166,405,5.732,406,4.239,407,3.33]],["t/729",[1,2.48,4,2.989,7,1.24,32,1.217,66,1.377,138,2.038,150,2.203,151,1.458,165,4.66,166,1.625,175,2.559,184,2.038,203,1.895,209,1.885,260,3.884,280,3.393,281,1.991,292,4.056,299,4.927,344,2.559,346,2.268,397,4.66,404,4.179,406,2.804,407,2.203,408,2.234,409,4.837,410,3.325,411,2.671,412,3.325,413,2.671,414,4.258,415,4.152,416,2.804,417,3.968,418,3.968,419,3.185,976,3.325]],["t/731",[1,1.904,3,1.575,7,1.54,32,0.941,34,0.885,36,1.653,37,1.906,51,1.752,70,1.985,72,2.561,114,1.488,151,1.126,155,1.521,158,1.808,164,1.504,166,2.018,175,1.977,178,2.227,202,1.277,203,1.677,259,2.593,260,3.292,267,1.903,271,2.064,272,2.774,273,1.656,279,1.977,280,1.727,281,1.538,291,4.483,299,1.727,306,1.679,325,1.903,333,1.808,346,3.529,347,2.371,348,2.371,351,2.569,352,2.461,353,2.113,371,2.064,372,2.227,393,1.939,406,4.363,407,3.428,417,2.019,420,2.569,421,1.727,422,4.128,423,3.686,424,2.167,425,2.461,426,2.569,427,3.809,428,2.371,429,2.569,430,2.569,431,2.294,432,2.113,433,2.227,434,2.705,435,3.243,436,2.705,976,2.569]],["t/733",[1,2.481,4,2.827,7,1.4,8,1.524,14,0.527,32,2.024,66,0.947,98,1.693,118,2.061,120,2.297,121,1.137,126,1.725,138,1.401,150,1.514,151,1.002,153,1.928,155,1.353,165,3.465,166,1.118,184,2.301,203,2.087,209,1.296,257,1.418,260,4.177,266,1.981,280,2.523,281,2.248,285,1.796,292,3.837,299,4.104,313,1.693,344,1.759,346,2.56,397,3.465,404,3.389,405,1.928,406,3.166,407,2.487,408,1.536,409,3.596,410,2.286,411,1.836,412,2.286,413,1.836,414,3.166,415,3.087,416,1.928,417,2.95,418,2.95,419,2.19,435,1.796,665,1.88,858,2.286,974,2.041,975,2.286]],["t/735",[0,3.103,1,2.224,2,2.55,7,1.927,9,2.028,10,3.422,50,2.525,73,2.464,80,0.825,164,3.024,166,2.525,175,3.976,219,3.826,281,3.093,524,4.652,588,4.356,727,3.523,865,4.149,925,4.948,926,4.767,927,4.612,928,4.948]],["t/737",[1,1.867,3,3.561,73,2.771,115,4.335,118,2.222,119,4.471,202,2.888,203,1.502,259,3.649,318,4.302,319,4.666,338,3.904,573,6.525,866,5.809,870,4.564]],["t/739",[1,2.414,2,1.024,3,2.694,4,1.646,6,1.185,7,1.639,8,1.128,32,1.018,70,2.113,73,1.326,80,0.444,118,1.306,120,1.337,146,3.255,147,3.53,148,1.769,150,2.912,164,1.627,184,1.704,194,2.059,202,2.71,203,1.409,209,1.576,216,1.431,221,3.143,227,1.664,259,2.761,260,3.468,281,1.664,306,2.872,333,1.956,335,2.912,338,1.868,344,2.139,346,1.896,404,1.704,415,3.614,520,2.482,521,2.233,559,2.139,628,4.283,665,2.286,666,3.924,686,3.454,815,3.454,816,3.809,817,4.395,818,2.663,819,2.78,820,2.663,821,3.706,822,4.21,853,2.663,870,2.184]],["t/741",[1,2.742,73,2.608,98,4.05,164,3.201,203,1.414,210,4.612,280,4.832,299,4.832,338,3.675,362,4.297,404,3.352,415,5.912,417,4.297,870,4.297,916,5.468,977,5.047]],["t/744",[0,1.05,1,1.988,8,0.951,16,1.436,21,2.32,22,2.503,31,1.36,34,1.32,35,0.885,64,1.644,72,1.454,80,0.374,107,1.175,118,1.444,151,1.027,160,1.976,161,1.976,173,2.467,175,1.804,203,1.717,216,1.206,239,1.976,259,1.472,272,3.266,279,1.804,285,3.01,290,3.231,291,3.322,306,1.531,324,1.927,336,2.031,408,2.575,435,1.841,513,1.403,517,1.841,628,1.841,680,2.343,702,1.649,714,2.092,727,1.598,804,1.736,806,5.18,815,1.841,844,1.575,884,1.882,976,3.831,978,5.115,979,6.558,980,2.883,981,2.883,982,4.303,983,2.467,984,1.927,985,2.467,986,3.67,987,2.632,988,2.883,989,3.67,990,2.883,991,3.67,992,3.831,993,2.883,994,2.632,995,2.883,996,2.632,997,2.467,998,2.467,999,2.883,1000,2.632,1001,2.883]],["t/746",[1,2.282,9,0.659,16,0.559,31,1.027,33,0.338,49,0.769,50,0.82,66,1.58,69,0.79,70,0.438,80,0.462,107,2.104,118,1.247,120,1.121,136,0.769,148,1.068,153,0.769,155,0.993,158,0.642,164,0.534,176,0.856,182,1.607,202,1.896,203,0.602,209,0.951,216,0.469,219,4.143,259,3.371,261,0.642,272,0.613,291,0.993,304,4.467,306,1.096,310,0.873,311,1.221,314,1.024,330,3.8,336,1.454,366,0.912,394,0.842,404,1.028,407,3.706,411,0.732,417,4.976,418,4.559,421,1.566,435,1.831,444,2.232,447,2.853,464,4.361,521,0.732,532,5.332,533,0.769,581,1.678,582,0.96,608,0.842,619,0.912,628,1.318,649,0.912,714,0.814,775,0.912,843,4.015,863,0.675,880,1.024,946,0.96,965,0.96,979,0.79,983,1.766,997,0.96,1002,1.122,1003,1.122,1004,0.912,1005,0.96,1006,1.122,1007,2.064,1008,1.122,1009,2.618,1010,2.867,1011,7.978,1012,5.162,1013,5.956,1014,1.122,1015,1.64,1016,3.559,1017,1.122,1018,1.122,1019,4.722,1020,1.122,1021,2.064,1022,1.678,1023,4.284,1024,1.122,1025,6.295,1026,2.064,1027,1.122,1028,1.122,1029,2.867,1030,5.162,1031,4.162,1032,2.064,1033,1.122]],["t/748",[1,2.318,2,0.645,3,1.839,4,1.036,7,1.74,8,1.217,14,0.403,32,1.921,34,0.603,36,1.201,37,1.45,51,1.194,70,1.442,72,1.861,98,1.296,114,1.013,118,1.819,120,1.893,121,0.87,126,1.321,151,0.767,153,1.476,155,1.776,158,1.231,164,1.024,166,1.466,178,1.517,184,1.073,202,0.87,203,1.915,257,1.086,259,2.473,260,3.895,266,1.517,267,1.296,271,1.406,272,2.016,273,1.128,279,1.347,280,1.176,281,1.796,285,1.375,291,3.994,292,3.162,299,1.176,306,1.143,313,1.296,325,1.296,333,1.231,346,3.182,347,1.615,348,1.615,351,1.75,352,1.676,353,1.439,371,1.406,372,1.517,393,2.264,403,1.517,404,1.839,405,2.53,406,3.934,407,3.091,417,1.375,420,1.75,421,1.176,422,3,423,2.678,424,1.476,425,1.676,426,1.75,427,2.768,428,1.615,429,1.75,430,1.75,431,1.563,432,1.439,433,1.517,434,1.842,435,3.093,436,1.842,665,1.439,858,1.75,974,1.563,975,1.75]],["t/750",[0,3.103,1,2.224,2,2.55,7,1.927,9,2.028,50,2.525,73,2.464,80,0.825,164,3.024,166,2.525,175,3.976,219,3.826,281,3.093,524,5.247,588,4.356,727,3.523,865,4.149,925,4.948,926,4.767,927,4.612,928,4.948]],["t/752",[1,0.617,2,1.196,5,2.451,7,1.211,8,2.013,9,1.275,14,0.443,31,0.682,60,1.643,73,2.012,80,0.307,86,1.715,107,0.963,119,3.817,141,1.273,145,2.215,149,1.291,151,1.424,152,2.739,155,1.137,158,1.352,164,1.125,203,1.875,210,1.62,238,1.543,259,2.04,272,2.835,281,1.15,291,4.856,324,1.58,338,2.835,353,1.58,408,4.306,413,1.543,421,4.714,451,2.405,476,1.543,521,1.543,559,1.479,600,4.298,674,1.45,683,2.997,702,2.285,792,1.479,804,2.405,805,1.62,844,1.291,846,3.893,884,2.609,941,4.441,1019,4.577,1034,3.111,1035,4.218,1036,5.311,1037,4.218,1038,3.248,1039,4.441,1040,2.364,1041,1.291,1042,2.158,1043,1.84,1044,1.665]],["t/754",[3,4.296,216,3.609,259,4.403,291,4.149,421,4.71,433,6.074,1045,4.931]],["t/756",[1,1.876,8,1.642,16,3.579,21,2.45,37,2.151,70,1.945,203,1.046,272,2.719,281,2.422,291,2.395,306,2.643,344,3.114,371,4.69,411,3.25,433,6.895,450,3.869,533,3.412,557,6.17,642,3.612,736,5.779,844,4.605,953,4.046,984,4.802,985,4.259,1022,4.046,1045,4.108,1046,4.978,1047,4.544]],["t/758",[1,2.059,7,2.39,16,2.827,21,1.79,36,1.184,70,2.727,107,1.482,141,1.958,148,3.609,178,3.997,281,1.77,291,4.552,332,2.639,335,1.958,393,3.481,411,5.581,413,2.374,428,2.728,432,3.793,433,3.997,464,2.151,476,2.374,557,4.664,570,4.612,684,3.146,714,2.639,733,4.855,736,2.493,820,6.138,1022,2.956,1045,3.245,1048,5.181,1049,3.32,1050,5.181,1051,6.371,1052,3.32,1053,3.32,1054,3.32,1055,3.32,1056,3.32,1057,3.32,1058,3.32]],["t/760",[0,1.666,1,1.764,2,0.832,21,2.251,22,3.586,34,2.09,70,2.277,80,0.361,86,2.016,107,1.864,117,1.704,151,0.99,172,4.175,203,0.961,216,1.163,259,4.691,266,1.957,272,1.518,281,2.836,287,2.537,291,4.266,338,1.518,342,2.258,347,5.6,404,1.384,421,3.183,435,1.774,464,3.993,512,3.912,653,2.537,654,2.377,658,2.537,659,2.163,735,2.537,749,4.175,813,2.258,846,2.084,905,2.537,912,2.258,1043,2.163,1059,2.779,1060,2.779,1061,2.779,1062,4.175,1063,2.537,1064,2.537,1065,2.779,1066,2.779,1067,7.33,1068,2.779,1069,6.815,1070,4.573,1071,2.779,1072,2.779,1073,2.779,1074,2.779,1075,2.779,1076,2.779,1077,2.779,1078,2.779,1079,2.779,1080,2.537,1081,2.779]],["t/762",[2,2.28,3,0.981,5,2.095,6,0.431,10,1.06,49,1.349,50,0.782,72,3.083,73,1.754,116,3.628,117,1.207,127,0.616,134,1.316,138,0.981,148,1.018,151,2.714,175,1.231,176,1.417,184,0.981,216,0.824,219,1.185,220,1.477,242,3.299,290,1.349,299,1.075,302,1.477,310,2.66,319,1.285,320,1.091,336,1.387,344,1.231,354,2.995,362,1.257,367,2.283,368,1.684,371,1.285,376,1.285,432,1.316,450,1.06,451,2.056,477,1.533,513,0.958,516,1.533,524,1.075,537,1.591,626,1.387,632,2.23,652,1.684,666,1.429,693,1.231,818,1.533,842,1.797,859,2.923,863,4.034,877,1.797,974,1.429,1045,1.126,1082,1.797,1083,1.968,1084,1.968,1085,3.678,1086,5.93,1087,1.684,1088,1.797,1089,1.968,1090,1.684,1091,3.872,1092,2.776,1093,1.968,1094,4.306,1095,1.797,1096,3.119,1097,1.968,1098,1.968,1099,2.562,1100,1.684,1101,4.131,1102,1.797,1103,1.968,1104,3.872,1105,1.797,1106,1.968,1107,1.968,1108,1.6,1109,1.684,1110,1.968,1111,1.684,1112,1.968,1113,1.968,1114,4.525,1115,1.031,1116,1.684,1117,1.6,1118,1.797,1119,1.316,1120,1.797,1121,1.316,1122,1.968,1123,1.684,1124,1.797,1125,1.968,1126,1.533,1127,1.797,1128,1.533,1129,1.349,1130,1.968,1131,1.968,1132,3.119,1133,1.968,1134,1.968,1135,1.968,1136,1.968,1137,1.533,1138,1.797,1139,1.797]],["t/764",[0,2.032,1,1.276,2,0.902,3,0.85,6,1.071,12,0.656,14,0.565,32,1.204,34,0.844,60,1.238,64,0.595,70,1.909,73,0.661,85,4.084,94,1.459,122,2.531,145,0.945,151,0.608,152,1.169,155,2.35,176,3.352,193,1.781,194,1.027,216,0.714,242,0.839,254,1.067,261,0.975,306,0.906,320,3.092,325,1.027,362,1.089,432,1.14,451,1.027,511,1.279,514,2.84,518,2.345,537,0.794,589,2.26,597,1.201,642,1.238,668,1.557,674,1.046,693,2.531,702,0.975,703,1.279,719,1.279,724,1.328,725,1.279,727,0.945,785,2.065,792,1.067,801,2.75,814,2.186,823,1.459,830,2.26,952,1.557,1044,1.201,1045,1.723,1067,2.75,1069,2.75,1080,2.75,1085,1.386,1086,3.151,1094,2.122,1099,1.279,1105,1.557,1115,3.228,1119,1.14,1121,2.705,1127,1.557,1137,4.797,1140,1.557,1141,1.557,1142,1.705,1143,1.459,1144,1.557,1145,3.462,1146,2.448,1147,2.448,1148,1.705,1149,1.705,1150,2.448,1151,1.328,1152,4.047,1153,4.995,1154,3.803,1155,1.459,1156,1.557,1157,3.013,1158,1.557,1159,1.705,1160,1.705,1161,1.705,1162,1.705,1163,1.459,1164,1.328,1165,1.705,1166,1.705,1167,2.345,1168,1.557,1169,1.557,1170,1.705,1171,1.459,1172,1.705,1173,1.14,1174,1.705,1175,1.557,1176,1.705,1177,1.705,1178,1.705,1179,1.705,1180,1.705,1181,1.557,1182,1.705,1183,1.279,1184,1.459,1185,1.328,1186,1.459,1187,1.279,1188,1.705,1189,1.459,1190,3.035,1191,1.705,1192,1.557,1193,1.557,1194,1.705,1195,1.705,1196,1.705]],["t/766",[1,0.887,2,1.016,6,1.463,8,1.12,38,1.488,64,1.184,73,1.316,85,3.297,114,1.598,138,2.678,145,1.882,155,3.211,176,3.431,193,3.179,216,1.421,218,1.756,254,4.748,306,1.803,311,3.179,334,2.759,338,1.854,381,2.391,450,1.828,531,2.759,566,2.168,665,2.269,687,2.327,719,2.546,724,4.185,783,2.759,844,2.936,866,2.759,894,2.905,973,2.759,1092,2.759,1094,5.827,1104,4.6,1109,2.905,1115,3.497,1119,2.269,1183,2.546,1187,2.546,1189,2.905,1190,2.546,1197,3.395,1198,2.124,1199,3.395,1200,3.395,1201,3.395,1202,2.759,1203,6.093,1204,5.376,1205,3.099,1206,3.395,1207,3.395,1208,2.391,1209,3.395,1210,3.099,1211,3.395,1212,3.099,1213,3.395,1214,3.395]],["t/768",[0,1.833,1,1.314,6,1.587,8,1.66,14,0.943,23,2.789,50,1.999,67,1.742,85,3.086,135,4.53,151,1.793,176,3.003,219,3.029,242,2.477,254,3.148,305,4.305,311,2.976,340,3.652,379,3.918,524,3.955,607,3.652,727,4.014,851,4.305,865,3.285,1009,4.594,1045,2.877,1115,2.637,1126,3.918,1143,4.305,1190,5.432,1215,4.305,1216,4.594,1217,6.611,1218,4.594,1219,5.032,1220,5.032,1221,5.032,1222,5.032]],["t/770",[0,3.405,1,2.441,2,2.798,6,1.8,7,1.826,155,2.897,158,3.444,176,2.498,371,3.932,416,4.128,597,4.242,659,4.689,785,4.128,1094,4.242,1115,3.155,1153,4.517,1154,4.689,1198,3.767,1202,4.895,1223,5.153,1224,4.689,1225,5.498,1226,5.498]],["t/772",[0,1.652,1,1.184,3,3.344,6,0.994,70,1.772,72,3.385,85,5.782,122,4.199,138,2.259,155,2.182,176,2.784,179,5.226,193,2.682,216,1.898,217,2.961,242,2.233,344,2.837,376,2.961,518,3.531,537,2.112,693,2.837,725,3.402,926,3.402,973,3.686,1115,4.187,1119,3.031,1128,3.531,1153,5.035,1154,3.531,1163,5.743,1173,3.031,1190,3.402,1227,5.455,1228,4.14,1229,4.14,1230,4.535,1231,4.535,1232,6.712,1233,3.88,1234,4.535]],["t/774",[6,1.439,23,3.641,32,1.31,64,1.536,85,4.028,121,1.78,138,3.272,164,3.125,176,3.257,179,3.429,353,2.944,372,3.102,379,3.429,511,3.304,537,3.058,687,3.019,693,2.755,724,3.429,1087,3.769,1094,3.102,1115,4.115,1116,3.769,1126,3.429,1128,3.429,1137,6.115,1138,5.996,1139,4.021,1140,4.021,1155,3.769,1163,3.769,1171,5.62,1173,2.944,1184,3.769,1185,3.429,1202,3.58,1227,3.58,1235,4.405,1236,4.021,1237,4.405,1238,3.429,1239,4.405,1240,4.405,1241,4.405,1242,4.405]],["t/776",[0,1.743,1,1.249,2,0.496,3,0.825,6,0.866,7,1.199,14,0.31,19,1.262,21,0.815,32,1.801,64,0.577,70,0.647,72,1.994,73,0.642,85,2.425,107,0.675,135,1.836,138,1.462,139,1.135,146,0.997,148,0.856,151,0.59,155,3.358,176,4.172,193,2.338,217,1.081,242,1.946,254,1.836,257,1.48,272,0.905,280,0.905,281,0.806,295,1.135,306,0.879,309,1.417,320,0.918,322,1.417,334,1.346,348,1.242,363,1.346,367,1.107,371,1.081,403,1.166,446,1.417,451,1.767,511,1.242,517,1.058,524,0.905,532,1.107,533,1.135,566,1.058,589,1.242,594,1.512,597,2.068,604,1.417,642,1.202,684,0.918,693,4.097,703,6.664,719,2.202,725,1.242,785,2.012,844,0.905,892,1.346,973,1.346,1005,2.512,1043,1.289,1085,1.346,1086,1.289,1087,1.417,1094,1.166,1111,1.417,1115,4.181,1116,1.417,1119,1.107,1120,2.68,1126,2.285,1137,5.434,1150,1.346,1154,1.289,1173,2.642,1187,5.236,1226,2.68,1236,1.512,1243,1.656,1244,1.656,1245,1.512,1246,2.936,1247,2.936,1248,1.656,1249,4.093,1250,2.936,1251,3.609,1252,1.512,1253,1.512,1254,1.512,1255,1.656,1256,1.656,1257,1.512,1258,1.656,1259,1.656,1260,1.656,1261,1.656,1262,2.936,1263,1.656,1264,1.656,1265,1.656,1266,1.512,1267,1.656,1268,1.656]],["t/778",[0,1.575,1,1.129,2,1.294,6,2.024,7,1.963,14,1.731,19,1.859,23,2.396,114,3.047,135,4.857,148,3.349,176,3.577,219,3.898,254,2.703,334,3.512,450,2.327,462,3.945,607,3.136,617,3.365,632,2.821,727,2.396,844,2.361,865,4.227,972,3.698,1044,3.044,1086,3.365,1115,4.069,1119,2.888,1183,3.242,1190,3.242,1216,3.945,1217,3.945,1218,5.912,1252,3.945,1257,3.945,1269,3.945,1270,4.322,1271,6.475]],["t/780",[0,1.127,1,0.808,2,1.878,6,0.385,34,0.866,49,1.205,60,0.723,63,0.626,70,0.687,71,2.12,72,2.517,73,1.607,85,2.542,138,0.876,151,1.477,154,1.368,155,1.994,174,1.368,175,1.099,176,3.762,184,0.876,197,1.005,216,0.735,242,2.801,254,1.935,264,1.428,273,1.621,290,2.12,299,0.96,320,2.297,325,1.862,332,1.275,353,1.175,354,4.809,367,1.175,371,1.147,379,1.368,403,1.238,432,1.175,440,1.147,451,1.058,517,1.122,524,0.96,563,1.428,566,1.122,588,1.205,620,1.238,622,1.368,626,1.238,632,1.147,659,1.368,693,1.935,732,1.604,782,1.122,818,3.226,821,1.205,837,1.604,845,1.504,855,1.604,863,1.058,950,1.368,1044,1.238,1086,1.368,1092,1.428,1095,1.604,1099,2.321,1101,1.604,1111,1.504,1115,3.772,1147,1.428,1153,2.321,1155,3.546,1169,1.604,1171,1.504,1173,2.068,1190,1.318,1192,1.604,1193,1.604,1198,1.935,1225,1.604,1233,1.504,1249,1.504,1272,1.757,1273,1.318,1274,2.068,1275,1.275,1276,3.094,1277,2.824,1278,1.504,1279,2.647,1280,1.604,1281,1.757,1282,1.757,1283,1.757,1284,1.604,1285,1.604,1286,1.604,1287,2.647,1288,1.604,1289,1.504,1290,1.504,1291,1.757,1292,1.604,1293,1.757,1294,1.604,1295,1.757,1296,3.368,1297,1.757,1298,1.428,1299,1.504,1300,1.757,1301,1.757,1302,1.757,1303,1.428,1304,1.757,1305,1.368,1306,1.504,1307,3.094,1308,1.318,1309,1.757,1310,1.757,1311,1.757,1312,1.757,1313,1.757,1314,1.757,1315,1.604,1316,1.757,1317,1.757,1318,1.757,1319,1.757,1320,1.757,1321,1.757,1322,1.757,1323,1.757,1324,1.757]],["t/782",[0,2.01,1,1.44,3,2.748,6,1.209,85,4.74,135,4.835,176,3.205,217,3.601,219,4.653,295,3.781,320,3.058,376,3.601,589,4.137,724,4.294,725,4.137,785,3.781,865,5.046,866,4.483,892,4.483,1115,2.89,1132,5.036,1150,6.282,1151,4.294,1153,4.137,1154,4.294,1164,4.294,1238,4.294,1325,5.516,1326,5.516,1327,5.516,1328,5.516]],["t/784",[0,2.316,1,1.66,6,1.867,7,1.927,14,1.191,34,1.78,148,3.287,176,3.984,320,4.721,533,4.356,537,3.966,589,4.767,602,5.166,693,3.976,1186,5.438,1210,5.802,1238,4.948,1329,6.356,1330,6.356,1331,6.356,1332,5.802]],["t/786",[70,3.21,85,3.694,138,3,155,2.897,176,2.498,303,4.517,320,3.338,354,3.338,597,4.242,633,4.128,674,3.694,814,4.37,845,5.153,847,4.37,1115,3.155,1145,5.153,1146,4.895,1147,4.895,1167,4.689,1198,3.767,1212,5.498,1227,4.895,1233,5.153,1273,4.517,1274,4.025,1333,4.517,1334,5.153,1335,6.022,1336,6.022]],["t/789",[68,1.268,72,3.629,73,1.48,89,1.741,117,3.615,127,1.195,154,2.973,176,1.584,242,3.543,273,3.088,346,2.117,354,4.486,432,2.552,450,2.056,524,2.086,635,3.103,684,2.117,693,2.389,740,3.486,821,2.617,927,2.771,1045,2.183,1091,3.267,1115,2.001,1117,4.79,1129,2.617,1187,2.864,1198,2.389,1228,3.486,1273,2.864,1274,2.552,1275,2.771,1286,3.486,1308,2.864,1337,3.818,1338,5.894,1339,3.818,1340,3.267,1341,5.38,1342,3.486,1343,3.818,1344,3.818,1345,3.818,1346,3.818,1347,3.486,1348,3.103,1349,3.818,1350,3.818,1351,3.818,1352,3.818,1353,3.818,1354,3.486,1355,3.486,1356,5.894,1357,3.818,1358,4.588,1359,3.818,1360,3.818,1361,3.486,1362,3.486]],["t/791",[6,1.442,37,0.994,49,2.276,73,1.288,117,2.037,151,2.344,155,1.598,158,1.899,176,1.377,180,2.699,242,4.029,268,2.699,270,2.41,273,3.447,320,1.841,324,2.22,354,2.929,383,3.032,418,3.374,435,3.374,450,2.845,451,1.999,517,2.121,524,1.814,537,1.546,626,2.339,633,2.276,635,2.699,662,3.032,670,3.032,674,2.037,680,2.699,693,3.305,700,2.586,727,1.841,777,2.276,782,2.121,792,2.078,821,2.276,823,2.842,844,1.814,996,3.032,1034,2.586,1045,1.899,1091,2.842,1102,4.823,1115,1.74,1117,2.699,1121,2.22,1123,2.842,1129,2.276,1198,2.078,1229,3.032,1249,2.842,1273,2.491,1274,2.22,1275,2.41,1303,4.294,1305,2.586,1342,3.032,1347,6.006,1348,2.699,1358,2.586,1361,3.032,1363,3.321,1364,3.321,1365,3.321,1366,3.321,1367,4.823,1368,3.032,1369,3.032,1370,2.699]],["t/793",[6,0.889,32,1.206,60,1.667,73,1.572,114,2.904,117,2.487,121,1.638,151,2.199,155,2.969,176,3.726,210,2.779,221,2.357,227,1.973,242,4.111,267,2.441,273,2.124,325,2.441,353,2.71,354,2.248,363,3.295,367,2.71,450,2.183,537,3.478,566,2.589,632,2.647,633,2.779,674,2.487,684,2.248,687,2.779,693,2.536,703,3.041,777,2.779,782,2.589,792,2.536,859,5.28,974,2.942,1115,2.124,1129,2.779,1187,3.041,1198,2.536,1215,3.469,1273,3.041,1289,3.469,1296,5.015,1306,3.469,1308,3.041,1371,3.701,1372,4.054,1373,4.054,1374,3.701,1375,4.054,1376,3.701,1377,4.054]],["t/795",[2,1.613,32,1.603,73,2.088,80,0.699,155,2.591,176,3.653,199,3.6,254,3.369,257,2.716,268,4.378,273,2.822,320,2.986,325,3.242,354,2.986,371,3.516,375,3.909,450,2.9,659,4.194,674,3.304,847,3.909,1045,3.08,1062,4.917,1063,6.939,1094,3.794,1109,4.609,1115,2.822,1308,4.04,1378,8.808,1379,5.386,1380,5.386,1381,5.386,1382,6.178,1383,5.386]],["t/797",[68,1.9,73,2.218,114,2.693,121,2.312,176,3.774,261,3.272,295,3.922,320,3.172,332,5.754,354,3.172,450,4.27,674,3.51,844,3.125,857,5.224,1045,3.272,1115,4.154,1118,5.224,1119,3.824,1121,3.824,1129,3.922,1143,6.784,1208,4.03,1384,7.929,1385,5.224,1386,5.722,1387,5.722,1388,5.722]],["t/800",[34,1.336,73,1.85,98,2.872,151,1.7,175,2.984,176,3.413,193,2.821,210,3.27,242,2.349,270,3.462,320,2.645,325,2.872,354,3.862,362,3.047,363,3.877,450,2.569,517,3.047,524,2.606,563,3.877,566,3.047,626,3.36,632,3.115,665,3.189,674,2.926,684,2.645,974,3.462,1045,2.728,1115,3.65,1175,4.355,1198,2.984,1202,3.877,1224,3.714,1274,3.189,1275,3.462,1280,4.355,1296,3.877,1298,3.877,1368,4.355,1369,4.355,1370,3.877,1374,4.355,1389,4.771,1390,4.355,1391,4.771,1392,4.771,1393,4.771]],["t/802",[6,1.409,14,0.802,32,1.274,60,1.76,68,1.422,73,1.66,114,3.026,117,2.626,155,2.06,156,3.48,176,3.56,180,3.48,210,2.934,219,2.577,220,3.211,261,2.448,270,3.107,273,3.369,325,2.577,354,2.373,446,3.663,450,3.462,632,2.795,633,2.934,645,3.333,693,2.678,703,3.211,727,3.564,775,3.48,786,3.48,792,2.678,957,3.909,1004,3.48,1043,3.333,1044,3.016,1045,2.448,1115,2.243,1117,3.48,1119,2.861,1121,2.861,1129,2.934,1208,3.016,1215,5.501,1254,3.909,1333,3.211,1370,3.48,1394,4.281,1395,4.281,1396,3.909,1397,4.281,1398,3.909,1399,3.909]],["t/805",[73,1.869,117,2.957,138,2.402,154,3.753,176,2.911,261,2.757,273,4.338,320,2.672,325,2.902,336,3.396,346,2.672,349,3.918,354,3.891,450,2.596,513,2.346,684,2.672,702,2.757,1045,2.757,1085,3.918,1115,2.526,1129,3.304,1205,4.401,1208,3.396,1274,3.222,1277,4.401,1278,4.125,1279,4.125,1303,3.918,1340,4.125,1354,4.401,1355,4.401,1400,7.02,1401,4.821,1402,4.821,1403,4.821,1404,4.821,1405,4.821,1406,4.821,1407,4.821,1408,4.821,1409,4.821,1410,4.821,1411,4.401,1412,4.401]],["t/807",[6,1.004,32,1.363,73,1.776,117,2.809,121,1.851,138,2.282,155,2.204,176,2.804,270,3.324,273,2.4,295,3.139,346,3.748,354,2.539,371,2.99,450,3.641,517,2.925,632,2.99,645,3.566,674,2.809,821,3.139,1044,3.226,1045,2.619,1108,3.723,1115,2.4,1121,3.061,1129,3.139,1173,3.061,1198,2.865,1208,3.226,1251,4.182,1275,3.324,1279,3.919,1294,4.182,1306,3.919,1308,3.436,1340,3.919,1382,3.723,1390,4.182,1398,4.182,1399,4.182,1412,8.102,1413,4.58,1414,4.58,1415,4.58,1416,4.58,1417,4.58,1418,4.182,1419,4.58]],["t/810",[73,1.456,138,2.899,145,2.082,155,2.8,156,3.053,176,3.807,182,2.924,242,1.849,261,2.148,273,3.049,297,3.053,320,4.447,325,2.261,354,2.082,435,2.399,524,2.052,534,3.429,620,2.646,719,4.365,792,2.349,844,2.052,847,2.726,1088,3.429,1099,2.817,1108,3.053,1121,2.51,1151,2.924,1164,2.924,1167,2.924,1173,3.889,1181,3.429,1183,2.817,1198,3.64,1208,2.646,1224,2.924,1238,2.924,1274,2.51,1275,2.726,1292,3.429,1305,2.924,1308,2.817,1315,3.429,1333,2.817,1358,2.924,1420,3.214,1421,3.053,1422,3.429,1423,3.756,1424,5.819,1425,3.756,1426,3.756,1427,3.756,1428,3.429,1429,4.729,1430,3.214,1431,3.756,1432,3.756,1433,3.214,1434,3.756,1435,3.053]],["t/812",[6,0.851,37,1.162,73,1.505,138,1.934,145,2.152,151,1.384,155,2.872,164,1.847,175,2.429,176,3.386,184,1.934,267,2.337,273,4.278,320,2.152,354,4.885,372,2.735,418,2.48,450,2.091,451,2.337,517,2.48,537,1.808,607,2.818,674,2.382,684,2.152,821,2.661,847,2.818,1045,2.22,1096,7.453,1104,5.108,1108,5.911,1121,2.595,1151,3.023,1164,3.023,1168,3.545,1186,3.322,1198,2.429,1208,2.735,1224,3.023,1303,4.852,1333,2.913,1348,3.156,1367,5.45,1370,3.156,1418,3.545,1421,3.156,1429,3.156,1436,3.883,1437,3.883,1438,3.545,1439,3.883,1440,3.883,1441,3.545,1442,3.883]],["t/814",[176,3.984,254,3.976,320,4.721,335,4.586,338,3.472,451,3.826,516,4.948,700,6.631,1045,3.634,1094,4.477,1115,3.33,1119,4.248,1128,4.948,1153,4.767,1167,4.948,1266,5.802,1274,4.248,1433,5.438,1443,6.356,1444,8.518]],["t/816",[3,1.464,70,1.871,117,1.802,122,1.838,138,1.464,151,1.047,155,3.7,176,3.606,182,2.288,242,1.447,276,2.288,311,2.831,320,2.654,323,2.514,324,3.2,325,2.882,354,2.654,386,2.683,513,1.43,533,2.014,633,2.014,674,1.802,684,1.629,693,1.838,703,2.204,782,1.877,847,2.133,860,2.514,951,2.683,972,2.514,1004,2.388,1064,2.683,1100,5.183,1115,1.54,1119,1.964,1121,1.964,1123,2.514,1124,2.683,1126,2.288,1129,4.152,1141,2.683,1158,2.683,1164,2.288,1173,1.964,1183,2.204,1185,2.288,1189,2.514,1198,1.838,1208,2.07,1223,2.514,1224,2.288,1274,4.049,1275,2.133,1278,2.514,1285,2.683,1287,2.514,1305,3.727,1333,2.204,1334,4.096,1348,2.388,1358,2.288,1362,2.683,1429,2.388,1430,2.514,1445,2.939,1446,2.683,1447,4.787,1448,8.246,1449,2.939,1450,2.939,1451,2.939,1452,2.683,1453,2.939,1454,2.939,1455,2.939,1456,4.787,1457,2.683,1458,2.939,1459,2.683]],["t/818",[2,0.708,4,1.137,68,0.785,70,2.894,72,1.192,73,2.87,85,4.184,89,1.078,117,2.451,151,0.842,155,1.922,176,3.579,267,1.423,283,2.022,306,2.122,311,1.398,319,1.543,320,3.782,332,2.9,354,4.104,360,2.158,393,1.45,424,1.62,588,1.62,606,3.111,620,1.665,633,1.62,642,1.715,686,1.51,696,2.022,714,1.715,777,1.62,785,1.62,814,1.715,836,3.111,844,1.291,860,2.022,863,1.423,927,1.715,1023,2.158,1045,1.352,1090,2.022,1099,1.773,1100,3.419,1115,1.238,1121,1.58,1128,1.84,1137,1.84,1144,2.158,1145,2.022,1146,1.921,1147,1.921,1150,1.921,1151,1.84,1156,2.158,1167,1.84,1173,1.58,1183,1.773,1184,2.022,1185,1.84,1187,1.773,1198,1.479,1223,2.022,1227,1.921,1238,4.751,1245,2.158,1253,2.158,1269,2.158,1287,2.022,1290,2.022,1305,1.84,1332,2.158,1333,1.773,1334,2.022,1341,2.158,1358,3.111,1371,2.158,1382,1.921,1385,2.158,1421,1.921,1428,2.158,1429,3.248,1430,3.419,1433,2.022,1446,2.158,1452,2.158,1457,2.158,1459,2.158,1460,3.648,1461,2.364,1462,3.996,1463,2.364,1464,2.364,1465,2.364,1466,3.996,1467,2.364,1468,2.364,1469,2.364,1470,2.364,1471,2.364,1472,2.364]],["t/820",[70,2.592,73,2.571,85,4.067,273,4.59,283,5.673,354,3.676,403,4.671,620,4.671,782,5.595,785,4.545,863,3.992,1173,4.432,1288,6.054,1289,5.673,1290,5.673,1421,7.121,1422,6.054,1460,6.054,1473,6.631,1474,6.631]],["t/822",[0,1.744,1,1.25,2,2.603,6,0.644,73,2.708,118,1.156,146,1.769,151,3.098,155,1.414,164,1.398,176,1.219,184,2.385,203,0.617,239,2.014,254,1.838,259,4.439,273,1.54,280,1.605,282,2.133,290,2.014,316,2.514,317,2.683,349,2.388,362,1.877,375,4.396,389,2.204,418,1.877,439,2.683,450,2.578,513,2.33,524,4.2,596,2.388,601,3.891,645,2.288,699,2.514,702,1.68,713,2.683,727,1.629,728,2.514,731,5.183,950,3.727,974,2.133,982,2.683,1090,2.514,1203,2.683,1298,4.923,1299,5.183,1396,2.683,1420,2.514,1475,2.683,1476,2.939,1477,4.787,1478,2.939,1479,2.683,1480,2.683,1481,2.939,1482,2.939,1483,2.683,1484,2.939,1485,2.939,1486,2.939,1487,2.939,1488,2.683,1489,2.939,1490,2.939,1491,2.939,1492,1.708,1493,2.683]],["t/824",[0,2.238,1,2.069,2,2.372,37,1.207,72,2.637,118,0.577,123,1.412,145,1.324,148,2.084,151,2.445,166,0.949,174,1.859,193,1.412,203,0.502,207,1.268,242,2.575,259,1.219,264,1.941,267,1.438,272,2.202,273,2.112,274,2.043,279,1.494,281,1.162,282,4.458,290,3.584,294,2.043,313,1.438,320,1.324,327,1.941,353,3.495,354,2.234,367,1.596,375,4.458,408,3.356,409,3.138,440,2.632,513,1.162,537,1.112,558,1.791,639,2.043,652,2.043,660,2.18,700,1.859,727,2.234,731,3.449,777,1.637,782,4.754,792,1.494,822,1.859,851,2.043,950,1.859,994,2.18,1039,2.043,1099,1.791,1146,3.276,1185,1.859,1273,1.791,1296,1.941,1420,2.043,1479,6.265,1480,5.608,1483,2.18,1493,6.265,1494,2.388,1495,2.388,1496,2.388,1497,2.388,1498,2.388,1499,2.388,1500,2.388,1501,2.388,1502,2.388,1503,2.388,1504,2.388,1505,2.388,1506,2.388,1507,2.388,1508,2.388,1509,2.388,1510,2.388,1511,2.388,1512,2.388,1513,2.388]],["t/826",[0,1.415,1,1.899,2,1.162,9,1.239,21,1.912,68,1.29,120,1.518,121,2.412,146,3.594,151,2.592,158,3.414,164,2.841,176,3.016,179,3.023,194,2.337,202,1.569,203,0.816,267,2.337,272,2.121,273,3.128,278,3.545,285,3.813,291,1.868,295,2.661,311,2.296,324,2.595,341,4.852,367,2.595,376,2.535,393,3.662,427,2.913,442,3.545,517,2.48,533,4.092,777,2.661,836,3.023,891,3.023,912,3.156,978,3.322,979,5.123,983,3.322,998,3.322,1004,3.156,1005,3.322,1015,2.22,1284,3.545,1411,3.545,1438,3.545,1514,3.883,1515,3.883,1516,3.883,1517,3.545,1518,3.883,1519,3.883,1520,3.883]],["t/829",[0,1.545,2,2.299,21,3.143,32,1.262,71,4.377,73,1.644,118,1.024,120,2.496,146,2.553,151,1.512,155,3.072,164,3.038,176,1.759,219,2.553,220,3.182,261,2.426,270,3.078,291,2.041,294,3.629,313,2.553,338,2.317,347,4.79,354,2.351,375,3.078,415,2.835,513,4.158,524,3.488,583,3.872,632,4.169,639,3.629,706,3.872,727,2.351,814,3.078,930,3.872,950,3.302,975,3.448,1044,2.988,1298,3.448,1299,3.629,1488,3.872,1492,2.466,1517,3.872,1521,4.242,1522,4.242,1523,4.242,1524,4.242,1525,4.242,1526,6.385]],["t/831",[1,2.432,2,1.966,3,2.194,5,2.701,6,1.908,8,1.453,9,2.096,19,3.378,20,2.442,21,2.168,25,2.029,35,1.352,50,1.75,72,2.221,80,0.572,118,1.064,151,2.34,159,3.304,203,0.925,216,1.843,280,2.406,290,3.019,291,2.119,333,2.519,404,2.194,408,2.406,416,3.019,421,2.406,514,2.56,588,3.019,600,3.102,674,2.701,725,4.927,813,3.58,814,4.766,847,3.196,1092,3.58,1382,3.58,1441,4.021,1527,4.405,1528,4.405,1529,4.405,1530,6.568]],["t/833",[0,2.445,1,2.087,2,2.009,11,3.88,49,3.108,55,2.134,116,2.287,120,1.772,145,2.514,151,1.616,176,3.314,183,2.736,202,1.833,241,3.402,259,4.08,280,2.477,290,4.6,327,3.686,404,2.259,451,2.73,454,3.88,476,2.961,483,3.531,514,2.636,517,2.896,518,5.226,702,2.593,727,2.514,728,3.88,746,4.14,976,6.494,979,3.194,1000,4.14,1475,4.14,1531,4.535,1532,4.535,1533,4.535,1534,4.535,1535,4.535,1536,4.535,1537,4.535,1538,4.535]],["t/836",[7,3.134,8,2.845,9,2.752,80,1.119,149,4.71,203,1.812]],["t/838",[13,1.847,14,1.874,80,1.298,124,2.605,149,4.459,203,2.101,1041,4.459]],["t/840",[8,3.229,14,2.087,80,1.27,124,2.516,203,2.057,1041,4.306]],["t/842",[9,2.116,13,1.5,27,2.264,28,2.55,29,2.28,30,2.248,31,1.913,32,1.973,33,1.998,34,1.857,35,2.036,80,0.861,127,2.075,128,2.28,143,3.571,149,3.622,188,2.775,189,2.75,203,1.393,1015,3.792,1492,3.855,1539,6.631,1540,3.992]],["t/844",[9,2.652,80,1.079,118,2.442,188,3.478,189,3.447,249,4.753,513,4.045,803,5.003]],["t/846",[9,2.668,14,1.159,36,2.013,37,1.851,40,2.04,41,2.054,55,2.911,57,3.009,58,3.009,80,1.085,91,4.239,118,2.019,188,3.499,189,3.468,203,1.299,249,3.536,513,3.009,803,3.723,1015,3.536,1492,3.595,1540,3.723,1541,4.639,1542,4.639]],["t/848",[1,2.224,2,1.262,5,1.545,7,1.278,8,0.831,31,1.569,34,1.181,80,0.705,107,2.216,115,1.796,119,2.637,127,1.701,147,4.149,151,0.898,152,1.727,157,3.427,174,1.961,176,2.255,203,1.972,216,1.764,221,1.464,227,3.723,257,1.27,267,1.517,280,1.376,285,1.609,291,3.908,302,1.89,307,3.726,318,1.517,324,2.818,335,1.357,387,2.89,408,1.376,421,3.864,423,1.828,535,4.232,666,1.828,683,1.89,684,1.397,702,1.441,714,1.828,727,1.397,806,1.89,815,3.472,863,2.538,946,2.156,978,3.607,979,3.829,992,2.048,997,2.156,998,2.156,1034,1.961,1035,2.048,1036,1.961,1037,2.048,1038,2.048,1082,2.3,1543,2.048,1544,5.436,1545,5.436,1546,5.436,1547,5.436,1548,2.3]],["t/850",[9,1.897,31,2.349,34,2.279,80,0.771,107,2.423,118,1.966,188,2.487,189,2.465,238,3.881,249,3.399,281,2.893,421,3.247,464,4.813,513,2.893,803,3.578,804,3.578,805,4.074,815,3.796,844,3.247,846,4.459,884,3.881,984,3.973,1543,4.831,1549,5.427,1550,5.427,1551,5.086,1552,4.831]],["t/852",[9,2.158,14,0.858,31,1.951,34,1.283,55,2.156,57,2.229,58,2.229,80,0.877,91,3.139,107,1.867,118,1.633,188,2.829,189,2.804,203,0.962,227,2.229,238,2.99,249,2.619,281,2.229,464,3.998,513,2.229,803,2.757,804,2.757,805,3.139,815,2.925,844,2.502,846,3.436,853,3.566,884,2.99,984,3.061,986,3.566,989,3.566,991,3.566,1015,2.619,1019,3.436,1492,2.662,1540,2.757,1541,3.436,1542,3.436,1549,4.182,1550,4.182,1551,3.919,1552,3.723,1553,4.182,1554,3.723,1555,4.58,1556,3.919,1557,4.58]],["t/854",[9,2.086,22,3.471,31,2.504,80,0.848,118,2.096,188,2.735,189,2.711,249,3.738,285,4.175,513,3.181,803,3.935,804,3.935,806,4.903,844,3.57,884,4.267,979,6.113,984,4.369,986,5.089,989,5.089,991,5.089,1552,5.313]],["t/856",[9,2.348,14,0.964,22,2.732,31,1.485,55,2.421,57,2.504,58,2.504,80,0.955,91,3.526,107,2.097,118,1.777,188,3.079,189,3.051,203,1.081,249,2.942,285,3.286,513,2.504,628,3.286,803,3.097,804,3.097,805,3.526,806,3.859,815,3.286,844,2.81,884,3.359,979,3.624,984,3.439,986,4.006,989,4.006,991,4.006,1015,2.942,1019,3.859,1492,2.991,1540,3.097,1541,3.859,1542,3.859,1552,4.182,1556,4.402]],["t/858",[1,1.552,2,1.78,7,2.468,72,2.997,227,3.961,257,2.997,291,4.466,324,3.973,335,3.201,342,4.831,398,4.831,421,3.247,451,3.578,537,4.322,666,4.314,702,4.655,734,7.545,836,4.628,1554,4.831,1558,7.431,1559,5.427]],["t/860",[1,2.122,7,2.254,8,1.08,16,2.602,21,1.612,36,1.066,70,2.907,107,1.334,141,1.763,148,3.37,178,3.679,203,0.688,272,1.788,281,2.542,291,4.54,332,2.376,335,1.763,393,3.204,411,5.305,413,2.137,428,2.456,432,3.491,433,4.59,464,1.936,476,2.137,557,4.355,570,4.245,642,2.376,684,2.895,714,2.376,733,4.469,736,2.244,820,5.79,844,1.788,984,2.188,985,2.801,1022,2.661,1045,3.726,1047,2.989,1048,4.768,1049,2.989,1050,4.768,1051,5.949,1052,2.989,1053,2.989,1054,2.989,1055,2.989,1056,2.989,1057,2.989,1058,2.989]],["t/862",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/864",[5,5.192,7,2.566,155,4.073,291,4.073,421,4.624,1019,6.349,1036,6.59,1560,8.465]],["t/866",[13,1.815,14,1.854,80,1.284,124,2.56,149,4.381,203,2.079,1041,4.381,1561,7.323]],["t/868",[14,2.112,80,1.298,124,2.605,203,2.101,1041,4.459]],["t/870",[2,1.336,3,2.223,4,1.298,5,2.737,7,0.818,8,0.89,9,0.861,12,1.037,13,0.61,21,3.616,22,3.522,27,0.921,28,1.037,30,0.914,31,0.778,34,2.216,35,0.828,37,0.807,40,0.89,51,1.495,80,0.35,119,2.791,127,0.844,128,0.927,151,1.59,152,1.849,158,1.542,164,1.283,166,2.267,188,1.129,189,1.119,197,1.542,203,1.393,209,1.243,216,1.129,242,1.328,259,3.386,277,2.307,281,1.312,291,4.03,408,2.437,414,1.849,421,4.323,447,1.849,543,2.1,600,1.9,608,2.023,646,3.626,656,2.462,683,2.023,685,4.073,702,1.542,734,2.192,819,2.192,843,2.307,846,2.023,863,1.623,1015,1.542,1019,2.023,1034,2.1,1035,2.192,1036,3.474,1037,2.192,1038,2.192,1039,2.307,1492,1.568,1540,1.623,1551,2.307,1556,6.285,1561,2.462,1562,6.631,1563,6.631,1564,2.697,1565,2.697]],["t/872",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/874",[2,2.534,7,2.566,118,2.044,121,3.42,122,5.295,183,3.45,184,4.217,203,1.778]],["t/876",[13,1.847,14,1.874,80,1.298,118,2.415,124,2.605,203,1.715,222,4.668]],["t/878",[14,2.087,80,1.27,118,2.571,124,2.516,126,4.835,222,4.508]],["t/880",[13,1.363,27,2.056,28,2.316,29,2.07,30,2.042,31,1.738,32,1.792,33,1.814,34,1.686,35,1.849,36,1.96,37,1.803,40,1.987,41,2,80,1.213,118,1.454,127,1.885,128,2.07,203,2.109,214,3.932,753,4.242,1566,9.346,1567,6.022]],["t/882",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/884",[2,2.102,6,1.056,7,2.128,36,1.569,37,1.443,40,1.59,41,1.601,70,1.884,71,4.812,80,0.911,89,2.198,121,1.948,122,3.015,151,1.718,183,1.965,184,2.402,202,1.948,203,1.911,204,2.851,205,2.851,209,3.814,216,2.017,227,2.346,242,2.373,335,2.596,366,3.918,389,3.616,464,4.895,515,4.125,516,3.753,517,3.079,518,3.753,519,2.633,520,3.498,521,3.147,522,4.812,523,3.616]],["t/886",[7,3.207,80,1.163,183,3.652,203,1.883]],["t/888",[13,1.989,14,1.647,80,1.357,124,2.805,203,1.846]],["t/890",[14,1.938,80,1.342,124,2.752,183,3.515,203,1.812]],["t/892",[9,2.317,13,1.643,27,2.479,28,2.792,29,2.496,30,2.462,31,2.095,32,2.16,33,2.187,34,2.033,35,2.229,80,0.942,127,2.272,128,2.496,188,3.038,189,3.011,203,1.525]],["t/894",[9,2.778,14,1.231,36,1.434,37,1.319,40,1.453,41,1.463,55,3.091,57,3.196,58,3.196,80,1.13,91,4.502,118,2.102,141,2.372,188,3.643,189,3.611,203,1.65,204,2.605,205,2.605,249,3.756,513,3.196,803,3.954,804,3.954,1015,3.756,1492,2.56,1540,2.651,1541,4.927,1542,4.927,1568,4.021,1569,4.021]],["t/896",[7,3.207,80,1.163,183,3.652,203,1.883]],["t/898",[13,1.989,14,1.647,80,1.357,124,2.805,203,1.846]],["t/900",[14,1.938,80,1.342,124,2.752,183,3.515,203,1.812]],["t/902",[9,2.116,13,1.5,27,2.264,28,2.55,29,2.28,30,2.248,31,1.913,32,1.973,33,1.998,34,1.857,35,2.036,50,2.635,80,0.861,107,2.703,127,2.075,128,2.28,149,3.622,188,2.775,189,2.75,203,1.393,522,4.545,523,4.974,525,5.389]],["t/904",[9,2.552,14,1.086,36,1.886,37,1.735,40,1.911,41,1.924,55,2.727,57,2.82,58,2.82,80,1.038,91,3.971,118,1.932,141,3.12,188,3.347,189,3.317,203,1.68,204,3.426,205,3.426,249,3.313,513,2.82,803,3.488,804,3.488,1015,3.313,1492,3.368,1540,3.488,1541,4.346,1542,4.346]],["t/906",[7,3.207,80,1.163,183,3.652,203,1.883]],["t/908",[13,1.989,14,1.647,80,1.357,124,2.805,203,1.846]],["t/910",[14,1.938,80,1.342,124,2.752,183,3.515,203,1.812]],["t/912",[9,2.212,13,1.568,27,2.366,28,2.666,29,2.383,30,2.35,31,2,32,2.062,33,2.088,34,1.941,35,2.128,80,0.9,107,2.825,127,2.169,128,2.383,149,3.786,188,2.9,189,2.875,203,1.456,522,4.751]],["t/914",[9,2.509,14,1.059,36,1.84,37,1.692,40,1.864,41,1.877,50,2.246,55,2.66,57,2.75,58,2.75,80,1.02,91,3.874,118,1.898,141,3.043,188,3.289,189,3.26,203,1.652,204,3.342,205,3.342,249,3.232,513,2.75,525,4.593,803,3.402,804,3.402,1015,3.232,1541,4.239,1542,4.239,1568,5.16,1569,5.16]],["t/916",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/918",[6,1.89,7,2.614,183,3.515,202,3.485,203,1.812,209,3.973,537,4.015]],["t/920",[13,1.847,14,1.874,80,1.298,124,2.605,203,1.715,407,4.396,519,4.459,698,5.456]],["t/922",[14,2.112,80,1.298,124,2.605,203,1.715,407,4.396,698,5.456]],["t/924",[9,2.281,13,1.617,27,2.44,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,127,2.237,128,2.457,188,2.991,189,2.964,203,1.933,519,3.904]],["t/926",[6,1.822,36,2.705,37,2.488,40,2.742,41,2.761,537,3.87,538,5.854,1570,8.312,1571,8.312]],["t/928",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/930",[6,1.855,7,2.566,60,3.48,123,5.005,183,3.45,203,1.778,216,3.542,537,3.941]],["t/932",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,1.685,407,4.319,539,5.65,698,5.361]],["t/934",[14,2.112,80,1.298,124,2.605,203,1.715,407,4.396,698,5.456]],["t/936",[6,1.964,244,6.721,537,4.172,538,6.311,540,7.667]],["t/938",[9,2.147,12,2.588,13,1.522,27,2.297,28,2.588,29,2.313,30,2.281,31,1.941,32,2.002,33,2.027,34,1.884,35,2.065,80,0.873,127,2.106,128,2.313,143,3.623,144,3.787,188,2.815,189,2.79,203,1.858,539,4.739]],["t/940",[36,2.975,37,2.736,40,3.015,41,3.035]],["t/942",[1,1.513,6,1.753,38,2.539,51,3.212,63,2.065,64,2.021,65,2.065,66,3.326,67,2.006,68,1.924,70,2.265,80,0.752,145,3.212,166,2.302,194,4.815,197,3.313,209,2.67,216,2.425,424,3.971,519,3.165,541,6.501,542,6.501,543,6.227,544,4.957,545,4.957]],["t/944",[7,3.17,80,1.141,114,4.922,203,1.846]],["t/946",[13,1.847,14,1.874,80,1.298,114,3.842,124,2.605,203,2.101,1041,4.459]],["t/948",[14,2.099,80,1.284,114,3.775,124,2.56,203,2.079,1041,4.381]],["t/950",[9,2.179,13,1.545,27,2.331,28,2.626,29,2.348,30,2.315,31,1.97,32,2.032,33,2.057,34,1.912,35,2.096,80,0.886,114,3.214,127,2.137,128,2.348,188,2.857,189,2.832,203,1.435,1015,3.905,1492,3.969,1540,4.11]],["t/952",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,197,4.84]],["t/954",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/956",[7,2.167,60,2.938,203,1.502,227,4.477,279,4.471,299,3.904,417,5.876,557,4.777,840,8.269,949,6.525,1274,4.777,1376,6.525,1572,6.525,1573,6.525]],["t/958",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,2.079,1041,4.381,1574,7.323]],["t/960",[548,8.143,803,5.729]],["t/962",[14,1.979,80,1.159,124,2.179,202,2.759,203,1.876,255,5.122,299,3.73,557,4.564,803,4.11,816,4.81,840,5.55,960,5.316,1041,3.73,1572,6.234,1573,6.234,1575,6.828]],["t/964",[9,2.086,12,2.514,13,1.479,27,2.232,28,2.514,29,2.247,30,2.216,31,1.886,32,1.945,33,1.969,34,1.83,35,2.007,80,0.848,127,2.046,128,2.247,143,3.52,144,3.679,188,2.735,189,2.711,203,1.373,1015,3.738,1492,3.8,1540,3.935,1574,5.968]],["t/966",[251,8.143,803,5.729]],["t/968",[36,3.22,37,2.962,40,2.646,41,2.664,150,4.319,197,4.587,792,5.017,840,6.519,1576,8.021]],["t/970",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/972",[7,2.716,60,3.684,203,1.883,291,4.311,408,4.894]],["t/974",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,2.079,1041,4.381,1577,7.323]],["t/976",[21,3.412,22,3.681,31,2.893,34,1.941,421,3.786,736,4.751,804,4.173,805,4.751,815,4.427,844,3.786,853,5.396,884,4.525,959,5.634,984,4.633,992,5.634,1543,5.634,1553,6.328,1554,5.634]],["t/978",[22,3.856,31,2.682,628,4.637,804,4.37,806,5.446,844,3.966,884,4.74,959,5.901,979,5.114,984,4.852,986,5.652,989,5.652,991,5.652,992,5.901,1578,7.26,1579,7.26]],["t/980",[1,1.04,2,1.823,7,2.24,9,1.271,14,1.551,21,1.961,31,1.757,72,2.009,80,0.79,124,1.271,145,4.587,148,2.06,151,1.42,153,2.731,202,1.61,203,1.279,227,3.596,281,1.939,291,3.556,324,2.663,335,2.145,398,3.238,404,1.985,407,2.145,408,3.326,421,2.176,451,3.665,521,2.601,537,3.441,559,2.492,570,3.238,702,3.482,734,6.007,804,2.398,805,2.731,836,3.102,844,2.176,884,3.975,1041,2.176,1554,6.007,1558,3.637,1559,3.637,1580,3.984]],["t/982",[9,2.086,12,2.514,13,1.479,27,2.232,28,2.514,29,2.247,30,2.216,31,1.886,32,1.945,33,1.969,34,1.83,35,2.007,80,0.848,127,2.046,128,2.247,143,3.52,144,3.679,188,2.735,189,2.711,203,1.373,1015,3.738,1492,3.8,1540,3.935,1577,5.968]],["t/984",[21,3.465,22,3.737,31,2.628,34,1.971,238,4.594,421,3.844,447,4.824,609,5.72,646,5.72,804,4.236,805,4.824,815,4.494,844,3.844,884,4.594,959,5.72,984,4.704,987,6.425,1543,5.72]],["t/986",[2,1.459,5,2.988,8,1.607,9,1.555,36,2.303,37,2.118,40,1.607,41,1.618,119,4.425,150,2.623,151,1.736,152,3.339,155,2.344,197,2.786,203,1.92,210,3.339,272,2.661,291,4.67,408,3.864,413,3.181,421,3.864,521,3.181,674,2.988,683,3.654,702,2.786,792,3.047,1034,3.793,1035,3.96,1036,3.793,1037,5.749,1038,5.749,1042,4.448,1043,3.793,1044,3.432]],["t/988",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/990",[1,2.403,6,1.566,7,2.789,12,2.749,70,3.596,80,0.928,118,1.726,164,3.401,194,4.302,202,2.888,203,1.933,404,3.561,520,5.187,521,4.666]],["t/992",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,2.079,404,3.996,1041,4.381]],["t/994",[107,3.879,815,6.078]],["t/996",[1,2.039,4,2.099,14,1.624,80,0.846,124,1.392,146,3.926,147,4.257,150,3.511,202,2.635,203,1.37,209,2.01,221,3.791,227,2.123,260,3.372,281,2.123,306,3.463,333,2.495,335,3.511,346,2.418,415,4.359,628,4.987,665,2.916,666,4.733,686,4.165,815,4.165,816,4.593,817,5.3,818,3.397,819,3.546,820,3.397,821,4.47,822,5.077,853,3.397,1041,2.383]],["t/998",[9,2.086,12,2.514,13,1.479,27,2.232,28,2.514,29,2.247,30,2.216,31,1.886,32,1.945,33,1.969,34,1.83,35,2.007,80,0.848,127,2.046,128,2.247,143,3.52,144,3.679,188,2.735,189,2.711,203,1.373,404,3.256,1015,3.738,1492,3.8,1540,3.935]],["t/1000",[107,3.879,815,6.078]],["t/1002",[1,1.958,40,2.473,41,2.49,127,2.346,176,3.109,227,3.648,307,5.139,459,4.358,530,6.415,535,5.837,536,6.845,977,5.624,1581,7.497,1582,6.415,1583,7.497]],["t/1004",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/1006",[1,2.641,98,5.003,203,1.746,280,4.54,299,4.54,404,4.141,916,6.755,977,6.234]],["t/1008",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,2.079,299,4.381,1041,4.381]],["t/1010",[977,7.139,1582,8.143]],["t/1012",[1,1.99,14,2.062,80,1.244,124,2.432,202,3.08,203,2.014,418,4.868,977,5.717,1041,4.163]],["t/1014",[9,2.086,12,2.514,13,1.479,27,2.232,28,2.514,29,2.247,30,2.216,31,1.886,32,1.945,33,1.969,34,1.83,35,2.007,80,0.848,127,2.046,128,2.247,143,3.52,144,3.679,188,2.735,189,2.711,203,1.373,299,3.57,1015,3.738,1492,3.8,1540,3.935]],["t/1016",[977,7.139,1582,8.143]],["t/1018",[36,2.975,37,2.736,40,3.015,41,3.035]],["t/1020",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/1022",[7,2.614,203,1.812,209,3.973,328,5.191,686,5.508,816,6.074,960,6.714]],["t/1024",[13,1.847,14,1.874,80,1.298,124,2.605,203,2.101,328,4.914,1041,4.459]],["t/1026",[241,6.593,464,5.197,686,5.613,816,6.191,960,6.843,1435,7.143]],["t/1028",[14,2.099,80,1.284,124,2.56,202,3.241,203,2.079,1041,4.381]],["t/1030",[9,2.116,13,1.5,27,2.264,28,2.55,29,2.28,30,2.248,31,1.913,32,1.973,33,1.998,34,1.857,35,2.036,80,0.861,127,2.075,128,2.28,143,3.571,144,3.732,188,2.775,189,2.75,203,1.393,328,3.992,1015,3.792,1492,3.855,1540,3.992]],["t/1032",[241,6.593,464,5.197,686,5.613,816,6.191,960,6.843,1435,7.143]],["t/1034",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,197,4.84]],["t/1036",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/1038",[1,2.132,7,2.475,16,4.067,123,4.827,148,4.222,209,3.761,232,5.007,328,4.914,1548,7.453,1584,8.164]],["t/1040",[13,1.784,14,1.834,80,1.27,124,2.516,148,4.077,203,2.057,232,4.835,1041,4.306,1585,7.197]],["t/1042",[14,1.979,55,4.203,80,1.159,124,2.179,202,2.759,203,1.876,232,5.478,509,5.55,532,4.564,811,5.55,1041,3.73,1586,6.828,1587,6.234,1588,6.828]],["t/1044",[9,1.973,13,1.399,27,2.111,28,2.378,29,2.126,30,2.097,31,1.785,32,1.84,33,1.863,34,1.732,35,1.899,55,2.911,80,0.803,108,4.356,127,1.935,128,2.126,148,3.198,188,2.588,189,2.565,203,1.299,507,5.646,509,5.026,1015,3.536,1492,3.595,1540,3.723,1585,5.646,1587,5.646,1589,6.184]],["t/1046",[36,2.917,37,2.683,40,2.956,41,2.976,197,5.124]],["t/1048",[328,5.729,1590,9.518]],["t/1050",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/1052",[7,2.716,60,3.684,203,1.883,328,5.394,686,5.723]],["t/1054",[12,3.085,13,1.815,14,1.854,80,1.284,124,2.56,203,2.079,964,6.519,1041,4.381]],["t/1056",[238,6.214,328,5.729]],["t/1058",[14,2.025,80,1.206,124,2.317,202,2.934,203,1.952,221,4.22,228,5.901,328,5.594,603,5.446,1041,3.966,1591,7.26]],["t/1060",[9,2.086,12,2.514,13,1.479,27,2.232,28,2.514,29,2.247,30,2.216,31,1.886,32,1.945,33,1.969,34,1.83,35,2.007,80,0.848,127,2.046,128,2.247,143,3.52,144,3.679,188,2.735,189,2.711,203,1.373,964,5.313,1015,3.738,1492,3.8,1540,3.935]],["t/1062",[328,5.729,1435,7.736]],["t/1064",[36,3.328,37,3.061,40,2.792,41,2.811,150,4.558,197,4.84]],["t/1066",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]],["t/1068",[1,2.059,7,2.39,121,3.186,202,3.186,203,1.656,209,3.632,216,3.299,217,5.147,218,4.077,219,4.746,220,5.913,221,4.583]],["t/1070",[13,1.847,14,1.874,80,1.298,124,2.605,203,1.715,218,4.222,407,4.396,698,5.456]],["t/1072",[14,2.112,80,1.298,124,2.605,203,1.715,407,4.396,698,5.456]],["t/1074",[9,2.281,13,1.617,27,2.44,29,2.457,30,2.423,31,2.062,32,2.126,33,2.153,34,2.001,35,2.194,80,0.928,127,2.237,128,2.457,188,2.991,189,2.964,203,1.502,218,3.696,513,3.478]],["t/1076",[1,1.671,14,1.027,18,1.457,25,2.525,31,2.565,36,1.385,37,0.763,40,0.84,41,0.846,57,1.24,58,1.24,92,1.983,108,1.794,116,3.879,118,1.546,120,1.663,121,2.214,176,1.056,202,2.214,203,1.495,209,1.174,214,3.577,218,4.222,221,4.138,224,4.266,225,5.476,226,4.266,227,3.744,228,3.458,229,4.266,230,4.11,231,4.266,232,3.361,233,3.458,234,3.641,239,3.756,249,1.457,256,1.849,282,1.849,295,1.746,318,1.533,431,3.976,458,2.07,464,2.516,546,3.641,548,3.641,550,2.326,551,2.326,552,2.07,555,2.326,556,2.179,557,1.703,558,1.911,953,2.07,1592,4.255,1593,4.255,1594,2.547]],["t/1078",[63,3.073,64,3.007,65,3.073,66,3.481,67,2.986,68,2.864]]],"invertedIndex":[["0",{"_index":464,"t":{"292":{"position":[[323,1],[646,1]]},"329":{"position":[[149,1],[215,1],[275,1],[304,1],[614,1],[935,1],[1251,1],[1565,1]]},"373":{"position":[[440,1],[482,1],[514,1]]},"451":{"position":[[660,1],[974,1]]},"523":{"position":[[30,1]]},"527":{"position":[[246,1],[288,1],[320,1]]},"746":{"position":[[694,1],[781,1],[1075,1],[1141,1],[1185,1],[1188,1],[1346,1],[1559,1],[1742,1],[1854,1],[2039,1],[2326,1],[2515,1],[2618,1]]},"758":{"position":[[688,1]]},"760":{"position":[[21,1],[25,1],[496,1],[500,1]]},"850":{"position":[[146,1],[148,1]]},"852":{"position":[[179,1],[181,1]]},"860":{"position":[[831,1]]},"884":{"position":[[468,1],[510,1],[542,1]]},"1026":{"position":[[20,1]]},"1032":{"position":[[20,1]]},"1076":{"position":[[343,1],[655,1]]}}}],["00",{"_index":57,"t":{"12":{"position":[[381,2],[420,2]]},"158":{"position":[[162,2],[201,2],[320,2],[359,2],[478,2],[517,2]]},"170":{"position":[[152,2],[191,2]]},"184":{"position":[[140,2],[179,2]]},"198":{"position":[[140,2],[179,2]]},"217":{"position":[[402,2],[441,2]]},"219":{"position":[[465,2],[504,2]]},"224":{"position":[[386,2],[425,2]]},"233":{"position":[[367,2],[406,2]]},"242":{"position":[[361,2],[400,2]]},"251":{"position":[[377,2],[416,2]]},"451":{"position":[[1656,2]]},"534":{"position":[[393,2],[432,2],[852,2],[891,2],[1217,2],[1256,2],[1579,2],[1618,2],[1949,2],[1988,2]]},"539":{"position":[[390,2],[429,2],[755,2],[794,2]]},"544":{"position":[[416,2],[455,2],[778,2],[817,2],[1148,2],[1187,2]]},"549":{"position":[[416,2],[455,2]]},"561":{"position":[[506,2],[545,2]]},"573":{"position":[[506,2],[545,2]]},"583":{"position":[[506,2],[545,2]]},"595":{"position":[[506,2],[545,2]]},"609":{"position":[[449,2],[488,2]]},"623":{"position":[[458,2],[497,2]]},"635":{"position":[[354,2],[393,2]]},"846":{"position":[[187,2]]},"852":{"position":[[561,2]]},"856":{"position":[[413,2]]},"894":{"position":[[224,2],[416,2]]},"904":{"position":[[224,2]]},"914":{"position":[[225,2]]},"1076":{"position":[[967,2]]}}}],["000z",{"_index":1588,"t":{"1042":{"position":[[145,4]]}}}],["00z",{"_index":58,"t":{"12":{"position":[[384,3],[423,3]]},"158":{"position":[[165,3],[204,3],[323,3],[362,3],[481,3],[520,3]]},"170":{"position":[[155,3],[194,3]]},"184":{"position":[[143,3],[182,3]]},"198":{"position":[[143,3],[182,3]]},"217":{"position":[[405,3],[444,3]]},"219":{"position":[[468,3],[507,3]]},"224":{"position":[[389,3],[428,3]]},"233":{"position":[[370,3],[409,3]]},"242":{"position":[[364,3],[403,3]]},"251":{"position":[[380,3],[419,3]]},"451":{"position":[[1659,3]]},"534":{"position":[[396,3],[435,3],[855,3],[894,3],[1220,3],[1259,3],[1582,3],[1621,3],[1952,3],[1991,3]]},"539":{"position":[[393,3],[432,3],[758,3],[797,3]]},"544":{"position":[[419,3],[458,3],[781,3],[820,3],[1151,3],[1190,3]]},"549":{"position":[[419,3],[458,3]]},"561":{"position":[[509,3],[548,3]]},"573":{"position":[[509,3],[548,3]]},"583":{"position":[[509,3],[548,3]]},"595":{"position":[[509,3],[548,3]]},"609":{"position":[[452,3],[491,3]]},"623":{"position":[[461,3],[500,3]]},"635":{"position":[[357,3],[396,3]]},"846":{"position":[[190,3]]},"852":{"position":[[564,3]]},"856":{"position":[[416,3]]},"894":{"position":[[227,3],[419,3]]},"904":{"position":[[227,3]]},"914":{"position":[[228,3]]},"1076":{"position":[[970,3]]}}}],["01",{"_index":252,"t":{"270":{"position":[[2414,2]]},"313":{"position":[[97,2]]},"327":{"position":[[96,2]]},"451":{"position":[[1321,2]]}}}],["01t12",{"_index":741,"t":{"523":{"position":[[113,5]]}}}],["02",{"_index":250,"t":{"270":{"position":[[2370,2]]},"451":{"position":[[1277,2]]}}}],["02t13",{"_index":1587,"t":{"1042":{"position":[[133,5]]},"1044":{"position":[[148,5]]}}}],["03",{"_index":483,"t":{"313":{"position":[[94,2]]},"327":{"position":[[93,2]]},"329":{"position":[[151,2],[277,2]]},"667":{"position":[[393,2]]},"833":{"position":[[373,2]]}}}],["035345612z",{"_index":833,"t":{"667":{"position":[[408,10]]}}}],["04",{"_index":934,"t":{"707":{"position":[[1003,2]]}}}],["04t10",{"_index":461,"t":{"292":{"position":[[299,5],[622,5]]}}}],["04z",{"_index":743,"t":{"523":{"position":[[122,3]]}}}],["05",{"_index":92,"t":{"22":{"position":[[397,2],[436,2]]},"42":{"position":[[316,2],[379,2]]},"54":{"position":[[340,2],[403,2]]},"451":{"position":[[1647,2]]},"1076":{"position":[[958,2]]}}}],["06",{"_index":234,"t":{"270":{"position":[[313,2],[630,2],[970,2],[1323,2],[1676,2],[2029,2]]},"451":{"position":[[320,2],[633,2],[947,2]]},"1076":{"position":[[316,2],[628,2]]}}}],["06t00",{"_index":555,"t":{"451":{"position":[[1650,5]]},"1076":{"position":[[961,5]]}}}],["07",{"_index":460,"t":{"292":{"position":[[296,2],[619,2]]},"313":{"position":[[114,2]]},"327":{"position":[[113,2]]}}}],["07z",{"_index":463,"t":{"292":{"position":[[308,3],[631,3]]},"677":{"position":[[1056,3],[1095,3]]},"679":{"position":[[327,3],[366,3]]},"681":{"position":[[1138,3],[1177,3]]},"687":{"position":[[740,3],[779,3],[1320,3],[1359,3]]}}}],["09",{"_index":507,"t":{"329":{"position":[[587,2],[908,2],[1224,2],[1538,2]]},"1044":{"position":[[145,2]]}}}],["09z",{"_index":95,"t":{"22":{"position":[[409,3],[448,3]]}}}],["0sec",{"_index":1572,"t":{"956":{"position":[[162,4]]},"962":{"position":[[173,4]]}}}],["1",{"_index":107,"t":{"42":{"position":[[289,1]]},"54":{"position":[[313,1]]},"76":{"position":[[84,1],[101,1]]},"78":{"position":[[159,1],[176,1]]},"88":{"position":[[84,1]]},"90":{"position":[[190,1],[207,1],[517,1]]},"102":{"position":[[98,1],[115,1]]},"106":{"position":[[163,1],[180,1]]},"116":{"position":[[96,1],[113,1]]},"118":{"position":[[44,1]]},"120":{"position":[[157,1]]},"130":{"position":[[86,1],[103,1]]},"142":{"position":[[97,1],[114,1]]},"158":{"position":[[129,1]]},"217":{"position":[[488,1]]},"219":{"position":[[551,1]]},"224":{"position":[[472,1]]},"270":{"position":[[1703,1]]},"278":{"position":[[293,1]]},"292":{"position":[[648,1]]},"329":{"position":[[937,1],[1567,1]]},"339":{"position":[[94,1]]},"387":{"position":[[106,1]]},"395":{"position":[[106,1]]},"451":{"position":[[347,1]]},"523":{"position":[[28,1]]},"549":{"position":[[502,1]]},"603":{"position":[[114,1],[138,1],[163,1],[188,1]]},"609":{"position":[[322,1],[346,1],[371,1],[396,1]]},"617":{"position":[[165,1],[189,1],[214,1],[239,1]]},"623":{"position":[[331,1],[355,1],[380,1],[405,1]]},"707":{"position":[[92,1],[1208,1],[1308,1]]},"709":{"position":[[898,1]]},"744":{"position":[[440,1]]},"746":{"position":[[698,1],[798,1],[1144,1],[1746,1],[1858,1],[2043,1],[2519,1]]},"752":{"position":[[5,1]]},"758":{"position":[[612,1]]},"760":{"position":[[23,1],[498,1]]},"776":{"position":[[506,1]]},"848":{"position":[[671,1],[706,1],[1183,1]]},"850":{"position":[[150,1]]},"852":{"position":[[183,1]]},"856":{"position":[[185,1]]},"860":{"position":[[755,1]]},"902":{"position":[[119,1]]},"912":{"position":[[119,1]]},"994":{"position":[[18,1]]},"1000":{"position":[[18,1]]}}}],["10",{"_index":249,"t":{"270":{"position":[[2367,2],[2411,2]]},"451":{"position":[[1274,2],[1318,2],[1674,2]]},"669":{"position":[[377,2]]},"677":{"position":[[1044,2],[1083,2]]},"679":{"position":[[315,2],[354,2]]},"681":{"position":[[1126,2],[1165,2]]},"685":{"position":[[452,2]]},"687":{"position":[[728,2],[767,2],[1308,2],[1347,2]]},"844":{"position":[[72,2]]},"846":{"position":[[154,2]]},"850":{"position":[[72,2]]},"852":{"position":[[130,2]]},"854":{"position":[[72,2]]},"856":{"position":[[130,2]]},"894":{"position":[[192,2],[384,2]]},"904":{"position":[[192,2]]},"914":{"position":[[193,2]]},"1076":{"position":[[985,2]]}}}],["1000",{"_index":1552,"t":{"850":{"position":[[235,4]]},"852":{"position":[[368,4]]},"854":{"position":[[259,4]]},"856":{"position":[[233,4]]}}}],["100309303",{"_index":536,"t":{"411":{"position":[[122,9]]},"1002":{"position":[[239,9]]}}}],["100z",{"_index":1589,"t":{"1044":{"position":[[160,4]]}}}],["10mb",{"_index":940,"t":{"707":{"position":[[1647,4]]}}}],["10t23",{"_index":56,"t":{"12":{"position":[[375,5],[414,5]]},"158":{"position":[[156,5],[195,5],[314,5],[353,5],[472,5],[511,5]]},"170":{"position":[[146,5],[185,5]]},"184":{"position":[[134,5],[173,5]]},"198":{"position":[[134,5]]},"217":{"position":[[396,5],[435,5]]},"219":{"position":[[459,5],[498,5]]},"224":{"position":[[380,5],[419,5]]},"233":{"position":[[361,5],[400,5]]},"242":{"position":[[355,5],[394,5]]},"251":{"position":[[371,5],[410,5]]},"534":{"position":[[387,5],[426,5],[846,5],[885,5],[1211,5],[1250,5],[1573,5],[1612,5],[1943,5],[1982,5]]},"539":{"position":[[384,5],[423,5],[749,5],[788,5]]},"544":{"position":[[410,5],[449,5],[772,5],[811,5],[1142,5],[1181,5]]},"549":{"position":[[410,5],[449,5]]},"561":{"position":[[500,5],[539,5]]},"573":{"position":[[500,5],[539,5]]},"583":{"position":[[500,5],[539,5]]},"595":{"position":[[500,5],[539,5]]},"609":{"position":[[443,5],[482,5]]},"623":{"position":[[452,5]]},"635":{"position":[[348,5]]}}}],["11",{"_index":55,"t":{"12":{"position":[[372,2],[411,2]]},"158":{"position":[[153,2],[192,2],[311,2],[350,2],[469,2],[508,2]]},"170":{"position":[[143,2],[182,2]]},"184":{"position":[[131,2],[170,2]]},"198":{"position":[[131,2],[170,2]]},"217":{"position":[[393,2],[432,2]]},"219":{"position":[[456,2],[495,2]]},"224":{"position":[[377,2],[416,2]]},"233":{"position":[[358,2],[397,2]]},"242":{"position":[[352,2],[391,2]]},"251":{"position":[[368,2],[407,2]]},"523":{"position":[[110,2],[143,2]]},"534":{"position":[[384,2],[423,2],[843,2],[882,2],[1208,2],[1247,2],[1570,2],[1609,2],[1940,2],[1979,2]]},"539":{"position":[[381,2],[420,2],[746,2],[785,2]]},"544":{"position":[[407,2],[446,2],[769,2],[808,2],[1139,2],[1178,2]]},"549":{"position":[[407,2],[446,2]]},"561":{"position":[[497,2],[536,2]]},"573":{"position":[[497,2],[536,2]]},"583":{"position":[[497,2],[536,2]]},"595":{"position":[[497,2],[536,2]]},"609":{"position":[[440,2],[479,2]]},"623":{"position":[[449,2],[488,2]]},"635":{"position":[[345,2],[384,2]]},"667":{"position":[[402,2]]},"833":{"position":[[370,2]]},"846":{"position":[[178,2]]},"852":{"position":[[552,2]]},"856":{"position":[[404,2]]},"894":{"position":[[215,2],[407,2]]},"904":{"position":[[215,2]]},"914":{"position":[[216,2]]},"1042":{"position":[[130,2],[142,2]]},"1044":{"position":[[157,2]]}}}],["110",{"_index":253,"t":{"270":{"position":[[2428,3]]}}}],["11e8",{"_index":200,"t":{"217":{"position":[[153,4]]},"219":{"position":[[222,4]]},"224":{"position":[[137,4]]},"233":{"position":[[127,4]]},"242":{"position":[[121,4]]},"251":{"position":[[119,4]]},"534":{"position":[[144,4],[468,4],[927,4],[1315,4],[1677,4]]},"539":{"position":[[141,4],[465,4]]},"544":{"position":[[126,4],[514,4],[876,4]]},"549":{"position":[[167,4]]},"561":{"position":[[122,4]]},"573":{"position":[[122,4]]},"583":{"position":[[122,4]]},"593":{"position":[[93,4]]},"595":{"position":[[122,4]]},"609":{"position":[[109,4]]},"617":{"position":[[25,4]]},"623":{"position":[[112,4]]}}}],["11p0",{"_index":45,"t":{"12":{"position":[[112,4]]},"635":{"position":[[112,4]]}}}],["11t10",{"_index":795,"t":{"623":{"position":[[491,5]]}}}],["11t12",{"_index":800,"t":{"635":{"position":[[387,5]]}}}],["12",{"_index":824,"t":{"667":{"position":[[242,2]]}}}],["120",{"_index":489,"t":{"315":{"position":[[288,3]]}}}],["122",{"_index":492,"t":{"315":{"position":[[353,3]]}}}],["127",{"_index":1549,"t":{"850":{"position":[[142,3]]},"852":{"position":[[175,3]]}}}],["12t22",{"_index":109,"t":{"42":{"position":[[319,5]]},"54":{"position":[[343,5]]}}}],["13",{"_index":1434,"t":{"810":{"position":[[804,2]]}}}],["136969346945",{"_index":1545,"t":{"848":{"position":[[1043,12],[1401,12],[1612,12]]}}}],["13t09",{"_index":508,"t":{"329":{"position":[[590,5],[911,5],[1227,5],[1541,5]]}}}],["13t11",{"_index":868,"t":{"677":{"position":[[1047,5],[1086,5]]}}}],["13t12",{"_index":871,"t":{"679":{"position":[[318,5],[357,5]]},"681":{"position":[[1129,5],[1168,5]]},"687":{"position":[[731,5],[770,5],[1311,5],[1350,5]]}}}],["13t23",{"_index":196,"t":{"198":{"position":[[173,5]]}}}],["13z",{"_index":237,"t":{"270":{"position":[[325,3],[642,3],[982,3],[1335,3],[1688,3],[2041,3]]}}}],["14",{"_index":1435,"t":{"810":{"position":[[811,2]]},"1026":{"position":[[9,2]]},"1032":{"position":[[9,2]]},"1062":{"position":[[11,2]]}}}],["15t17",{"_index":831,"t":{"667":{"position":[[396,5]]}}}],["15t22",{"_index":112,"t":{"42":{"position":[[382,5]]},"54":{"position":[[406,5]]}}}],["17t22",{"_index":93,"t":{"22":{"position":[[400,5],[439,5]]}}}],["18",{"_index":462,"t":{"292":{"position":[[305,2],[628,2]]},"778":{"position":[[334,2]]}}}],["18z",{"_index":549,"t":{"451":{"position":[[332,3],[645,3],[959,3]]}}}],["19",{"_index":869,"t":{"677":{"position":[[1053,2],[1092,2]]},"679":{"position":[[324,2],[363,2]]}}}],["19t00",{"_index":1542,"t":{"846":{"position":[[181,5]]},"852":{"position":[[555,5]]},"856":{"position":[[407,5]]},"894":{"position":[[218,5],[410,5]]},"904":{"position":[[218,5]]},"914":{"position":[[219,5]]}}}],["1d0aa54",{"_index":75,"t":{"22":{"position":[[95,8]]}}}],["1day",{"_index":1057,"t":{"758":{"position":[[545,4]]},"860":{"position":[[688,4]]}}}],["2",{"_index":141,"t":{"90":{"position":[[534,1]]},"158":{"position":[[287,1]]},"270":{"position":[[2056,1]]},"292":{"position":[[325,1]]},"313":{"position":[[139,1]]},"315":{"position":[[162,1],[212,1]]},"327":{"position":[[138,1]]},"381":{"position":[[176,1]]},"389":{"position":[[135,1]]},"397":{"position":[[125,1]]},"537":{"position":[[92,1]]},"539":{"position":[[51,1]]},"653":{"position":[[1328,1]]},"695":{"position":[[172,1]]},"707":{"position":[[169,1]]},"709":{"position":[[1036,1]]},"752":{"position":[[431,1]]},"758":{"position":[[760,1]]},"860":{"position":[[903,1]]},"894":{"position":[[462,1]]},"904":{"position":[[271,1]]},"914":{"position":[[282,1]]}}}],["20",{"_index":548,"t":{"451":{"position":[[329,2],[642,2],[956,2]]},"960":{"position":[[24,2]]},"1076":{"position":[[325,2],[637,2]]}}}],["200",{"_index":40,"t":{"12":{"position":[[80,3]]},"22":{"position":[[77,3]]},"32":{"position":[[77,3]]},"42":{"position":[[74,3]]},"54":{"position":[[72,3]]},"64":{"position":[[17,3]]},"78":{"position":[[76,3]]},"90":{"position":[[92,3]]},"106":{"position":[[80,3]]},"120":{"position":[[74,3]]},"132":{"position":[[55,3]]},"146":{"position":[[17,3]]},"158":{"position":[[87,3]]},"170":{"position":[[93,3]]},"184":{"position":[[80,3]]},"198":{"position":[[72,3]]},"210":{"position":[[23,3]]},"217":{"position":[[108,3]]},"224":{"position":[[92,3]]},"233":{"position":[[95,3]]},"242":{"position":[[89,3]]},"251":{"position":[[87,3]]},"258":{"position":[[26,3]]},"270":{"position":[[112,3]]},"292":{"position":[[91,3]]},"301":{"position":[[86,3]]},"315":{"position":[[120,3]]},"329":{"position":[[17,3]]},"345":{"position":[[79,3]]},"357":{"position":[[23,3]]},"369":{"position":[[87,3]]},"373":{"position":[[384,3]]},"381":{"position":[[17,3]]},"389":{"position":[[17,3]]},"397":{"position":[[17,3]]},"411":{"position":[[96,3]]},"423":{"position":[[77,3]]},"437":{"position":[[17,3]]},"451":{"position":[[114,3]]},"463":{"position":[[304,3]]},"491":{"position":[[17,3]]},"505":{"position":[[17,3]]},"521":{"position":[[17,3]]},"527":{"position":[[190,3]]},"534":{"position":[[99,3]]},"539":{"position":[[96,3]]},"544":{"position":[[81,3]]},"549":{"position":[[122,3]]},"561":{"position":[[90,3]]},"573":{"position":[[90,3]]},"583":{"position":[[90,3]]},"595":{"position":[[90,3]]},"609":{"position":[[77,3]]},"623":{"position":[[80,3]]},"635":{"position":[[80,3]]},"647":{"position":[[59,3]]},"689":{"position":[[312,3]]},"691":{"position":[[327,3]]},"846":{"position":[[17,3]]},"870":{"position":[[1097,3]]},"880":{"position":[[131,3]]},"884":{"position":[[404,3]]},"894":{"position":[[17,3]]},"904":{"position":[[17,3]]},"914":{"position":[[17,3]]},"926":{"position":[[17,3]]},"940":{"position":[[17,3]]},"952":{"position":[[23,3]]},"968":{"position":[[23,3]]},"986":{"position":[[23,3]]},"1002":{"position":[[0,3]]},"1018":{"position":[[17,3]]},"1034":{"position":[[23,3]]},"1046":{"position":[[23,3]]},"1064":{"position":[[23,3]]},"1076":{"position":[[103,3]]}}}],["2006",{"_index":1586,"t":{"1042":{"position":[[125,4]]}}}],["2009",{"_index":54,"t":{"12":{"position":[[367,4],[406,4]]},"158":{"position":[[148,4],[187,4],[306,4],[345,4],[464,4],[503,4]]},"170":{"position":[[138,4],[177,4]]},"184":{"position":[[126,4],[165,4]]},"198":{"position":[[126,4],[165,4]]},"217":{"position":[[388,4],[427,4]]},"219":{"position":[[451,4],[490,4]]},"224":{"position":[[372,4],[411,4]]},"233":{"position":[[353,4],[392,4]]},"242":{"position":[[347,4],[386,4]]},"251":{"position":[[363,4],[402,4]]},"534":{"position":[[379,4],[418,4],[838,4],[877,4],[1203,4],[1242,4],[1565,4],[1604,4],[1935,4],[1974,4]]},"539":{"position":[[376,4],[415,4],[741,4],[780,4]]},"544":{"position":[[402,4],[441,4],[764,4],[803,4],[1134,4],[1173,4]]},"549":{"position":[[402,4],[441,4]]},"561":{"position":[[492,4],[531,4]]},"573":{"position":[[492,4],[531,4]]},"583":{"position":[[492,4],[531,4]]},"595":{"position":[[492,4],[531,4]]},"609":{"position":[[435,4],[474,4]]},"623":{"position":[[444,4],[483,4]]},"635":{"position":[[340,4],[379,4]]}}}],["2016",{"_index":830,"t":{"667":{"position":[[388,4]]},"677":{"position":[[1039,4],[1078,4]]},"679":{"position":[[310,4],[349,4]]},"681":{"position":[[1121,4],[1160,4]]},"687":{"position":[[723,4],[762,4],[1303,4],[1342,4]]},"764":{"position":[[453,4],[520,4]]}}}],["2017",{"_index":233,"t":{"270":{"position":[[308,4],[625,4],[965,4],[1318,4],[1671,4],[2024,4]]},"292":{"position":[[291,4],[614,4]]},"451":{"position":[[315,4],[628,4],[942,4]]},"1076":{"position":[[311,4],[623,4]]}}}],["2018",{"_index":248,"t":{"270":{"position":[[2362,4],[2406,4]]},"451":{"position":[[1269,4],[1313,4]]}}}],["2019",{"_index":108,"t":{"42":{"position":[[311,4]]},"54":{"position":[[335,4]]},"313":{"position":[[89,4],[109,4]]},"327":{"position":[[88,4],[108,4]]},"451":{"position":[[1642,4]]},"523":{"position":[[105,4]]},"1044":{"position":[[140,4]]},"1076":{"position":[[953,4]]}}}],["2020",{"_index":91,"t":{"22":{"position":[[392,4],[431,4]]},"42":{"position":[[374,4]]},"54":{"position":[[398,4]]},"846":{"position":[[173,4]]},"852":{"position":[[547,4]]},"856":{"position":[[399,4]]},"894":{"position":[[210,4],[402,4]]},"904":{"position":[[210,4]]},"914":{"position":[[211,4]]}}}],["2021",{"_index":1536,"t":{"833":{"position":[[365,4]]}}}],["2022",{"_index":506,"t":{"329":{"position":[[582,4],[903,4],[1219,4],[1533,4]]}}}],["220",{"_index":961,"t":{"713":{"position":[[297,3],[892,3]]}}}],["24",{"_index":484,"t":{"313":{"position":[[117,2]]},"327":{"position":[[116,2]]}}}],["25",{"_index":1443,"t":{"814":{"position":[[25,2]]}}}],["25669",{"_index":488,"t":{"315":{"position":[[255,5]]}}}],["25677",{"_index":491,"t":{"315":{"position":[[320,5]]}}}],["26",{"_index":110,"t":{"42":{"position":[[325,2],[388,2]]},"54":{"position":[[349,2],[412,2]]}}}],["27",{"_index":94,"t":{"22":{"position":[[406,2],[445,2]]},"329":{"position":[[119,2],[245,2]]},"764":{"position":[[511,2]]}}}],["27001",{"_index":1422,"t":{"810":{"position":[[195,5]]},"820":{"position":[[207,5]]}}}],["27t10",{"_index":547,"t":{"451":{"position":[[323,5],[636,5],[950,5]]}}}],["28",{"_index":1470,"t":{"818":{"position":[[1254,2]]}}}],["285",{"_index":967,"t":{"713":{"position":[[941,3]]}}}],["286",{"_index":969,"t":{"713":{"position":[[1003,3]]}}}],["287",{"_index":970,"t":{"713":{"position":[[1007,3]]}}}],["288",{"_index":962,"t":{"713":{"position":[[311,3],[906,3],[1011,3]]}}}],["29",{"_index":879,"t":{"681":{"position":[[1135,2],[1174,2]]}}}],["3",{"_index":238,"t":{"270":{"position":[[340,1],[997,1],[1350,1]]},"329":{"position":[[171,1],[329,1]]},"542":{"position":[[92,1]]},"544":{"position":[[56,1]]},"707":{"position":[[796,1]]},"709":{"position":[[1259,1]]},"752":{"position":[[938,1]]},"850":{"position":[[187,1]]},"852":{"position":[[220,1]]},"984":{"position":[[110,1]]},"1056":{"position":[[11,1]]}}}],["30",{"_index":251,"t":{"270":{"position":[[2384,2]]},"451":{"position":[[1291,2]]},"966":{"position":[[24,2]]}}}],["300",{"_index":959,"t":{"713":{"position":[[288,3],[883,3]]},"976":{"position":[[178,3]]},"978":{"position":[[81,3]]},"984":{"position":[[155,3]]}}}],["3000",{"_index":985,"t":{"744":{"position":[[488,4]]},"756":{"position":[[410,4]]},"860":{"position":[[80,4]]}}}],["3000m",{"_index":1047,"t":{"756":{"position":[[465,6]]},"860":{"position":[[135,6]]}}}],["300m",{"_index":1054,"t":{"758":{"position":[[391,5]]},"860":{"position":[[534,5]]}}}],["30second",{"_index":1576,"t":{"968":{"position":[[89,9]]}}}],["30t13",{"_index":235,"t":{"270":{"position":[[316,5],[633,5],[973,5],[1326,5],[1679,5],[2032,5]]}}}],["30t14",{"_index":1592,"t":{"1076":{"position":[[319,5],[631,5]]}}}],["32",{"_index":1336,"t":{"786":{"position":[[307,2]]}}}],["34",{"_index":832,"t":{"667":{"position":[[405,2]]}}}],["344",{"_index":82,"t":{"22":{"position":[[168,3]]}}}],["38z",{"_index":1593,"t":{"1076":{"position":[[328,3],[640,3]]}}}],["39",{"_index":509,"t":{"329":{"position":[[596,2],[917,2],[1233,2],[1547,2]]},"687":{"position":[[737,2],[776,2]]},"1042":{"position":[[139,2]]},"1044":{"position":[[154,2]]}}}],["4",{"_index":241,"t":{"270":{"position":[[657,1]]},"329":{"position":[[1183,1],[1497,1]]},"709":{"position":[[1439,1]]},"833":{"position":[[393,1]]},"1026":{"position":[[34,1]]},"1032":{"position":[[34,1]]}}}],["40",{"_index":553,"t":{"451":{"position":[[1335,2]]},"687":{"position":[[1317,2],[1356,2]]}}}],["400",{"_index":577,"t":{"460":{"position":[[315,3],[450,3],[664,3],[781,3],[855,3],[923,3],[1000,3]]}}}],["401",{"_index":561,"t":{"455":{"position":[[184,3]]},"460":{"position":[[1059,3]]}}}],["403",{"_index":564,"t":{"455":{"position":[[385,3]]},"460":{"position":[[1151,3]]}}}],["404",{"_index":541,"t":{"439":{"position":[[114,3],[149,3]]},"460":{"position":[[382,3],[522,3]]},"507":{"position":[[114,3],[149,3]]},"942":{"position":[[115,3],[150,3]]}}}],["408",{"_index":572,"t":{"460":{"position":[[112,3]]},"669":{"position":[[482,3],[538,3]]}}}],["409",{"_index":574,"t":{"460":{"position":[[184,3],[250,3]]}}}],["413",{"_index":584,"t":{"460":{"position":[[591,3]]}}}],["44b8",{"_index":76,"t":{"22":{"position":[[104,4]]}}}],["4551h9j7f7dde380a5f8bc4fdb4fe980c565b67b",{"_index":1555,"t":{"852":{"position":[[277,40]]}}}],["4ad7",{"_index":131,"t":{"78":{"position":[[108,4]]},"90":{"position":[[139,4],[466,4]]},"106":{"position":[[112,4]]},"120":{"position":[[106,4]]}}}],["4d2a",{"_index":77,"t":{"22":{"position":[[109,4]]}}}],["4ebe",{"_index":44,"t":{"12":{"position":[[107,4]]},"217":{"position":[[148,4]]},"219":{"position":[[217,4]]},"224":{"position":[[132,4]]},"233":{"position":[[122,4]]},"242":{"position":[[116,4]]},"251":{"position":[[114,4]]},"534":{"position":[[139,4],[463,4],[922,4],[1310,4],[1672,4]]},"539":{"position":[[136,4],[460,4]]},"544":{"position":[[121,4],[509,4],[871,4]]},"549":{"position":[[162,4]]},"573":{"position":[[117,4]]},"583":{"position":[[117,4]]},"593":{"position":[[88,4]]},"595":{"position":[[117,4]]},"609":{"position":[[104,4]]},"617":{"position":[[20,4]]},"623":{"position":[[107,4]]},"635":{"position":[[107,4]]}}}],["4rte",{"_index":774,"t":{"561":{"position":[[117,4]]}}}],["5",{"_index":736,"t":{"523":{"position":[[32,1],[146,1]]},"534":{"position":[[2058,1]]},"539":{"position":[[852,1]]},"544":{"position":[[1268,1]]},"709":{"position":[[1926,1]]},"756":{"position":[[155,1],[201,1],[283,1]]},"758":{"position":[[690,1]]},"860":{"position":[[833,1]]},"976":{"position":[[87,1]]}}}],["500",{"_index":567,"t":{"458":{"position":[[114,3]]}}}],["5000",{"_index":1550,"t":{"850":{"position":[[152,4]]},"852":{"position":[[185,4]]}}}],["50811bd1",{"_index":129,"t":{"78":{"position":[[94,8]]},"90":{"position":[[125,8],[452,8]]},"106":{"position":[[98,8]]},"120":{"position":[[92,8]]}}}],["51",{"_index":742,"t":{"523":{"position":[[119,2]]}}}],["53",{"_index":236,"t":{"270":{"position":[[322,2],[639,2],[979,2],[1332,2],[1685,2],[2038,2]]}}}],["5555",{"_index":469,"t":{"301":{"position":[[154,4]]}}}],["56z",{"_index":510,"t":{"329":{"position":[[599,3],[920,3],[1236,3],[1550,3]]}}}],["58z",{"_index":111,"t":{"42":{"position":[[328,3],[391,3]]},"54":{"position":[[352,3],[415,3]]}}}],["5min",{"_index":896,"t":{"697":{"position":[[30,5]]}}}],["6",{"_index":500,"t":{"329":{"position":[[197,1],[361,1]]}}}],["600sec",{"_index":1573,"t":{"956":{"position":[[183,6]]},"962":{"position":[[183,6]]}}}],["60th",{"_index":910,"t":{"701":{"position":[[231,4]]}}}],["6311196665befcc1523b8e013979347b8780254c",{"_index":878,"t":{"681":{"position":[[1003,40]]},"683":{"position":[[327,40]]},"685":{"position":[[167,40]]},"689":{"position":[[189,40]]},"691":{"position":[[205,40]]}}}],["64",{"_index":1074,"t":{"760":{"position":[[528,2]]}}}],["640",{"_index":1590,"t":{"1048":{"position":[[12,3]]}}}],["679",{"_index":1159,"t":{"764":{"position":[[458,3]]}}}],["6980574421",{"_index":170,"t":{"144":{"position":[[96,10]]}}}],["7",{"_index":337,"t":{"276":{"position":[[1311,1]]},"713":{"position":[[1124,1]]}}}],["8",{"_index":486,"t":{"315":{"position":[[183,1]]}}}],["8080",{"_index":609,"t":{"465":{"position":[[215,4]]},"469":{"position":[[811,4]]},"675":{"position":[[273,4]]},"984":{"position":[[75,4]]}}}],["8443",{"_index":1563,"t":{"870":{"position":[[677,4],[771,4],[835,4],[934,4]]}}}],["8cf7",{"_index":78,"t":{"22":{"position":[[114,4]]}}}],["8f55",{"_index":132,"t":{"78":{"position":[[113,4]]},"90":{"position":[[144,4],[471,4]]},"106":{"position":[[117,4]]},"120":{"position":[[111,4]]}}}],["9001",{"_index":1474,"t":{"820":{"position":[[194,4]]}}}],["904c56cc6e2b1955dbd98ace80a45be8238432fc",{"_index":867,"t":{"677":{"position":[[907,40],[1122,40]]},"679":{"position":[[146,40]]},"681":{"position":[[312,40]]},"687":{"position":[[318,40],[903,40]]}}}],["915dff62846dd1d790b4296c034c184fa3a859b6",{"_index":888,"t":{"687":{"position":[[601,40]]}}}],["94bfd746",{"_index":760,"t":{"534":{"position":[[913,8]]},"544":{"position":[[112,8]]}}}],["99bfd740",{"_index":794,"t":{"623":{"position":[[98,8]]}}}],["99bfd746",{"_index":43,"t":{"12":{"position":[[98,8]]},"217":{"position":[[139,8]]},"219":{"position":[[208,8]]},"224":{"position":[[123,8]]},"233":{"position":[[113,8]]},"242":{"position":[[107,8]]},"251":{"position":[[105,8]]},"534":{"position":[[130,8],[454,8],[1301,8],[1663,8]]},"539":{"position":[[127,8],[451,8]]},"544":{"position":[[500,8],[862,8]]},"549":{"position":[[153,8]]},"561":{"position":[[108,8]]},"573":{"position":[[108,8]]},"583":{"position":[[108,8]]},"593":{"position":[[79,8]]},"595":{"position":[[108,8]]},"609":{"position":[[95,8]]},"617":{"position":[[11,8]]},"635":{"position":[[98,8]]}}}],["9c2a",{"_index":788,"t":{"609":{"position":[[114,4]]}}}],["9c2d",{"_index":46,"t":{"12":{"position":[[117,4]]},"217":{"position":[[158,4]]},"219":{"position":[[227,4]]},"224":{"position":[[142,4]]},"233":{"position":[[132,4]]},"242":{"position":[[126,4]]},"251":{"position":[[124,4]]},"534":{"position":[[149,4],[473,4],[932,4],[1320,4],[1682,4]]},"539":{"position":[[146,4],[470,4]]},"544":{"position":[[131,4],[519,4],[881,4]]},"549":{"position":[[172,4]]},"561":{"position":[[127,4]]},"573":{"position":[[127,4]]},"583":{"position":[[127,4]]},"593":{"position":[[98,4]]},"595":{"position":[[127,4]]},"617":{"position":[[30,4]]},"623":{"position":[[117,4]]},"635":{"position":[[117,4]]}}}],["9d5189f7f758e380a5f8bc4fdb4fe980c565b67b",{"_index":1557,"t":{"852":{"position":[[397,40]]}}}],["a561c6270b50",{"_index":133,"t":{"78":{"position":[[118,12]]},"90":{"position":[[149,12]]},"106":{"position":[[122,12]]},"120":{"position":[[116,12]]}}}],["a561c6270b55",{"_index":140,"t":{"90":{"position":[[476,12]]}}}],["aai",{"_index":1478,"t":{"822":{"position":[[247,3]]}}}],["abid",{"_index":1084,"t":{"762":{"position":[[77,5]]}}}],["abil",{"_index":341,"t":{"276":{"position":[[1441,7]]},"282":{"position":[[2175,7]]},"713":{"position":[[517,7]]},"826":{"position":[[249,7],[428,7]]}}}],["abov",{"_index":724,"t":{"511":{"position":[[944,5]]},"764":{"position":[[1296,5]]},"766":{"position":[[544,5],[735,5]]},"774":{"position":[[435,5]]},"782":{"position":[[234,5]]}}}],["absolut",{"_index":1311,"t":{"780":{"position":[[1656,8]]}}}],["acc",{"_index":81,"t":{"22":{"position":[[164,3]]}}}],["accept",{"_index":69,"t":{"16":{"position":[[13,7]]},"18":{"position":[[31,6]]},"20":{"position":[[87,6]]},"469":{"position":[[54,7]]},"519":{"position":[[0,6]]},"681":{"position":[[568,7]]},"707":{"position":[[852,7],[2342,10]]},"746":{"position":[[576,7]]}}}],["access",{"_index":242,"t":{"270":{"position":[[1086,6],[1439,6],[1792,6],[2145,6]]},"373":{"position":[[222,6]]},"455":{"position":[[402,6]]},"460":{"position":[[1132,6],[1205,6]]},"467":{"position":[[618,6]]},"469":{"position":[[886,6]]},"471":{"position":[[521,6]]},"477":{"position":[[61,6],[217,6],[410,6]]},"689":{"position":[[17,6]]},"691":{"position":[[17,6]]},"713":{"position":[[37,8],[1211,6]]},"717":{"position":[[32,8]]},"719":{"position":[[30,6]]},"721":{"position":[[30,6]]},"762":{"position":[[315,6],[487,6],[747,6],[986,6],[1763,6],[1853,6]]},"764":{"position":[[2026,10]]},"768":{"position":[[323,6]]},"772":{"position":[[18,6]]},"776":{"position":[[269,6],[395,6],[637,6]]},"780":{"position":[[317,6],[632,6],[691,8],[766,9],[1534,6]]},"789":{"position":[[227,6],[659,9],[776,6]]},"791":{"position":[[122,6],[205,6],[480,6],[747,6],[921,6]]},"793":{"position":[[81,6],[114,6],[369,8],[466,6]]},"800":{"position":[[432,8]]},"810":{"position":[[133,6]]},"816":{"position":[[261,6]]},"824":{"position":[[129,6],[265,6],[437,6]]},"870":{"position":[[561,6]]},"884":{"position":[[234,6]]}}}],["accident",{"_index":1277,"t":{"780":{"position":[[224,10],[260,10]]},"805":{"position":[[58,10]]}}}],["accompani",{"_index":1360,"t":{"789":{"position":[[596,11]]}}}],["accord",{"_index":1173,"t":{"764":{"position":[[1143,10]]},"772":{"position":[[543,10]]},"774":{"position":[[646,10]]},"776":{"position":[[1195,10],[1418,10],[2083,10]]},"780":{"position":[[878,10],[2277,9]]},"807":{"position":[[346,9]]},"810":{"position":[[178,9],[786,9]]},"816":{"position":[[96,10]]},"818":{"position":[[1234,10]]},"820":{"position":[[177,9]]}}}],["account",{"_index":524,"t":{"381":{"position":[[125,10]]},"397":{"position":[[74,10]]},"471":{"position":[[97,7]]},"673":{"position":[[810,8]]},"679":{"position":[[29,7]]},"687":{"position":[[56,8]]},"705":{"position":[[19,7],[110,7],[128,7]]},"715":{"position":[[19,7],[110,7],[128,7]]},"725":{"position":[[19,7],[110,7],[128,7]]},"735":{"position":[[19,7],[133,7]]},"750":{"position":[[19,7],[110,7],[128,7]]},"762":{"position":[[1476,10]]},"768":{"position":[[63,7],[218,7]]},"776":{"position":[[1021,7]]},"780":{"position":[[1992,11]]},"789":{"position":[[351,7]]},"791":{"position":[[607,7]]},"800":{"position":[[24,7]]},"810":{"position":[[58,7]]},"822":{"position":[[527,10],[586,10],[622,10],[698,10],[811,10]]},"829":{"position":[[497,10],[568,10]]}}}],["accredit",{"_index":1290,"t":{"780":{"position":[[574,10]]},"818":{"position":[[1576,10]]},"820":{"position":[[145,10]]}}}],["accur",{"_index":1213,"t":{"766":{"position":[[760,8]]}}}],["accuraci",{"_index":1263,"t":{"776":{"position":[[1605,8]]}}}],["achiev",{"_index":1004,"t":{"746":{"position":[[186,7]]},"802":{"position":[[246,8]]},"816":{"position":[[619,8]]},"826":{"position":[[158,7]]}}}],["ack",{"_index":417,"t":{"282":{"position":[[843,3],[931,3],[1854,3]]},"460":{"position":[[100,3],[841,3],[916,3]]},"653":{"position":[[675,3]]},"663":{"position":[[551,3],[639,3]]},"669":{"position":[[4,3],[442,3],[555,3],[597,3]]},"729":{"position":[[551,3],[639,3]]},"731":{"position":[[869,3]]},"733":{"position":[[1238,3],[1326,3]]},"741":{"position":[[260,3]]},"746":{"position":[[1158,3],[1238,3],[1363,3],[1595,3],[1613,3],[1640,3],[1757,3],[1884,3],[1910,3],[1937,3],[2054,3],[2357,3],[2389,3],[2416,3],[2495,3],[2530,3]]},"748":{"position":[[1717,3]]},"956":{"position":[[77,3],[132,3]]}}}],["ack_id",{"_index":1025,"t":{"746":{"position":[[1158,6],[1363,6],[1595,6],[1640,6],[1757,6],[1884,6],[1937,6],[2054,6],[2416,6],[2530,6]]}}}],["ack_sub",{"_index":1029,"t":{"746":{"position":[[1613,7],[1910,7],[2389,7]]}}}],["ackdeadlinesecond",{"_index":803,"t":{"653":{"position":[[517,18]]},"669":{"position":[[696,18]]},"685":{"position":[[431,18]]},"844":{"position":[[52,18]]},"846":{"position":[[133,18]]},"850":{"position":[[52,18]]},"852":{"position":[[109,18]]},"854":{"position":[[52,18]]},"856":{"position":[[109,18]]},"894":{"position":[[171,18],[363,18]]},"904":{"position":[[171,18]]},"914":{"position":[[172,18]]},"960":{"position":[[3,18]]},"962":{"position":[[86,18]]},"966":{"position":[[3,18]]}}}],["ackid",{"_index":977,"t":{"741":{"position":[[214,6]]},"1002":{"position":[[34,5]]},"1006":{"position":[[100,6]]},"1010":{"position":[[3,6]]},"1012":{"position":[[86,6]]},"1016":{"position":[[3,6]]}}}],["acknowledg",{"_index":299,"t":{"276":{"position":[[319,12],[1271,12]]},"282":{"position":[[368,12],[407,15],[512,15],[892,11],[942,11],[1154,15]]},"460":{"position":[[124,11],[889,11],[957,11]]},"475":{"position":[[1686,11],[1712,11],[1805,11]]},"653":{"position":[[591,15],[679,15]]},"663":{"position":[[76,12],[115,15],[220,15],[600,11],[650,11]]},"665":{"position":[[172,15]]},"669":{"position":[[91,11],[192,11],[410,11]]},"713":{"position":[[92,12],[339,12]]},"729":{"position":[[76,12],[115,15],[220,15],[600,11],[650,11]]},"731":{"position":[[169,15]]},"733":{"position":[[763,12],[802,15],[907,15],[1287,11],[1337,11]]},"741":{"position":[[100,12],[165,12]]},"748":{"position":[[1017,15]]},"762":{"position":[[353,15]]},"780":{"position":[[1766,11]]},"956":{"position":[[26,15]]},"962":{"position":[[143,15]]},"1006":{"position":[[51,12]]},"1008":{"position":[[67,11]]},"1014":{"position":[[124,11]]}}}],["acl",{"_index":519,"t":{"373":{"position":[[259,3]]},"417":{"position":[[53,3]]},"421":{"position":[[96,3]]},"439":{"position":[[21,3]]},"460":{"position":[[436,3],[484,3],[767,3],[822,3]]},"471":{"position":[[561,4]]},"477":{"position":[[230,3]]},"479":{"position":[[36,3]]},"481":{"position":[[38,3]]},"485":{"position":[[57,3]]},"489":{"position":[[117,3]]},"507":{"position":[[21,3]]},"605":{"position":[[556,4],[726,4],[858,4]]},"673":{"position":[[508,4]]},"681":{"position":[[156,4]]},"689":{"position":[[110,3]]},"691":{"position":[[121,3]]},"884":{"position":[[279,3]]},"920":{"position":[[57,3]]},"924":{"position":[[105,3]]},"942":{"position":[[21,3]]}}}],["act",{"_index":930,"t":{"707":{"position":[[236,3]]},"829":{"position":[[514,3]]}}}],["action",{"_index":684,"t":{"475":{"position":[[158,6],[271,6],[334,6],[388,6],[409,6],[503,6]]},"675":{"position":[[670,7]]},"677":{"position":[[1262,7]]},"679":{"position":[[599,7]]},"681":{"position":[[1277,7]]},"683":{"position":[[563,7]]},"685":{"position":[[522,7]]},"687":{"position":[[1460,7]]},"689":{"position":[[374,6]]},"691":{"position":[[388,6]]},"758":{"position":[[241,6],[582,6]]},"776":{"position":[[29,7]]},"789":{"position":[[0,7]]},"793":{"position":[[0,7]]},"800":{"position":[[243,7]]},"805":{"position":[[0,7]]},"812":{"position":[[29,7]]},"816":{"position":[[0,7]]},"848":{"position":[[642,6]]},"860":{"position":[[384,6],[725,6]]}}}],["activ",{"_index":49,"t":{"12":{"position":[[298,10]]},"42":{"position":[[262,10]]},"50":{"position":[[7,10]]},"54":{"position":[[286,10]]},"746":{"position":[[164,8]]},"762":{"position":[[2196,10]]},"780":{"position":[[2008,8]]},"791":{"position":[[381,6]]},"833":{"position":[[353,6]]}}}],["activation_token",{"_index":48,"t":{"12":{"position":[[298,16]]},"42":{"position":[[262,16]]},"50":{"position":[[7,16]]},"54":{"position":[[286,16]]}}}],["activesupport",{"_index":921,"t":{"701":{"position":[[559,13]]}}}],["actual",{"_index":912,"t":{"701":{"position":[[290,8]]},"709":{"position":[[247,8]]},"760":{"position":[[129,6]]},"826":{"position":[[612,6]]}}}],["ad",{"_index":215,"t":{"251":{"position":[[59,5]]},"455":{"position":[[30,6]]},"463":{"position":[[777,6]]},"473":{"position":[[511,6]]},"539":{"position":[[67,5]]},"701":{"position":[[38,6]]}}}],["adapt",{"_index":1342,"t":{"789":{"position":[[130,7]]},"791":{"position":[[430,7]]}}}],["add",{"_index":212,"t":{"247":{"position":[[111,3]]},"701":{"position":[[119,3],[207,3],[399,4]]}}}],["addit",{"_index":443,"t":{"282":{"position":[[2274,10]]},"713":{"position":[[471,8]]}}}],["addition",{"_index":1362,"t":{"789":{"position":[[684,12]]},"816":{"position":[[949,12]]}}}],["address",{"_index":135,"t":{"78":{"position":[[225,7]]},"90":{"position":[[256,7],[583,7]]},"104":{"position":[[125,7]]},"106":{"position":[[229,7]]},"118":{"position":[[172,7],[272,7]]},"120":{"position":[[223,7],[385,7]]},"144":{"position":[[60,7]]},"467":{"position":[[37,7],[291,7]]},"469":{"position":[[303,7]]},"768":{"position":[[89,7],[252,7]]},"776":{"position":[[849,7],[2482,7]]},"778":{"position":[[281,7],[390,7],[445,7]]},"782":{"position":[[216,7],[346,7]]}}}],["address1",{"_index":169,"t":{"144":{"position":[[71,8]]}}}],["adequ",{"_index":1293,"t":{"780":{"position":[[803,8]]}}}],["adequaci",{"_index":1471,"t":{"818":{"position":[[1469,8]]}}}],["adher",{"_index":677,"t":{"473":{"position":[[95,8]]},"475":{"position":[[94,8]]}}}],["adjust",{"_index":429,"t":{"282":{"position":[[1482,7]]},"665":{"position":[[500,7]]},"731":{"position":[[497,7]]},"748":{"position":[[1345,7]]}}}],["admin",{"_index":207,"t":{"219":{"position":[[23,5],[48,5]]},"319":{"position":[[150,5]]},"473":{"position":[[227,5]]},"475":{"position":[[180,5]]},"477":{"position":[[380,5]]},"603":{"position":[[57,5]]},"605":{"position":[[220,5],[376,5],[410,5],[926,5],[951,5]]},"609":{"position":[[189,5]]},"617":{"position":[[106,5]]},"619":{"position":[[220,5]]},"623":{"position":[[193,5]]},"635":{"position":[[192,5]]},"673":{"position":[[152,5],[322,5],[362,5]]},"675":{"position":[[158,5]]},"677":{"position":[[177,5],[357,5],[447,5],[478,5],[520,5],[579,5],[689,5],[757,5],[828,5],[889,5],[1014,5]]},"679":{"position":[[23,5],[400,5],[527,5]]},"681":{"position":[[8,5],[102,5],[201,5],[251,5],[297,5],[471,5],[879,5],[957,5],[980,5],[1211,5]]},"683":{"position":[[8,5],[109,5],[223,5],[489,5]]},"685":{"position":[[82,5]]},"687":{"position":[[158,5],[814,5],[1394,5]]},"689":{"position":[[75,5]]},"691":{"position":[[79,5]]},"824":{"position":[[1601,5]]}}}],["admin_demo",{"_index":873,"t":{"681":{"position":[[297,10],[980,10]]},"683":{"position":[[223,10],[489,10]]},"685":{"position":[[82,10]]},"689":{"position":[[75,10]]},"691":{"position":[[79,10]]}}}],["administr",{"_index":859,"t":{"677":{"position":[[249,13]]},"762":{"position":[[615,14],[1447,14]]},"793":{"position":[[553,14],[624,14]]}}}],["adopt",{"_index":1177,"t":{"764":{"position":[[1266,6]]}}}],["advanc",{"_index":848,"t":{"671":{"position":[[41,8]]}}}],["advantag",{"_index":708,"t":{"509":{"position":[[299,9]]}}}],["advic",{"_index":900,"t":{"701":{"position":[[60,6]]}}}],["aforement",{"_index":973,"t":{"719":{"position":[[44,14]]},"766":{"position":[[923,14]]},"772":{"position":[[286,14]]},"776":{"position":[[2391,14]]}}}],["again",{"_index":968,"t":{"713":{"position":[[975,5]]}}}],["against",{"_index":154,"t":{"136":{"position":[[56,7]]},"709":{"position":[[1511,7]]},"780":{"position":[[212,7]]},"789":{"position":[[157,7]]},"805":{"position":[[50,7]]}}}],["agenc",{"_index":1139,"t":{"762":{"position":[[2265,8]]},"774":{"position":[[194,8]]}}}],["aggreg",{"_index":1526,"t":{"829":{"position":[[595,11],[612,11]]}}}],["agre",{"_index":1114,"t":{"762":{"position":[[1333,5],[1526,5],[1720,5]]}}}],["agreement",{"_index":1100,"t":{"762":{"position":[[712,10]]},"816":{"position":[[673,9],[761,9],[966,9]]},"818":{"position":[[1031,9],[1215,9]]}}}],["aim",{"_index":1414,"t":{"807":{"position":[[100,3]]}}}],["air",{"_index":1403,"t":{"805":{"position":[[207,3]]}}}],["alarm",{"_index":982,"t":{"744":{"position":[[352,6],[636,6]]},"822":{"position":[[426,6]]}}}],["alert",{"_index":1015,"t":{"746":{"position":[[947,6],[2374,5],[2508,5]]},"826":{"position":[[619,6]]},"842":{"position":[[112,5]]},"846":{"position":[[68,5]]},"852":{"position":[[44,5]]},"856":{"position":[[44,5]]},"870":{"position":[[64,5]]},"894":{"position":[[88,5],[279,5]]},"904":{"position":[[88,5]]},"914":{"position":[[88,5]]},"950":{"position":[[100,5]]},"964":{"position":[[112,5]]},"982":{"position":[[111,5]]},"998":{"position":[[112,5]]},"1014":{"position":[[111,5]]},"1030":{"position":[[111,5]]},"1044":{"position":[[98,5]]},"1060":{"position":[[112,5]]}}}],["alert_engin",{"_index":1540,"t":{"842":{"position":[[112,12]]},"846":{"position":[[68,12]]},"852":{"position":[[44,12]]},"856":{"position":[[44,12]]},"870":{"position":[[64,12]]},"894":{"position":[[88,12]]},"904":{"position":[[88,12]]},"950":{"position":[[100,12]]},"964":{"position":[[112,12]]},"982":{"position":[[111,12]]},"998":{"position":[[112,12]]},"1014":{"position":[[111,12]]},"1030":{"position":[[111,12]]},"1044":{"position":[[98,12]]},"1060":{"position":[[112,12]]}}}],["alert_engine2",{"_index":1568,"t":{"894":{"position":[[279,13]]},"914":{"position":[[88,13]]}}}],["algorithm",{"_index":430,"t":{"282":{"position":[[1523,9]]},"665":{"position":[[541,9]]},"731":{"position":[[538,9]]},"748":{"position":[[1386,9]]}}}],["allow",{"_index":279,"t":{"274":{"position":[[524,6]]},"276":{"position":[[796,6],[1118,6]]},"280":{"position":[[755,6]]},"282":{"position":[[1691,6]]},"475":{"position":[[363,7],[534,5],[631,5],[745,5],[844,5],[951,5],[1071,5],[1189,5],[1322,5],[1440,5],[1563,5],[1698,5]]},"659":{"position":[[307,6]]},"709":{"position":[[323,6]]},"713":{"position":[[951,5]]},"731":{"position":[[706,6]]},"744":{"position":[[1010,6]]},"748":{"position":[[1554,6]]},"824":{"position":[[686,6]]},"956":{"position":[[151,7]]}}}],["along",{"_index":928,"t":{"705":{"position":[[209,5]]},"715":{"position":[[209,5]]},"725":{"position":[[209,5]]},"735":{"position":[[214,5]]},"750":{"position":[[209,5]]}}}],["alongisd",{"_index":494,"t":{"319":{"position":[[161,9]]}}}],["alongsid",{"_index":173,"t":{"144":{"position":[[206,9]]},"407":{"position":[[360,9]]},"744":{"position":[[837,9]]}}}],["alreadi",{"_index":573,"t":{"460":{"position":[[169,7],[188,7],[235,7],[254,7]]},"737":{"position":[[3,7]]}}}],["already_exist",{"_index":575,"t":{"460":{"position":[[188,14],[254,14]]}}}],["alter",{"_index":1280,"t":{"780":{"position":[[277,10]]},"800":{"position":[[85,7]]}}}],["altern",{"_index":441,"t":{"282":{"position":[[2212,11]]},"469":{"position":[[575,11],[1148,11],[1289,11],[1319,11]]}}}],["although",{"_index":1309,"t":{"780":{"position":[[1556,8]]}}}],["alway",{"_index":531,"t":{"407":{"position":[[206,6]]},"653":{"position":[[1091,6]]},"667":{"position":[[682,6]]},"766":{"position":[[645,6]]}}}],["am",{"_index":259,"t":{"274":{"position":[[28,3]]},"276":{"position":[[93,3],[749,3],[1781,3],[1911,3]]},"282":{"position":[[0,3],[1639,3],[1738,3],[2018,3],[2468,3]]},"284":{"position":[[78,3]]},"286":{"position":[[65,3]]},"292":{"position":[[126,3],[219,3],[396,3],[446,3],[542,3],[722,3]]},"329":{"position":[[417,3],[510,3],[685,3],[735,3],[831,3],[1011,3],[1061,3],[1154,3],[1322,3],[1372,3],[1468,3],[1641,3]]},"653":{"position":[[1355,3]]},"665":{"position":[[611,3]]},"709":{"position":[[4,3]]},"711":{"position":[[716,3],[739,3]]},"713":{"position":[[480,3],[1112,3]]},"727":{"position":[[0,3]]},"731":{"position":[[654,3],[753,3]]},"737":{"position":[[26,3]]},"739":{"position":[[0,3],[325,3]]},"744":{"position":[[971,3]]},"746":{"position":[[670,3],[681,3],[760,3],[809,3],[834,3],[870,3],[974,3],[1609,3],[1906,3],[2166,3],[2385,3]]},"748":{"position":[[576,3],[1502,3],[1601,3]]},"752":{"position":[[547,3],[681,3]]},"754":{"position":[[0,3]]},"760":{"position":[[0,3],[78,3],[136,3],[349,3],[399,3],[462,3],[502,3],[601,3],[811,3]]},"822":{"position":[[82,3],[193,3],[291,3],[546,3],[847,3],[925,3],[1064,3]]},"824":{"position":[[1597,3]]},"833":{"position":[[186,3],[339,3],[397,3]]},"870":{"position":[[515,3],[776,3],[840,3],[939,3]]}}}],["amd64",{"_index":751,"t":{"523":{"position":[[200,5]]}}}],["amount",{"_index":470,"t":{"305":{"position":[[31,6]]},"315":{"position":[[46,6]]}}}],["ams_host",{"_index":1010,"t":{"746":{"position":[[681,8],[809,8],[870,8]]}}}],["ams_nod",{"_index":455,"t":{"292":{"position":[[126,8],[219,8],[446,8],[542,8]]},"329":{"position":[[417,8],[510,8],[735,8],[831,8],[1061,8],[1154,8],[1372,8],[1468,8]]}}}],["ams_verificationhash",{"_index":1562,"t":{"870":{"position":[[515,20],[776,20],[840,20],[939,20]]}}}],["amsexcept",{"_index":1031,"t":{"746":{"position":[[1685,12],[1982,12],[2265,12],[2452,12],[2554,12]]}}}],["amsmessag",{"_index":1033,"t":{"746":{"position":[[2201,10]]}}}],["annual",{"_index":1472,"t":{"818":{"position":[[1541,8]]}}}],["anonym",{"_index":1143,"t":{"764":{"position":[[53,7]]},"768":{"position":[[74,11]]},"797":{"position":[[35,13],[147,9]]}}}],["anoth",{"_index":1005,"t":{"746":{"position":[[270,7]]},"776":{"position":[[1984,7],[2286,7]]},"826":{"position":[[125,7]]}}}],["answer",{"_index":893,"t":{"693":{"position":[[14,7]]},"699":{"position":[[14,7]]}}}],["anyof",{"_index":935,"t":{"707":{"position":[[1111,5]]}}}],["apach",{"_index":705,"t":{"509":{"position":[[245,6],[437,6]]}}}],["apart",{"_index":437,"t":{"282":{"position":[[1960,5]]},"469":{"position":[[0,5]]}}}],["api",{"_index":166,"t":{"136":{"position":[[404,3]]},"274":{"position":[[152,3],[245,3],[339,3]]},"276":{"position":[[33,3],[1915,3]]},"282":{"position":[[673,3],[1742,3],[1920,3],[2404,3]]},"309":{"position":[[228,3]]},"319":{"position":[[68,3]]},"323":{"position":[[228,3]]},"439":{"position":[[81,3]]},"455":{"position":[[74,3]]},"458":{"position":[[52,3]]},"463":{"position":[[27,3],[163,3],[534,3],[821,3]]},"465":{"position":[[39,3]]},"467":{"position":[[83,3],[632,3],[831,3]]},"469":{"position":[[882,3]]},"471":{"position":[[247,3],[517,3]]},"473":{"position":[[555,3]]},"475":{"position":[[474,3]]},"477":{"position":[[10,3],[531,3]]},"507":{"position":[[81,3]]},"509":{"position":[[19,3],[331,3],[508,3]]},"511":{"position":[[32,3]]},"515":{"position":[[36,3]]},"651":{"position":[[112,3],[205,3]]},"653":{"position":[[1058,3],[1319,3]]},"655":{"position":[[124,3]]},"663":{"position":[[381,3]]},"667":{"position":[[888,3]]},"677":{"position":[[77,3],[290,3],[1232,3]]},"679":{"position":[[566,3]]},"681":{"position":[[1247,3]]},"683":{"position":[[458,3],[532,3]]},"685":{"position":[[484,3]]},"687":{"position":[[1430,3]]},"695":{"position":[[163,3]]},"705":{"position":[[223,3]]},"707":{"position":[[587,3]]},"709":{"position":[[1162,3],[1377,3],[1859,3]]},"713":{"position":[[570,3],[758,3],[1116,3]]},"715":{"position":[[223,3]]},"717":{"position":[[53,3]]},"721":{"position":[[57,3]]},"725":{"position":[[223,3]]},"729":{"position":[[381,3]]},"731":{"position":[[757,3],[935,3]]},"733":{"position":[[1068,3]]},"735":{"position":[[228,3]]},"748":{"position":[[1605,3],[1783,3]]},"750":{"position":[[223,3]]},"824":{"position":[[1630,3]]},"870":{"position":[[490,3],[738,3],[802,3]]},"942":{"position":[[82,3]]}}}],["app",{"_index":1513,"t":{"824":{"position":[[1610,3]]}}}],["appli",{"_index":674,"t":{"471":{"position":[[555,5]]},"752":{"position":[[1424,8]]},"764":{"position":[[1995,5]]},"786":{"position":[[322,5]]},"791":{"position":[[105,7]]},"793":{"position":[[571,7]]},"795":{"position":[[479,7]]},"797":{"position":[[400,7]]},"800":{"position":[[541,7]]},"807":{"position":[[338,7]]},"812":{"position":[[764,7]]},"816":{"position":[[489,7]]},"831":{"position":[[551,5]]},"986":{"position":[[416,8]]}}}],["applic",{"_index":32,"t":{"10":{"position":[[31,11]]},"20":{"position":[[31,11]]},"30":{"position":[[31,11]]},"40":{"position":[[30,11]]},"52":{"position":[[30,11]]},"62":{"position":[[33,11]]},"76":{"position":[[30,11]]},"88":{"position":[[30,11]]},"102":{"position":[[31,11]]},"116":{"position":[[30,11]]},"130":{"position":[[33,11]]},"142":{"position":[[31,11]]},"156":{"position":[[30,11]]},"168":{"position":[[30,11]]},"182":{"position":[[31,11]]},"196":{"position":[[30,11]]},"208":{"position":[[33,11]]},"215":{"position":[[30,11]]},"222":{"position":[[30,11]]},"229":{"position":[[31,11]]},"238":{"position":[[30,11]]},"247":{"position":[[31,11]]},"256":{"position":[[31,11]]},"268":{"position":[[23,11]]},"274":{"position":[[589,12]]},"282":{"position":[[128,11],[197,11],[640,11],[1059,11]]},"290":{"position":[[23,11]]},"299":{"position":[[23,11]]},"311":{"position":[[23,11]]},"313":{"position":[[23,11]]},"325":{"position":[[23,11]]},"327":{"position":[[23,11]]},"343":{"position":[[30,11]]},"355":{"position":[[33,11]]},"367":{"position":[[23,11]]},"379":{"position":[[23,11]]},"387":{"position":[[23,11]]},"395":{"position":[[23,11]]},"409":{"position":[[31,11]]},"421":{"position":[[23,11]]},"435":{"position":[[31,11]]},"449":{"position":[[23,11]]},"489":{"position":[[31,11]]},"503":{"position":[[23,11]]},"519":{"position":[[8,11]]},"532":{"position":[[30,11]]},"537":{"position":[[30,11]]},"542":{"position":[[30,11]]},"547":{"position":[[30,11]]},"559":{"position":[[30,11]]},"571":{"position":[[30,11]]},"581":{"position":[[30,11]]},"593":{"position":[[30,11]]},"607":{"position":[[36,11]]},"621":{"position":[[36,11]]},"633":{"position":[[31,11]]},"645":{"position":[[33,11]]},"653":{"position":[[455,11]]},"661":{"position":[[122,11],[191,11]]},"663":{"position":[[348,11]]},"665":{"position":[[77,11]]},"723":{"position":[[374,11],[562,12]]},"727":{"position":[[128,11],[197,11]]},"729":{"position":[[348,11]]},"731":{"position":[[74,11]]},"733":{"position":[[374,11],[562,12],[612,11],[1035,11]]},"739":{"position":[[308,12]]},"748":{"position":[[374,11],[562,12],[704,11],[773,11],[922,11]]},"764":{"position":[[1329,10],[1426,10],[1870,10]]},"774":{"position":[[662,10]]},"776":{"position":[[215,10],[708,10],[1215,10],[1438,10],[1692,10],[2169,10]]},"793":{"position":[[381,12]]},"795":{"position":[[121,12]]},"802":{"position":[[365,11]]},"807":{"position":[[405,10]]},"829":{"position":[[268,11]]},"842":{"position":[[30,11]]},"880":{"position":[[30,11]]},"892":{"position":[[30,11]]},"902":{"position":[[30,11]]},"912":{"position":[[30,11]]},"924":{"position":[[23,11]]},"938":{"position":[[31,11]]},"950":{"position":[[33,11]]},"964":{"position":[[31,11]]},"982":{"position":[[31,11]]},"998":{"position":[[31,11]]},"1014":{"position":[[31,11]]},"1030":{"position":[[30,11]]},"1044":{"position":[[30,11]]},"1060":{"position":[[31,11]]},"1074":{"position":[[23,11]]}}}],["appoint",{"_index":1427,"t":{"810":{"position":[[536,9]]}}}],["approach",{"_index":355,"t":{"276":{"position":[[1935,8]]}}}],["appropri",{"_index":1092,"t":{"762":{"position":[[341,11],[2237,11]]},"766":{"position":[[780,11]]},"780":{"position":[[129,11]]},"831":{"position":[[561,11]]}}}],["approv",{"_index":927,"t":{"705":{"position":[[136,8]]},"715":{"position":[[136,8]]},"725":{"position":[[136,8]]},"735":{"position":[[141,8]]},"750":{"position":[[136,8]]},"789":{"position":[[283,8]]},"818":{"position":[[1145,8]]}}}],["april",{"_index":1162,"t":{"764":{"position":[[514,5]]}}}],["architectur",{"_index":750,"t":{"523":{"position":[[184,12]]}}}],["area",{"_index":1341,"t":{"789":{"position":[[120,5],[677,5]]},"818":{"position":[[792,4]]}}}],["arg",{"_index":1011,"t":{"746":{"position":[[709,4],[724,4],[819,4],[888,4],[908,4],[991,4],[1033,4],[1089,4],[1625,4],[1656,4],[1922,4],[1953,4],[2184,4],[2245,4],[2401,4],[2432,4],[2649,4]]}}}],["argo",{"_index":0,"t":{"2":{"position":[[0,4]]},"150":{"position":[[0,4]]},"270":{"position":[[269,4],[586,4],[920,4],[1273,4],[1626,4],[1979,4],[2323,4]]},"274":{"position":[[4,4],[463,4]]},"282":{"position":[[2013,4],[2069,4],[2093,4],[2105,4]]},"313":{"position":[[129,4],[134,4]]},"315":{"position":[[157,4],[231,4]]},"327":{"position":[[128,4],[133,4]]},"455":{"position":[[255,4]]},"463":{"position":[[4,4],[149,4]]},"465":{"position":[[87,4],[310,4]]},"467":{"position":[[936,4]]},"469":{"position":[[31,4],[192,4],[955,4],[1247,4]]},"471":{"position":[[414,4]]},"473":{"position":[[187,4]]},"509":{"position":[[4,4],[316,4],[493,4]]},"513":{"position":[[75,4],[218,4]]},"525":{"position":[[0,4]]},"534":{"position":[[521,4],[980,4],[1368,4],[1730,4]]},"539":{"position":[[518,4]]},"544":{"position":[[179,4],[567,4],[929,4]]},"561":{"position":[[175,4]]},"573":{"position":[[175,4]]},"583":{"position":[[175,4]]},"595":{"position":[[175,4]]},"603":{"position":[[30,4]]},"605":{"position":[[284,4]]},"607":{"position":[[94,4]]},"609":{"position":[[162,4]]},"621":{"position":[[92,4]]},"633":{"position":[[76,4]]},"635":{"position":[[165,4]]},"645":{"position":[[78,4]]},"653":{"position":[[25,4],[1359,4]]},"655":{"position":[[4,4]]},"667":{"position":[[7,4],[487,4]]},"671":{"position":[[111,4]]},"673":{"position":[[29,4]]},"675":{"position":[[0,4],[368,4],[804,4]]},"677":{"position":[[275,4]]},"705":{"position":[[34,4],[87,4]]},"707":{"position":[[829,4],[1425,4],[2249,4]]},"715":{"position":[[34,4],[87,4]]},"725":{"position":[[34,4],[87,4]]},"735":{"position":[[34,4],[87,4]]},"744":{"position":[[596,4]]},"750":{"position":[[34,4],[87,4]]},"760":{"position":[[717,4],[846,4]]},"764":{"position":[[249,4],[295,4],[833,4],[1630,4],[2087,4]]},"768":{"position":[[230,4]]},"770":{"position":[[78,4],[229,4],[310,4]]},"772":{"position":[[154,4]]},"776":{"position":[[107,4],[858,4],[1391,4],[2441,4]]},"778":{"position":[[21,4]]},"780":{"position":[[723,4],[780,4]]},"782":{"position":[[174,4]]},"784":{"position":[[24,4]]},"822":{"position":[[58,4],[998,4]]},"824":{"position":[[530,4],[663,4],[1399,4],[1512,4]]},"826":{"position":[[10,4]]},"829":{"position":[[459,4]]},"833":{"position":[[289,4],[312,4]]}}}],["argo2",{"_index":198,"t":{"215":{"position":[[75,5]]},"217":{"position":[[206,5]]},"219":{"position":[[275,5]]},"222":{"position":[[75,5]]},"224":{"position":[[190,5]]},"229":{"position":[[89,5]]},"231":{"position":[[30,5]]},"233":{"position":[[180,5]]},"238":{"position":[[88,5]]},"240":{"position":[[30,5]]},"242":{"position":[[174,5]]},"247":{"position":[[89,5]]},"251":{"position":[[172,5]]},"256":{"position":[[76,5]]},"534":{"position":[[197,5]]},"539":{"position":[[194,5]]},"547":{"position":[[91,5]]},"549":{"position":[[99,5],[220,5]]},"617":{"position":[[78,5]]},"623":{"position":[[165,5]]}}}],["argo_msg",{"_index":618,"t":{"465":{"position":[[310,8]]},"469":{"position":[[955,8]]},"675":{"position":[[368,8]]}}}],["argoeu",{"_index":1069,"t":{"760":{"position":[[342,6],[392,6],[455,6],[710,6],[829,6]]},"764":{"position":[[1613,6],[2070,6]]}}}],["argomessagingservic",{"_index":1014,"t":{"746":{"position":[[840,20]]}}}],["argument",{"_index":579,"t":{"460":{"position":[[327,8],[440,9],[462,8],[603,8],[654,9],[676,8],[771,9],[793,8],[867,8],[935,8],[1012,8]]},"463":{"position":[[223,9]]}}}],["around",{"_index":966,"t":{"713":{"position":[[787,6]]},"721":{"position":[[114,6]]}}}],["array",{"_index":916,"t":{"701":{"position":[[365,5]]},"707":{"position":[[1073,5]]},"741":{"position":[[205,5]]},"1006":{"position":[[91,5]]}}}],["arriv",{"_index":1518,"t":{"826":{"position":[[331,6]]}}}],["art",{"_index":1433,"t":{"810":{"position":[[799,3]]},"814":{"position":[[21,3]]},"818":{"position":[[1250,3]]}}}],["articl",{"_index":1335,"t":{"786":{"position":[[299,7]]}}}],["ascrib",{"_index":1188,"t":{"764":{"position":[[1846,8]]}}}],["ask",{"_index":1519,"t":{"826":{"position":[[373,6]]}}}],["aspect",{"_index":1451,"t":{"816":{"position":[[546,7]]}}}],["assess",{"_index":1431,"t":{"810":{"position":[[688,10]]}}}],["assign",{"_index":786,"t":{"605":{"position":[[1095,6]]},"669":{"position":[[675,9]]},"709":{"position":[[1262,6]]},"802":{"position":[[464,10]]}}}],["assist",{"_index":1531,"t":{"833":{"position":[[47,6]]}}}],["associ",{"_index":159,"t":{"136":{"position":[[191,10]]},"605":{"position":[[59,10]]},"619":{"position":[[59,10]]},"695":{"position":[[33,10]]},"709":{"position":[[1646,10]]},"831":{"position":[[199,9]]}}}],["async",{"_index":1516,"t":{"826":{"position":[[166,5]]}}}],["asynchron",{"_index":294,"t":{"276":{"position":[[134,12]]},"824":{"position":[[855,12]]},"829":{"position":[[211,12]]}}}],["attach",{"_index":394,"t":{"280":{"position":[[612,8],[713,8]]},"407":{"position":[[297,8]]},"659":{"position":[[164,8],[265,8]]},"681":{"position":[[28,8]]},"709":{"position":[[1071,8]]},"746":{"position":[[332,6]]}}}],["attempt",{"_index":842,"t":{"669":{"position":[[318,7]]},"762":{"position":[[578,7]]}}}],["attr1",{"_index":526,"t":{"407":{"position":[[35,5]]}}}],["attr2",{"_index":528,"t":{"407":{"position":[[52,5]]}}}],["attribut",{"_index":307,"t":{"276":{"position":[[499,10]]},"280":{"position":[[943,10],[1040,9]]},"407":{"position":[[19,10]]},"653":{"position":[[911,10],[1127,10]]},"667":{"position":[[131,9],[268,10],[707,10]]},"707":{"position":[[1258,10],[1347,10],[1505,10],[1780,9],[1893,10],[2043,10]]},"709":{"position":[[720,10]]},"848":{"position":[[928,10],[1290,10],[1501,10]]},"1002":{"position":[[77,10]]}}}],["attribute1",{"_index":826,"t":{"667":{"position":[[293,10]]}}}],["attribute2",{"_index":828,"t":{"667":{"position":[[337,10]]}}}],["audit",{"_index":1269,"t":{"778":{"position":[[154,6]]},"818":{"position":[[1530,6]]}}}],["auth",{"_index":445,"t":{"282":{"position":[[2333,4]]},"465":{"position":[[441,4]]},"467":{"position":[[499,4]]},"469":{"position":[[711,4]]},"477":{"position":[[581,4]]},"675":{"position":[[499,4]]}}}],["authent",{"_index":440,"t":{"282":{"position":[[2125,14],[2224,14]]},"455":{"position":[[13,13]]},"460":{"position":[[1107,13]]},"463":{"position":[[760,13]]},"469":{"position":[[736,14]]},"471":{"position":[[0,14],[170,13],[290,14],[352,14]]},"473":{"position":[[0,14],[367,14],[494,13]]},"577":{"position":[[66,14]]},"677":{"position":[[1178,12]]},"780":{"position":[[1320,14]]},"824":{"position":[[1106,14],[1228,12]]}}}],["authn",{"_index":439,"t":{"282":{"position":[[2098,5],[2110,5]]},"822":{"position":[[929,5]]}}}],["author",{"_index":537,"t":{"415":{"position":[[40,10]]},"423":{"position":[[29,10],[87,10]]},"427":{"position":[[35,10]]},"433":{"position":[[3,10]]},"455":{"position":[[287,13]]},"467":{"position":[[511,13]]},"471":{"position":[[106,13],[268,13],[371,13]]},"473":{"position":[[449,13]]},"475":{"position":[[0,13]]},"483":{"position":[[40,10]]},"491":{"position":[[27,10]]},"495":{"position":[[35,10]]},"501":{"position":[[3,10]]},"605":{"position":[[698,10],[830,10]]},"673":{"position":[[847,10]]},"675":{"position":[[641,10]]},"687":{"position":[[93,10]]},"689":{"position":[[249,10],[355,10]]},"691":{"position":[[265,10],[369,10]]},"762":{"position":[[1090,11],[1930,9]]},"764":{"position":[[1765,9]]},"772":{"position":[[428,13]]},"774":{"position":[[179,11],[362,11]]},"784":{"position":[[194,9],[232,9]]},"791":{"position":[[160,9]]},"793":{"position":[[29,10],[121,13],[233,13]]},"812":{"position":[[498,9]]},"824":{"position":[[1122,13]]},"858":{"position":[[11,13],[189,13],[284,13]]},"918":{"position":[[31,10]]},"926":{"position":[[27,10]]},"930":{"position":[[35,10]]},"936":{"position":[[3,10]]},"980":{"position":[[314,13],[409,13],[656,13]]}}}],["authoris",{"_index":1117,"t":{"762":{"position":[[1587,10]]},"789":{"position":[[272,10],[560,10]]},"791":{"position":[[293,10]]},"802":{"position":[[537,13]]}}}],["authorizationhead",{"_index":1553,"t":{"852":{"position":[[224,19]]},"976":{"position":[[91,19]]}}}],["authorized_us",{"_index":538,"t":{"423":{"position":[[87,16]]},"433":{"position":[[3,16]]},"491":{"position":[[27,16]]},"501":{"position":[[3,16]]},"689":{"position":[[249,16]]},"691":{"position":[[265,16]]},"926":{"position":[[27,16]]},"936":{"position":[[3,16]]}}}],["autogen",{"_index":1554,"t":{"852":{"position":[[257,7]]},"858":{"position":[[167,7]]},"976":{"position":[[124,7]]},"980":{"position":[[254,7],[531,7],[724,7]]}}}],["automat",{"_index":398,"t":{"280":{"position":[[850,13]]},"659":{"position":[[402,13]]},"858":{"position":[[224,13]]},"980":{"position":[[349,13]]}}}],["avail",{"_index":184,"t":{"152":{"position":[[23,9]]},"158":{"position":[[51,9]]},"217":{"position":[[51,9]]},"276":{"position":[[260,9]]},"278":{"position":[[219,12],[321,12]]},"282":{"position":[[486,9]]},"373":{"position":[[23,9]]},"469":{"position":[[124,9],[226,9]]},"477":{"position":[[511,9]]},"527":{"position":[[23,9]]},"534":{"position":[[51,9]]},"549":{"position":[[51,9]]},"605":{"position":[[267,9]]},"663":{"position":[[194,9]]},"665":{"position":[[700,9]]},"675":{"position":[[660,9]]},"713":{"position":[[441,9],[1090,9],[1183,9]]},"723":{"position":[[538,9]]},"729":{"position":[[194,9]]},"733":{"position":[[538,9],[881,9]]},"739":{"position":[[284,9]]},"748":{"position":[[538,9]]},"762":{"position":[[1210,9]]},"780":{"position":[[1941,12]]},"812":{"position":[[647,9]]},"822":{"position":[[785,9],[1003,12]]},"874":{"position":[[23,9]]},"884":{"position":[[23,9]]}}}],["averag",{"_index":474,"t":{"307":{"position":[[31,7]]},"315":{"position":[[187,7],[263,7],[328,7]]},"329":{"position":[[124,7],[250,7]]},"711":{"position":[[845,7],[928,7]]}}}],["average_daily_messag",{"_index":487,"t":{"315":{"position":[[187,22],[263,22],[328,22]]},"329":{"position":[[124,22],[250,22]]}}}],["avro",{"_index":142,"t":{"96":{"position":[[6,4]]},"144":{"position":[[110,4],[144,4]]},"407":{"position":[[239,4],[285,4]]},"709":{"position":[[977,4]]}}}],["b",{"_index":305,"t":{"276":{"position":[[458,1]]},"709":{"position":[[679,1]]},"768":{"position":[[190,1]]}}}],["b64encod",{"_index":908,"t":{"701":{"position":[[175,9],[309,9]]}}}],["back",{"_index":343,"t":{"276":{"position":[[1455,4]]},"509":{"position":[[70,4],[226,4],[427,4],[670,4]]},"653":{"position":[[206,4]]}}}],["backup",{"_index":1412,"t":{"805":{"position":[[401,6]]},"807":{"position":[[5,7],[192,7],[320,6],[427,6]]}}}],["bad",{"_index":569,"t":{"458":{"position":[[141,3]]}}}],["balanc",{"_index":1521,"t":{"829":{"position":[[40,9]]}}}],["base",{"_index":777,"t":{"577":{"position":[[53,5]]},"605":{"position":[[717,5],[849,5]]},"693":{"position":[[22,5]]},"699":{"position":[[22,5]]},"791":{"position":[[151,5]]},"793":{"position":[[136,5]]},"818":{"position":[[76,5]]},"824":{"position":[[336,5]]},"826":{"position":[[178,5]]}}}],["base64",{"_index":160,"t":{"136":{"position":[[246,6]]},"144":{"position":[[199,6]]},"407":{"position":[[224,6]]},"653":{"position":[[1109,6]]},"667":{"position":[[700,6]]},"701":{"position":[[12,6],[78,6],[590,6]]},"707":{"position":[[1186,6],[1612,6],[2288,6]]},"709":{"position":[[1701,6]]},"744":{"position":[[985,6]]}}}],["base64decod",{"_index":992,"t":{"744":{"position":[[646,12],[945,12]]},"848":{"position":[[787,12]]},"976":{"position":[[186,12]]},"978":{"position":[[180,12]]}}}],["basi",{"_index":180,"t":{"150":{"position":[[54,5]]},"673":{"position":[[243,5]]},"791":{"position":[[260,5]]},"802":{"position":[[525,5]]}}}],["bb0ad3da48f69372e38e55e423324b7366e32804",{"_index":87,"t":{"22":{"position":[[284,40]]}}}],["be",{"_index":517,"t":{"373":{"position":[[232,5]]},"713":{"position":[[1079,5]]},"744":{"position":[[1091,5]]},"776":{"position":[[591,5]]},"780":{"position":[[1304,5]]},"791":{"position":[[66,5]]},"800":{"position":[[168,5]]},"807":{"position":[[291,5]]},"812":{"position":[[407,5]]},"826":{"position":[[79,5]]},"833":{"position":[[193,5]]},"884":{"position":[[244,5]]}}}],["bear",{"_index":672,"t":{"471":{"position":[[478,4]]}}}],["becom",{"_index":1182,"t":{"764":{"position":[[1559,6]]}}}],["befor",{"_index":714,"t":{"511":{"position":[[426,6]]},"744":{"position":[[1084,6]]},"746":{"position":[[104,6]]},"758":{"position":[[220,6]]},"818":{"position":[[1042,6]]},"848":{"position":[[867,6]]},"860":{"position":[[363,6]]}}}],["begin",{"_index":1468,"t":{"818":{"position":[[1054,5]]}}}],["behalf",{"_index":1445,"t":{"816":{"position":[[50,6]]}}}],["behind",{"_index":726,"t":{"513":{"position":[[64,6]]}}}],["belong",{"_index":126,"t":{"74":{"position":[[59,6]]},"86":{"position":[[59,6]]},"100":{"position":[[59,6]]},"114":{"position":[[57,7]]},"128":{"position":[[57,7]]},"140":{"position":[[57,7]]},"270":{"position":[[406,9],[730,9]]},"451":{"position":[[420,9]]},"473":{"position":[[333,7]]},"477":{"position":[[472,6]]},"723":{"position":[[94,6]]},"733":{"position":[[94,6]]},"748":{"position":[[94,6]]},"878":{"position":[[44,7]]}}}],["below",{"_index":604,"t":{"465":{"position":[[185,5]]},"707":{"position":[[1791,5]]},"776":{"position":[[379,5]]}}}],["best",{"_index":1225,"t":{"770":{"position":[[216,4]]},"780":{"position":[[1575,4]]}}}],["beta",{"_index":1477,"t":{"822":{"position":[[174,4],[272,4]]}}}],["better",{"_index":999,"t":{"744":{"position":[[1164,6]]}}}],["between",{"_index":282,"t":{"274":{"position":[[569,7]]},"451":{"position":[[1763,7]]},"709":{"position":[[267,7]]},"711":{"position":[[377,7],[634,7]]},"822":{"position":[[16,7]]},"824":{"position":[[627,7],[755,7],[1267,7],[1476,7]]},"1076":{"position":[[1073,7]]}}}],["beyond",{"_index":1313,"t":{"780":{"position":[[1853,6]]}}}],["big",{"_index":707,"t":{"509":{"position":[[295,3]]}}}],["billion",{"_index":373,"t":{"278":{"position":[[295,7]]}}}],["binari",{"_index":172,"t":{"144":{"position":[[161,6]]},"760":{"position":[[281,6],[428,6]]}}}],["bind",{"_index":606,"t":{"465":{"position":[[195,4]]},"467":{"position":[[22,4]]},"469":{"position":[[285,4]]},"675":{"position":[[253,4]]},"818":{"position":[[492,7],[621,7]]}}}],["bind_ip",{"_index":605,"t":{"465":{"position":[[195,7]]},"467":{"position":[[22,7]]},"675":{"position":[[253,7]]}}}],["black",{"_index":931,"t":{"707":{"position":[[245,5]]}}}],["blob",{"_index":1076,"t":{"760":{"position":[[732,4]]}}}],["block",{"_index":1506,"t":{"824":{"position":[[956,8]]}}}],["blog",{"_index":980,"t":{"744":{"position":[[240,4]]}}}],["bodi",{"_index":863,"t":{"677":{"position":[[620,4]]},"679":{"position":[[211,4]]},"681":{"position":[[377,4],[512,4]]},"685":{"position":[[218,4]]},"687":{"position":[[369,4],[954,4]]},"689":{"position":[[240,4]]},"691":{"position":[[256,4]]},"707":{"position":[[1408,4]]},"746":{"position":[[1223,4]]},"762":{"position":[[287,4],[295,6],[459,4],[467,6],[1735,4],[1743,6]]},"780":{"position":[[599,4]]},"818":{"position":[[1601,6]]},"820":{"position":[[170,6]]},"848":{"position":[[751,4],[1228,4]]},"870":{"position":[[985,4]]}}}],["bot",{"_index":990,"t":{"744":{"position":[[592,3]]}}}],["both",{"_index":403,"t":{"282":{"position":[[13,4]]},"471":{"position":[[473,4]]},"661":{"position":[[17,4]]},"727":{"position":[[13,4]]},"748":{"position":[[589,4]]},"776":{"position":[[37,4]]},"780":{"position":[[82,4]]},"820":{"position":[[115,4]]}}}],["bound",{"_index":1156,"t":{"764":{"position":[[415,5]]},"818":{"position":[[1289,5]]}}}],["brand",{"_index":189,"t":{"158":{"position":[[437,5],[565,5]]},"168":{"position":[[75,5]]},"170":{"position":[[111,5],[239,5]]},"184":{"position":[[227,5]]},"208":{"position":[[78,5]]},"268":{"position":[[68,5]]},"343":{"position":[[75,5]]},"345":{"position":[[106,5]]},"355":{"position":[[84,5]]},"367":{"position":[[68,5]]},"369":{"position":[[114,5]]},"379":{"position":[[68,5]]},"381":{"position":[[57,5],[108,5]]},"387":{"position":[[68,5]]},"389":{"position":[[57,5]]},"395":{"position":[[68,5]]},"397":{"position":[[57,5]]},"409":{"position":[[89,5]]},"421":{"position":[[68,5]]},"435":{"position":[[89,5]]},"449":{"position":[[68,5]]},"842":{"position":[[88,5]]},"844":{"position":[[21,5]]},"846":{"position":[[44,5],[102,5]]},"850":{"position":[[21,5]]},"852":{"position":[[20,5],[78,5]]},"854":{"position":[[21,5]]},"856":{"position":[[20,5],[78,5]]},"870":{"position":[[40,5]]},"892":{"position":[[75,5]]},"894":{"position":[[64,5],[122,5],[255,5],[314,5]]},"902":{"position":[[75,5]]},"904":{"position":[[64,5],[122,5]]},"912":{"position":[[75,5]]},"914":{"position":[[64,5],[123,5]]},"924":{"position":[[68,5]]},"938":{"position":[[92,5]]},"950":{"position":[[76,5]]},"964":{"position":[[88,5]]},"982":{"position":[[87,5]]},"998":{"position":[[88,5]]},"1014":{"position":[[87,5]]},"1030":{"position":[[87,5]]},"1044":{"position":[[74,5]]},"1060":{"position":[[88,5]]},"1074":{"position":[[68,5]]}}}],["brand_new",{"_index":188,"t":{"158":{"position":[[437,9]]},"168":{"position":[[75,9]]},"170":{"position":[[111,9]]},"208":{"position":[[78,9]]},"268":{"position":[[68,9]]},"343":{"position":[[75,9]]},"345":{"position":[[106,9]]},"355":{"position":[[84,9]]},"367":{"position":[[68,9]]},"369":{"position":[[114,9]]},"379":{"position":[[68,9]]},"381":{"position":[[57,9],[108,9]]},"387":{"position":[[68,9]]},"389":{"position":[[57,9]]},"395":{"position":[[68,9]]},"397":{"position":[[57,9]]},"409":{"position":[[89,9]]},"421":{"position":[[68,9]]},"435":{"position":[[89,9]]},"449":{"position":[[68,9]]},"842":{"position":[[88,9]]},"844":{"position":[[21,9]]},"846":{"position":[[44,9],[102,9]]},"850":{"position":[[21,9]]},"852":{"position":[[20,9],[78,9]]},"854":{"position":[[21,9]]},"856":{"position":[[20,9],[78,9]]},"870":{"position":[[40,9]]},"892":{"position":[[75,9]]},"894":{"position":[[64,9],[122,9],[255,9],[314,9]]},"902":{"position":[[75,9]]},"904":{"position":[[64,9],[122,9]]},"912":{"position":[[75,9]]},"914":{"position":[[64,9],[123,9]]},"924":{"position":[[68,9]]},"938":{"position":[[92,9]]},"950":{"position":[[76,9]]},"964":{"position":[[88,9]]},"982":{"position":[[87,9]]},"998":{"position":[[88,9]]},"1014":{"position":[[87,9]]},"1030":{"position":[[87,9]]},"1044":{"position":[[74,9]]},"1060":{"position":[[88,9]]},"1074":{"position":[[68,9]]}}}],["breach",{"_index":1096,"t":{"762":{"position":[[590,6],[940,6]]},"812":{"position":[[95,6],[120,6],[395,8],[635,8]]}}}],["broker",{"_index":269,"t":{"274":{"position":[[226,6],[773,6]]},"651":{"position":[[186,6]]}}}],["bug",{"_index":918,"t":{"701":{"position":[[447,3]]}}}],["build",{"_index":740,"t":{"523":{"position":[[91,5]]},"789":{"position":[[499,8]]}}}],["build_tim",{"_index":739,"t":{"523":{"position":[[91,10]]}}}],["built",{"_index":1509,"t":{"824":{"position":[[1070,5]]}}}],["busi",{"_index":1235,"t":{"774":{"position":[[113,8]]}}}],["byte",{"_index":546,"t":{"451":{"position":[[89,5],[800,5],[1046,5]]},"711":{"position":[[281,5],[512,5]]},"1076":{"position":[[483,5],[727,5]]}}}],["bytoken",{"_index":776,"t":{"567":{"position":[[15,7]]},"571":{"position":[[72,7]]}}}],["byuuid",{"_index":779,"t":{"589":{"position":[[15,6]]},"593":{"position":[[72,6]]}}}],["c",{"_index":308,"t":{"276":{"position":[[525,1]]},"709":{"position":[[746,1]]}}}],["c94c",{"_index":130,"t":{"78":{"position":[[103,4]]},"90":{"position":[[134,4],[461,4]]},"106":{"position":[[107,4]]},"120":{"position":[[101,4]]}}}],["calcul",{"_index":472,"t":{"305":{"position":[[115,10]]}}}],["call",{"_index":4,"t":{"2":{"position":[[32,5]]},"136":{"position":[[408,4]]},"274":{"position":[[975,6]]},"280":{"position":[[105,6]]},"282":{"position":[[663,5],[882,5]]},"309":{"position":[[232,4]]},"319":{"position":[[72,5]]},"323":{"position":[[232,4]]},"463":{"position":[[203,6],[492,5]]},"525":{"position":[[32,5]]},"653":{"position":[[1437,4]]},"655":{"position":[[349,6]]},"663":{"position":[[371,5],[590,5]]},"677":{"position":[[294,4],[529,7]]},"689":{"position":[[369,4]]},"691":{"position":[[383,4]]},"703":{"position":[[47,6]]},"707":{"position":[[1868,4]]},"709":{"position":[[1166,4],[1381,4],[1863,4]]},"713":{"position":[[762,4]]},"717":{"position":[[82,4]]},"719":{"position":[[19,4]]},"721":{"position":[[19,4],[61,4]]},"723":{"position":[[50,6]]},"729":{"position":[[371,5],[590,5]]},"733":{"position":[[50,6],[1058,5],[1277,5]]},"739":{"position":[[641,4]]},"748":{"position":[[50,6]]},"818":{"position":[[1004,6]]},"870":{"position":[[494,4]]},"996":{"position":[[347,4]]}}}],["capabl",{"_index":783,"t":{"605":{"position":[[438,12]]},"673":{"position":[[390,12]]},"677":{"position":[[144,12]]},"766":{"position":[[130,10]]}}}],["capac",{"_index":1231,"t":{"772":{"position":[[349,8]]}}}],["carri",{"_index":1424,"t":{"810":{"position":[[259,7],[709,7]]}}}],["carrier",{"_index":1373,"t":{"793":{"position":[[348,8]]}}}],["case",{"_index":533,"t":{"407":{"position":[[255,4]]},"458":{"position":[[3,4]]},"463":{"position":[[357,4],[472,4],[721,4]]},"746":{"position":[[8,5]]},"756":{"position":[[3,4]]},"776":{"position":[[631,4]]},"784":{"position":[[3,4]]},"816":{"position":[[1174,4]]},"826":{"position":[[402,4],[540,4]]}}}],["categori",{"_index":1270,"t":{"778":{"position":[[195,10]]}}}],["center",{"_index":1339,"t":{"789":{"position":[[75,7]]}}}],["central",{"_index":1420,"t":{"810":{"position":[[71,7]]},"822":{"position":[[690,7]]},"824":{"position":[[204,11]]}}}],["cert",{"_index":623,"t":{"465":{"position":[[349,5]]},"469":{"position":[[413,5]]},"675":{"position":[[407,5]]}}}],["certain",{"_index":1255,"t":{"776":{"position":[[672,7]]}}}],["certif",{"_index":620,"t":{"465":{"position":[[322,11],[372,11]]},"467":{"position":[[380,11],[415,11],[432,11],[460,11]]},"469":{"position":[[348,11],[367,11],[437,11],[460,11]]},"675":{"position":[[380,11],[430,11]]},"780":{"position":[[585,13]]},"810":{"position":[[164,13]]},"818":{"position":[[1587,13]]},"820":{"position":[[156,13]]}}}],["certifi",{"_index":1289,"t":{"780":{"position":[[557,9]]},"793":{"position":[[478,9]]},"820":{"position":[[120,9]]}}}],["certificate_key",{"_index":625,"t":{"465":{"position":[[372,15]]},"467":{"position":[[432,15]]},"675":{"position":[[430,15]]}}}],["chang",{"_index":792,"t":{"617":{"position":[[129,7]]},"623":{"position":[[249,7]]},"683":{"position":[[466,7]]},"697":{"position":[[66,6]]},"752":{"position":[[1318,8]]},"764":{"position":[[1545,7]]},"791":{"position":[[517,7]]},"793":{"position":[[423,8]]},"802":{"position":[[495,6]]},"810":{"position":[[441,7]]},"824":{"position":[[477,6]]},"968":{"position":[[79,6]]},"986":{"position":[[310,8]]}}}],["changed_nam",{"_index":791,"t":{"617":{"position":[[129,12]]},"623":{"position":[[249,12]]}}}],["channel",{"_index":285,"t":{"274":{"position":[[966,8]]},"280":{"position":[[96,8]]},"655":{"position":[[340,8]]},"703":{"position":[[38,8]]},"723":{"position":[[41,8]]},"733":{"position":[[41,8]]},"744":{"position":[[95,8],[897,7]]},"748":{"position":[[41,8]]},"826":{"position":[[477,7],[676,7]]},"848":{"position":[[520,8]]},"854":{"position":[[204,7]]},"856":{"position":[[373,7]]}}}],["chapter",{"_index":598,"t":{"463":{"position":[[587,7]]}}}],["charact",{"_index":911,"t":{"701":{"position":[[236,9]]}}}],["check",{"_index":156,"t":{"136":{"position":[[89,5],[341,5]]},"709":{"position":[[1544,5],[1796,5]]},"802":{"position":[[46,5]]},"810":{"position":[[390,7]]}}}],["checkpoint",{"_index":1425,"t":{"810":{"position":[[301,11]]}}}],["choos",{"_index":1049,"t":{"758":{"position":[[17,6]]},"860":{"position":[[160,6]]}}}],["circumv",{"_index":1097,"t":{"762":{"position":[[600,10]]}}}],["citat",{"_index":1093,"t":{"762":{"position":[[383,8]]}}}],["claim",{"_index":1377,"t":{"793":{"position":[[728,7]]}}}],["clarif",{"_index":1325,"t":{"782":{"position":[[21,14]]}}}],["class",{"_index":392,"t":{"280":{"position":[[391,5]]},"333":{"position":[[166,5]]},"657":{"position":[[166,5]]},"701":{"position":[[371,5]]}}}],["classif",{"_index":1295,"t":{"780":{"position":[[898,14]]}}}],["claus",{"_index":1454,"t":{"816":{"position":[[737,7]]}}}],["click",{"_index":1081,"t":{"760":{"position":[[889,5]]}}}],["client",{"_index":311,"t":{"276":{"position":[[611,6],[1034,6],[1129,6],[1426,6]]},"471":{"position":[[63,6]]},"477":{"position":[[124,7]]},"511":{"position":[[795,6]]},"653":{"position":[[572,6],[709,6],[1479,6],[1772,6]]},"669":{"position":[[394,6]]},"673":{"position":[[823,7]]},"687":{"position":[[69,7]]},"697":{"position":[[52,6]]},"709":{"position":[[561,6],[832,6]]},"746":{"position":[[674,6],[764,6]]},"766":{"position":[[54,7],[471,7]]},"768":{"position":[[360,6]]},"816":{"position":[[64,6],[116,6]]},"818":{"position":[[1161,7]]},"826":{"position":[[354,7]]}}}],["close",{"_index":1529,"t":{"831":{"position":[[362,5]]}}}],["closest",{"_index":963,"t":{"713":{"position":[[591,7]]}}}],["cloud",{"_index":1489,"t":{"822":{"position":[[879,5]]}}}],["cloudstor",{"_index":1393,"t":{"800":{"position":[[404,11]]}}}],["cluster",{"_index":1523,"t":{"829":{"position":[[71,8]]}}}],["code",{"_index":197,"t":{"210":{"position":[[17,4]]},"357":{"position":[[17,4]]},"439":{"position":[[142,4]]},"455":{"position":[[177,4],[378,4]]},"458":{"position":[[107,4]]},"460":{"position":[[20,5],[71,4]]},"463":{"position":[[459,4],[651,4],[666,4]]},"507":{"position":[[142,4]]},"669":{"position":[[255,4],[531,4]]},"780":{"position":[[2294,4]]},"870":{"position":[[1089,4]]},"942":{"position":[[143,4]]},"952":{"position":[[17,4]]},"968":{"position":[[17,4]]},"986":{"position":[[17,4]]},"1034":{"position":[[17,4]]},"1046":{"position":[[17,4]]},"1064":{"position":[[17,4]]}}}],["codifi",{"_index":1178,"t":{"764":{"position":[[1276,8]]}}}],["collabor",{"_index":1458,"t":{"816":{"position":[[1189,13]]}}}],["collect",{"_index":254,"t":{"270":{"position":[[2455,10]]},"451":{"position":[[1361,10]]},"473":{"position":[[60,10]]},"475":{"position":[[59,10]]},"764":{"position":[[937,8]]},"766":{"position":[[6,8],[253,10],[442,8],[885,10]]},"768":{"position":[[307,7]]},"776":{"position":[[49,10],[1343,9]]},"778":{"position":[[223,9]]},"780":{"position":[[942,9],[1425,10]]},"795":{"position":[[33,9]]},"814":{"position":[[130,9]]},"822":{"position":[[575,10]]}}}],["collector",{"_index":1485,"t":{"822":{"position":[[672,10]]}}}],["com",{"_index":22,"t":{"8":{"position":[[108,3]]},"12":{"position":[[291,3]]},"22":{"position":[[350,3]]},"144":{"position":[[53,3]]},"217":{"position":[[346,3]]},"219":{"position":[[409,3]]},"224":{"position":[[330,3]]},"231":{"position":[[86,3]]},"233":{"position":[[311,3]]},"242":{"position":[[305,3]]},"251":{"position":[[321,3]]},"473":{"position":[[168,3]]},"534":{"position":[[337,3]]},"539":{"position":[[334,3]]},"549":{"position":[[360,3]]},"744":{"position":[[236,3],[530,3]]},"760":{"position":[[338,3],[388,3],[451,3],[706,3]]},"854":{"position":[[140,3]]},"856":{"position":[[309,3]]},"870":{"position":[[673,3],[767,3],[831,3],[930,3]]},"976":{"position":[[66,3]]},"978":{"position":[[114,3]]},"984":{"position":[[71,3]]}}}],["combin",{"_index":400,"t":{"280":{"position":[[908,11]]},"319":{"position":[[10,11]]},"653":{"position":[[876,11]]}}}],["come",{"_index":696,"t":{"477":{"position":[[203,5]]},"513":{"position":[[110,6]]},"818":{"position":[[845,4]]}}}],["command",{"_index":658,"t":{"469":{"position":[[94,7],[134,7],[236,7]]},"760":{"position":[[33,7]]}}}],["commiss",{"_index":1453,"t":{"816":{"position":[[686,12]]}}}],["commit",{"_index":737,"t":{"523":{"position":[[37,6]]}}}],["common",{"_index":1322,"t":{"780":{"position":[[2336,6]]}}}],["commonli",{"_index":1265,"t":{"776":{"position":[[1895,8]]}}}],["commun",{"_index":353,"t":{"276":{"position":[[1894,11]]},"282":{"position":[[1897,11]]},"513":{"position":[[36,13]]},"731":{"position":[[912,11]]},"748":{"position":[[1760,11]]},"752":{"position":[[524,13]]},"774":{"position":[[320,12]]},"780":{"position":[[1360,11]]},"793":{"position":[[657,13]]},"824":{"position":[[613,13],[868,13],[1462,13]]}}}],["compani",{"_index":1141,"t":{"764":{"position":[[36,7]]},"816":{"position":[[822,9]]}}}],["compens",{"_index":1125,"t":{"762":{"position":[[1893,12]]}}}],["compet",{"_index":1330,"t":{"784":{"position":[[172,9]]}}}],["compil",{"_index":746,"t":{"523":{"position":[[151,8]]},"833":{"position":[[8,8]]}}}],["complaint",{"_index":1329,"t":{"784":{"position":[[153,9]]}}}],["complet",{"_index":1260,"t":{"776":{"position":[[1123,9]]}}}],["compli",{"_index":1128,"t":{"762":{"position":[[1967,6]]},"772":{"position":[[489,6]]},"774":{"position":[[518,9]]},"814":{"position":[[33,6]]},"818":{"position":[[942,6]]}}}],["complianc",{"_index":1462,"t":{"818":{"position":[[263,10],[444,10]]}}}],["compon",{"_index":1493,"t":{"822":{"position":[[1133,10]]},"824":{"position":[[309,9],[454,9],[773,10],[1313,9],[1488,10]]}}}],["compris",{"_index":1205,"t":{"766":{"position":[[402,8]]},"805":{"position":[[144,8]]}}}],["concept",{"_index":1398,"t":{"802":{"position":[[551,7]]},"807":{"position":[[327,7]]}}}],["concern",{"_index":1226,"t":{"770":{"position":[[295,10]]},"776":{"position":[[564,10],[989,10]]}}}],["conclus",{"_index":1452,"t":{"816":{"position":[[629,10]]},"818":{"position":[[1183,10]]}}}],["condit",{"_index":1085,"t":{"762":{"position":[[100,10],[251,10],[2069,10]]},"764":{"position":[[908,10]]},"776":{"position":[[1666,10]]},"805":{"position":[[211,12]]}}}],["conduct",{"_index":1233,"t":{"772":{"position":[[386,9]]},"780":{"position":[[2302,7]]},"786":{"position":[[226,10]]}}}],["confidenti",{"_index":1099,"t":{"762":{"position":[[696,15],[1259,15]]},"764":{"position":[[1033,15]]},"780":{"position":[[87,15],[1910,15]]},"810":{"position":[[631,15]]},"818":{"position":[[720,15]]},"824":{"position":[[1196,15]]}}}],["config",{"_index":603,"t":{"465":{"position":[[137,6]]},"467":{"position":[[818,6],[855,6]]},"469":{"position":[[536,6],[592,6],[1211,6],[1272,6],[1301,6],[1331,6],[1338,6]]},"477":{"position":[[551,6]]},"675":{"position":[[229,6]]},"1058":{"position":[[93,6]]}}}],["configur",{"_index":408,"t":{"282":{"position":[[318,10]]},"460":{"position":[[725,13]]},"465":{"position":[[63,13],[115,13],[161,13]]},"469":{"position":[[11,13],[62,13],[1160,13]]},"511":{"position":[[411,10],[728,10]]},"663":{"position":[[26,10]]},"671":{"position":[[81,11]]},"673":{"position":[[87,9]]},"675":{"position":[[23,13],[94,13]]},"707":{"position":[[674,10]]},"729":{"position":[[26,10]]},"733":{"position":[[713,10]]},"744":{"position":[[140,13],[301,13]]},"752":{"position":[[169,13],[662,13],[954,13],[1029,13],[1151,13],[1398,13],[1576,13]]},"824":{"position":[[109,9],[250,13],[396,14],[1500,11]]},"831":{"position":[[573,13]]},"848":{"position":[[53,13]]},"870":{"position":[[162,13],[1065,13]]},"972":{"position":[[31,13]]},"980":{"position":[[98,13],[512,13]]},"986":{"position":[[114,13],[390,13]]}}}],["confirm",{"_index":1253,"t":{"776":{"position":[[516,12]]},"818":{"position":[[1455,9]]}}}],["confus",{"_index":907,"t":{"701":{"position":[[160,9]]}}}],["connect",{"_index":665,"t":{"469":{"position":[[1084,7]]},"471":{"position":[[494,7]]},"653":{"position":[[1577,10]]},"723":{"position":[[336,10]]},"733":{"position":[[336,10]]},"739":{"position":[[713,10]]},"748":{"position":[[336,10]]},"766":{"position":[[226,10]]},"800":{"position":[[341,11]]},"996":{"position":[[419,10]]}}}],["consequ",{"_index":1131,"t":{"762":{"position":[[2022,12]]}}}],["consid",{"_index":917,"t":{"701":{"position":[[426,8]]}}}],["consist",{"_index":1088,"t":{"762":{"position":[[204,10]]},"810":{"position":[[317,12]]}}}],["consol",{"_index":637,"t":{"465":{"position":[[532,7]]},"467":{"position":[[797,7]]}}}],["constantli",{"_index":1284,"t":{"780":{"position":[[402,10]]},"826":{"position":[[362,10]]}}}],["consum",{"_index":202,"t":{"217":{"position":[[226,8]]},"219":{"position":[[295,8]]},"224":{"position":[[210,8]]},"231":{"position":[[49,8]]},"233":{"position":[[200,8]]},"240":{"position":[[49,8]]},"242":{"position":[[194,8]]},"249":{"position":[[13,8]]},"251":{"position":[[192,8]]},"276":{"position":[[681,8]]},"280":{"position":[[482,7],[791,7]]},"282":{"position":[[1837,7]]},"511":{"position":[[79,7]]},"534":{"position":[[217,8],[540,8],[999,8],[1400,8],[1762,8]]},"539":{"position":[[214,8],[537,8]]},"544":{"position":[[198,8],[599,8],[961,8]]},"549":{"position":[[240,8]]},"561":{"position":[[194,8]]},"573":{"position":[[194,8]]},"583":{"position":[[194,8]]},"595":{"position":[[194,8]]},"605":{"position":[[596,8],[625,8]]},"659":{"position":[[34,7],[343,7]]},"673":{"position":[[711,7],[801,8],[872,7]]},"687":{"position":[[47,8],[118,7],[196,8],[837,8],[885,8],[1043,8],[1130,8],[1156,8]]},"691":{"position":[[32,8],[285,8],[347,8],[427,7]]},"707":{"position":[[381,7],[553,9],[2212,7]]},"711":{"position":[[287,8],[357,8],[398,7]]},"713":{"position":[[801,7],[981,7]]},"721":{"position":[[128,7]]},"731":{"position":[[852,7]]},"737":{"position":[[87,8]]},"739":{"position":[[36,8],[418,7],[927,7]]},"746":{"position":[[210,7],[939,7],[954,8],[1053,8],[1123,8],[1167,8]]},"748":{"position":[[1700,7]]},"826":{"position":[[113,8]]},"833":{"position":[[436,8]]},"884":{"position":[[144,8]]},"918":{"position":[[51,7]]},"962":{"position":[[78,7]]},"980":{"position":[[78,7]]},"990":{"position":[[13,8]]},"996":{"position":[[78,7],[129,7]]},"1012":{"position":[[78,7]]},"1028":{"position":[[78,7]]},"1042":{"position":[[78,7]]},"1058":{"position":[[78,7]]},"1068":{"position":[[100,8]]},"1076":{"position":[[48,8],[1053,8],[1094,7]]}}}],["consumed_messag",{"_index":1016,"t":{"746":{"position":[[954,17],[1053,17],[1123,17],[1167,17]]}}}],["consumer_demo",{"_index":886,"t":{"687":{"position":[[196,13],[837,13],[885,13],[1156,13]]},"691":{"position":[[32,13],[285,13],[347,13]]}}}],["consumpt",{"_index":953,"t":{"711":{"position":[[296,11]]},"713":{"position":[[455,11]]},"756":{"position":[[38,11]]},"1076":{"position":[[796,11]]}}}],["consumption_r",{"_index":1594,"t":{"1076":{"position":[[796,16]]}}}],["contact",{"_index":1150,"t":{"764":{"position":[[199,7],[279,7]]},"776":{"position":[[2429,7]]},"782":{"position":[[162,7],[255,7]]},"818":{"position":[[855,7]]}}}],["contain",{"_index":38,"t":{"12":{"position":[[28,8]]},"22":{"position":[[28,8]]},"32":{"position":[[28,8]]},"42":{"position":[[28,8]]},"54":{"position":[[28,8]]},"78":{"position":[[28,8]]},"90":{"position":[[28,8]]},"106":{"position":[[28,8]]},"120":{"position":[[28,8]]},"158":{"position":[[28,8]]},"170":{"position":[[28,8]]},"184":{"position":[[28,8]]},"198":{"position":[[28,8]]},"217":{"position":[[28,8]]},"224":{"position":[[28,8]]},"233":{"position":[[28,8]]},"242":{"position":[[28,8]]},"251":{"position":[[28,8]]},"345":{"position":[[28,8]]},"411":{"position":[[28,8]]},"439":{"position":[[25,8]]},"463":{"position":[[293,8],[420,7],[609,8]]},"477":{"position":[[240,8]]},"507":{"position":[[25,8]]},"509":{"position":[[601,10]]},"534":{"position":[[28,8]]},"539":{"position":[[28,8]]},"544":{"position":[[28,8]]},"549":{"position":[[28,8]]},"561":{"position":[[28,8]]},"573":{"position":[[28,8]]},"583":{"position":[[28,8]]},"595":{"position":[[28,8]]},"609":{"position":[[28,8]]},"623":{"position":[[28,8]]},"635":{"position":[[28,8]]},"653":{"position":[[137,10],[762,8]]},"707":{"position":[[1452,7],[1725,7]]},"766":{"position":[[339,9]]},"942":{"position":[[25,8]]}}}],["content",{"_index":30,"t":{"10":{"position":[[17,7]]},"20":{"position":[[17,7]]},"30":{"position":[[17,7]]},"40":{"position":[[16,7]]},"52":{"position":[[16,7]]},"62":{"position":[[19,7]]},"76":{"position":[[16,7]]},"88":{"position":[[16,7]]},"102":{"position":[[17,7]]},"110":{"position":[[25,8]]},"116":{"position":[[16,7]]},"130":{"position":[[19,7]]},"142":{"position":[[17,7]]},"156":{"position":[[16,7]]},"168":{"position":[[16,7]]},"182":{"position":[[17,7]]},"196":{"position":[[16,7]]},"208":{"position":[[19,7]]},"215":{"position":[[16,7]]},"222":{"position":[[16,7]]},"229":{"position":[[17,7]]},"238":{"position":[[16,7]]},"247":{"position":[[17,7]]},"256":{"position":[[17,7]]},"268":{"position":[[9,7]]},"290":{"position":[[9,7]]},"299":{"position":[[9,7]]},"311":{"position":[[9,7]]},"313":{"position":[[9,7]]},"325":{"position":[[9,7]]},"327":{"position":[[9,7]]},"343":{"position":[[16,7]]},"355":{"position":[[19,7]]},"367":{"position":[[9,7]]},"379":{"position":[[9,7]]},"387":{"position":[[9,7]]},"395":{"position":[[9,7]]},"409":{"position":[[17,7]]},"421":{"position":[[9,7]]},"435":{"position":[[17,7]]},"449":{"position":[[9,7]]},"489":{"position":[[17,7]]},"503":{"position":[[9,7]]},"532":{"position":[[16,7]]},"537":{"position":[[16,7]]},"542":{"position":[[16,7]]},"547":{"position":[[16,7]]},"559":{"position":[[16,7]]},"571":{"position":[[16,7]]},"581":{"position":[[16,7]]},"593":{"position":[[16,7]]},"607":{"position":[[22,7]]},"621":{"position":[[22,7]]},"633":{"position":[[17,7]]},"645":{"position":[[19,7]]},"842":{"position":[[16,7]]},"870":{"position":[[1116,7]]},"880":{"position":[[16,7]]},"892":{"position":[[16,7]]},"902":{"position":[[16,7]]},"912":{"position":[[16,7]]},"924":{"position":[[9,7]]},"938":{"position":[[17,7]]},"950":{"position":[[19,7]]},"964":{"position":[[17,7]]},"982":{"position":[[17,7]]},"998":{"position":[[17,7]]},"1014":{"position":[[17,7]]},"1030":{"position":[[16,7]]},"1044":{"position":[[16,7]]},"1060":{"position":[[17,7]]},"1074":{"position":[[9,7]]}}}],["contentencod",{"_index":936,"t":{"707":{"position":[[1167,15]]}}}],["context",{"_index":1223,"t":{"770":{"position":[[50,7]]},"816":{"position":[[296,7]]},"818":{"position":[[296,7]]}}}],["continu",{"_index":1023,"t":{"746":{"position":[[1104,8],[1669,8],[1774,8],[1966,8],[2071,8],[2346,8]]},"818":{"position":[[751,12]]}}}],["contract",{"_index":951,"t":{"709":{"position":[[258,8]]},"816":{"position":[[1155,8]]}}}],["contractor",{"_index":1448,"t":{"816":{"position":[[451,10],[515,10],[867,10],[900,10],[1013,10],[1226,10]]}}}],["contractu",{"_index":1334,"t":{"786":{"position":[[170,11]]},"816":{"position":[[725,11],[774,11]]},"818":{"position":[[607,13]]}}}],["control",{"_index":693,"t":{"477":{"position":[[37,7]]},"762":{"position":[[642,8]]},"764":{"position":[[0,10],[186,10],[1706,10]]},"772":{"position":[[411,7]]},"774":{"position":[[631,10]]},"776":{"position":[[465,10],[942,10],[1299,10],[1538,10],[1867,10],[1992,10],[2028,10]]},"780":{"position":[[821,8],[1864,7]]},"784":{"position":[[75,10]]},"789":{"position":[[783,7]]},"791":{"position":[[129,8],[928,7]]},"793":{"position":[[610,10]]},"802":{"position":[[235,7]]},"816":{"position":[[989,7]]}}}],["cooki",{"_index":1217,"t":{"768":{"position":[[160,7],[173,7]]},"778":{"position":[[326,7]]}}}],["copi",{"_index":363,"t":{"278":{"position":[[81,6]]},"776":{"position":[[746,4]]},"793":{"position":[[196,6]]},"800":{"position":[[77,6]]}}}],["core",{"_index":1475,"t":{"822":{"position":[[34,4]]},"833":{"position":[[249,4]]}}}],["coreextens",{"_index":922,"t":{"701":{"position":[[574,14]]}}}],["corpor",{"_index":1144,"t":{"764":{"position":[[72,9]]},"818":{"position":[[482,9]]}}}],["correct",{"_index":1103,"t":{"762":{"position":[[855,7]]}}}],["corrupt",{"_index":1301,"t":{"780":{"position":[[1241,9]]}}}],["council",{"_index":1161,"t":{"764":{"position":[[500,7]]}}}],["count",{"_index":473,"t":{"305":{"position":[[150,5]]},"309":{"position":[[66,5],[184,5]]},"315":{"position":[[175,5],[247,5],[312,5]]},"323":{"position":[[66,5],[184,5]]},"329":{"position":[[111,5],[163,5],[189,5],[207,5],[237,5],[296,5],[321,5],[353,5]]}}}],["counter",{"_index":225,"t":{"270":{"position":[[190,7],[363,7],[507,7],[680,7],[836,7],[1020,7],[1189,7],[1373,7],[1542,7],[1726,7],[1895,7],[2079,7],[2244,7],[2469,8]]},"451":{"position":[[197,7],[370,7],[510,7],[683,7],[824,7],[997,7],[1151,7],[1375,8]]},"1076":{"position":[[188,7],[366,7],[507,7],[678,7]]}}}],["cours",{"_index":1466,"t":{"818":{"position":[[889,6],[1503,6]]}}}],["court",{"_index":1239,"t":{"774":{"position":[[486,5]]}}}],["cpu",{"_index":452,"t":{"284":{"position":[[51,3]]},"292":{"position":[[135,3],[383,3]]},"329":{"position":[[426,3],[672,3],[1070,3],[1309,3]]},"711":{"position":[[725,3]]}}}],["cpu_usag",{"_index":456,"t":{"292":{"position":[[135,9]]},"329":{"position":[[426,9],[1070,9]]}}}],["creat",{"_index":8,"t":{"4":{"position":[[13,7]]},"16":{"position":[[62,7]]},"22":{"position":[[47,7],[378,7]]},"32":{"position":[[47,7]]},"74":{"position":[[104,7]]},"94":{"position":[[13,7]]},"100":{"position":[[104,7]]},"106":{"position":[[47,7]]},"136":{"position":[[155,6],[224,6],[302,8]]},"158":{"position":[[134,7],[211,7],[292,7],[369,7],[450,7],[527,7]]},"170":{"position":[[124,7],[201,7]]},"174":{"position":[[13,7]]},"178":{"position":[[37,6]]},"184":{"position":[[47,7],[112,7],[189,7]]},"192":{"position":[[37,6]]},"198":{"position":[[112,7],[189,7]]},"217":{"position":[[374,7]]},"219":{"position":[[160,7],[437,7]]},"224":{"position":[[358,7]]},"233":{"position":[[65,7],[339,7]]},"242":{"position":[[333,7]]},"251":{"position":[[349,7]]},"274":{"position":[[260,8],[811,8],[1025,6]]},"276":{"position":[[1179,8]]},"280":{"position":[[155,6],[301,6],[514,6],[577,7]]},"333":{"position":[[76,6]]},"335":{"position":[[13,7]]},"341":{"position":[[37,6],[74,6]]},"345":{"position":[[47,7]]},"460":{"position":[[203,6],[269,6],[336,6],[685,6]]},"475":{"position":[[738,6],[759,6],[1315,6],[1336,6]]},"511":{"position":[[44,7]]},"525":{"position":[[42,8]]},"534":{"position":[[365,7],[824,7],[1189,7],[1266,7],[1551,7],[1628,7],[1921,7],[1998,7]]},"539":{"position":[[362,7],[727,7]]},"544":{"position":[[388,7],[465,7],[750,7],[827,7],[1120,7],[1197,7]]},"549":{"position":[[388,7]]},"561":{"position":[[478,7]]},"573":{"position":[[478,7]]},"583":{"position":[[478,7]]},"595":{"position":[[478,7]]},"599":{"position":[[13,7]]},"605":{"position":[[1001,6],[1059,6]]},"609":{"position":[[47,7],[421,7],[498,7]]},"623":{"position":[[47,7],[430,7],[507,7]]},"635":{"position":[[47,7],[326,7],[403,7]]},"651":{"position":[[220,8]]},"655":{"position":[[399,6]]},"657":{"position":[[76,6]]},"659":{"position":[[66,6],[129,7]]},"673":{"position":[[135,6],[195,6],[305,6],[549,6],[635,6],[729,6]]},"675":{"position":[[133,6]]},"677":{"position":[[328,6],[457,6],[1025,7]]},"679":{"position":[[51,6],[296,7],[373,7],[499,7]]},"681":{"position":[[184,6],[1107,7],[1184,7]]},"683":{"position":[[131,8],[184,6]]},"685":{"position":[[3,6]]},"687":{"position":[[168,6],[239,6],[709,7],[786,7],[826,6],[1289,7],[1366,7]]},"707":{"position":[[95,6],[149,6],[172,6],[430,7],[518,7],[717,6],[769,6]]},"709":{"position":[[142,7],[901,6],[1013,6],[1039,6],[1237,6],[1610,6],[1679,6],[1757,8]]},"723":{"position":[[275,6],[526,7]]},"733":{"position":[[275,6],[526,7]]},"739":{"position":[[272,7]]},"744":{"position":[[1238,6]]},"748":{"position":[[275,6],[526,7]]},"752":{"position":[[8,6],[56,7],[143,7],[636,7]]},"756":{"position":[[330,8]]},"766":{"position":[[285,8]]},"768":{"position":[[198,8]]},"831":{"position":[[256,6]]},"836":{"position":[[13,7]]},"840":{"position":[[37,6],[88,6]]},"848":{"position":[[27,7]]},"860":{"position":[[0,8]]},"870":{"position":[[136,7]]},"986":{"position":[[88,7]]}}}],["created_bi",{"_index":186,"t":{"158":{"position":[[211,10],[369,10],[527,10]]},"170":{"position":[[201,10]]},"184":{"position":[[189,10]]},"198":{"position":[[189,10]]},"219":{"position":[[160,10]]},"534":{"position":[[1266,10],[1628,10],[1998,10]]},"544":{"position":[[465,10],[827,10],[1197,10]]},"609":{"position":[[498,10]]},"623":{"position":[[507,10]]},"635":{"position":[[403,10]]},"679":{"position":[[373,10],[499,10]]},"681":{"position":[[1184,10]]},"687":{"position":[[786,10],[1366,10]]}}}],["created_on",{"_index":90,"t":{"22":{"position":[[378,10]]},"158":{"position":[[134,10],[292,10],[450,10]]},"170":{"position":[[124,10]]},"184":{"position":[[112,10]]},"198":{"position":[[112,10]]},"217":{"position":[[374,10]]},"219":{"position":[[437,10]]},"224":{"position":[[358,10]]},"233":{"position":[[339,10]]},"242":{"position":[[333,10]]},"251":{"position":[[349,10]]},"534":{"position":[[365,10],[824,10],[1189,10],[1551,10],[1921,10]]},"539":{"position":[[362,10],[727,10]]},"544":{"position":[[388,10],[750,10],[1120,10]]},"549":{"position":[[388,10]]},"561":{"position":[[478,10]]},"573":{"position":[[478,10]]},"583":{"position":[[478,10]]},"595":{"position":[[478,10]]},"609":{"position":[[421,10]]},"623":{"position":[[430,10]]},"635":{"position":[[326,10]]},"677":{"position":[[1025,10]]},"679":{"position":[[296,10]]},"681":{"position":[[1107,10]]},"687":{"position":[[709,10],[1289,10]]}}}],["createdon",{"_index":1541,"t":{"846":{"position":[[160,9]]},"852":{"position":[[534,9]]},"856":{"position":[[386,9]]},"894":{"position":[[197,9],[389,9]]},"904":{"position":[[197,9]]},"914":{"position":[[198,9]]}}}],["creation",{"_index":715,"t":{"511":{"position":[[437,8]]},"669":{"position":[[663,8],[748,8]]},"709":{"position":[[1182,8]]}}}],["credenti",{"_index":1101,"t":{"762":{"position":[[754,11],[993,11],[1071,10]]},"780":{"position":[[2092,11]]}}}],["criteria",{"_index":1170,"t":{"764":{"position":[[891,8]]}}}],["critic",{"_index":1417,"t":{"807":{"position":[[359,11]]}}}],["crt",{"_index":624,"t":{"465":{"position":[[365,3]]},"469":{"position":[[386,3],[429,3]]},"675":{"position":[[423,3]]}}}],["crud",{"_index":784,"t":{"605":{"position":[[534,4]]},"673":{"position":[[486,4]]}}}],["cryptographi",{"_index":1388,"t":{"797":{"position":[[307,12]]}}}],["curl",{"_index":27,"t":{"10":{"position":[[0,4]]},"20":{"position":[[0,4]]},"30":{"position":[[0,4]]},"40":{"position":[[0,4]]},"52":{"position":[[0,4]]},"62":{"position":[[0,4]]},"76":{"position":[[0,4]]},"88":{"position":[[0,4]]},"102":{"position":[[0,4]]},"116":{"position":[[0,4]]},"130":{"position":[[0,4]]},"142":{"position":[[0,4]]},"156":{"position":[[0,4]]},"168":{"position":[[0,4]]},"182":{"position":[[0,4]]},"196":{"position":[[0,4]]},"208":{"position":[[0,4]]},"215":{"position":[[0,4]]},"222":{"position":[[0,4]]},"229":{"position":[[0,4]]},"238":{"position":[[0,4]]},"247":{"position":[[0,4]]},"256":{"position":[[0,4]]},"268":{"position":[[0,4]]},"290":{"position":[[0,4]]},"299":{"position":[[0,4]]},"311":{"position":[[0,4]]},"313":{"position":[[0,4]]},"325":{"position":[[0,4]]},"327":{"position":[[0,4]]},"343":{"position":[[0,4]]},"355":{"position":[[0,4]]},"367":{"position":[[0,4]]},"379":{"position":[[0,4]]},"387":{"position":[[0,4]]},"395":{"position":[[0,4]]},"409":{"position":[[0,4]]},"421":{"position":[[0,4]]},"435":{"position":[[0,4]]},"449":{"position":[[0,4]]},"489":{"position":[[0,4]]},"503":{"position":[[0,4]]},"532":{"position":[[0,4]]},"537":{"position":[[0,4]]},"542":{"position":[[0,4]]},"547":{"position":[[0,4]]},"559":{"position":[[0,4]]},"571":{"position":[[0,4]]},"581":{"position":[[0,4]]},"593":{"position":[[0,4]]},"607":{"position":[[5,4]]},"621":{"position":[[5,4]]},"633":{"position":[[0,4]]},"645":{"position":[[0,4]]},"842":{"position":[[0,4]]},"870":{"position":[[0,4]]},"880":{"position":[[0,4]]},"892":{"position":[[0,4]]},"902":{"position":[[0,4]]},"912":{"position":[[0,4]]},"924":{"position":[[0,4]]},"938":{"position":[[0,4]]},"950":{"position":[[0,4]]},"964":{"position":[[0,4]]},"982":{"position":[[0,4]]},"998":{"position":[[0,4]]},"1014":{"position":[[0,4]]},"1030":{"position":[[0,4]]},"1044":{"position":[[0,4]]},"1060":{"position":[[0,4]]},"1074":{"position":[[0,4]]}}}],["current",{"_index":686,"t":{"475":{"position":[[478,9]]},"653":{"position":[[1747,9]]},"665":{"position":[[581,7]]},"697":{"position":[[4,7],[191,9]]},"713":{"position":[[302,7],[356,7],[897,7],[923,7]]},"739":{"position":[[516,9],[883,9]]},"818":{"position":[[1369,7]]},"996":{"position":[[227,9],[589,9]]},"1022":{"position":[[38,7]]},"1026":{"position":[[24,7]]},"1032":{"position":[[24,7]]},"1052":{"position":[[26,7]]}}}],["custom",{"_index":1418,"t":{"807":{"position":[[375,8]]},"812":{"position":[[288,8]]}}}],["d",{"_index":143,"t":{"102":{"position":[[49,1]]},"116":{"position":[[48,1]]},"142":{"position":[[49,1]]},"182":{"position":[[50,1]]},"196":{"position":[[49,1]]},"229":{"position":[[50,1]]},"238":{"position":[[49,1]]},"247":{"position":[[50,1]]},"355":{"position":[[52,1]]},"409":{"position":[[50,1]]},"435":{"position":[[50,1]]},"489":{"position":[[50,1]]},"607":{"position":[[55,1]]},"621":{"position":[[55,1]]},"842":{"position":[[49,1]]},"938":{"position":[[50,1]]},"964":{"position":[[50,1]]},"982":{"position":[[50,1]]},"998":{"position":[[50,1]]},"1014":{"position":[[50,1]]},"1030":{"position":[[49,1]]},"1060":{"position":[[50,1]]}}}],["d4cb2e350c61",{"_index":79,"t":{"22":{"position":[[119,12]]}}}],["daili",{"_index":247,"t":{"270":{"position":[[2211,5]]},"305":{"position":[[136,5]]},"307":{"position":[[17,5]]},"309":{"position":[[52,5],[170,5]]},"315":{"position":[[195,5],[271,5],[336,5]]},"323":{"position":[[52,5],[170,5]]},"329":{"position":[[132,5],[258,5]]},"451":{"position":[[1118,5]]},"711":{"position":[[196,5],[538,5],[853,5],[936,5]]}}}],["data",{"_index":176,"t":{"144":{"position":[[244,4],[277,4]]},"276":{"position":[[1012,4]]},"280":{"position":[[923,4]]},"319":{"position":[[100,4]]},"407":{"position":[[72,4],[184,4]]},"451":{"position":[[1037,4]]},"467":{"position":[[225,4]]},"653":{"position":[[891,4],[1073,4],[1078,4]]},"667":{"position":[[62,4],[248,4],[664,4],[669,4]]},"707":{"position":[[1139,4],[1230,4],[1564,4],[1574,4],[1599,4],[1752,4],[1948,4],[2097,4],[2232,4]]},"709":{"position":[[539,4]]},"746":{"position":[[1151,4],[2212,4]]},"762":{"position":[[199,4],[1383,4]]},"764":{"position":[[604,4],[642,4],[656,4],[998,4],[1384,4],[1701,4],[1720,4],[1787,4],[1809,4],[1915,4],[2198,4]]},"766":{"position":[[42,4],[430,4],[489,4],[636,4],[831,4]]},"768":{"position":[[108,4],[367,4]]},"770":{"position":[[13,4]]},"772":{"position":[[40,4],[274,4]]},"774":{"position":[[74,4],[294,4],[626,4]]},"776":{"position":[[137,4],[226,4],[341,4],[407,4],[559,4],[660,4],[767,4],[900,4],[984,4],[1065,4],[1118,4],[1253,4],[1338,4],[1494,4],[1590,4],[1621,4],[1725,4],[1747,4],[1805,4],[1976,4],[2061,4],[2233,4],[2278,4],[2362,4]]},"778":{"position":[[13,4],[218,4],[273,4],[289,4]]},"780":{"position":[[27,4],[207,4],[656,4],[865,4],[929,4],[996,4],[1027,4],[1159,4],[1197,4],[1214,4],[1623,4],[1756,4],[2159,4],[2234,4],[2254,4]]},"782":{"position":[[144,4],[273,4]]},"784":{"position":[[70,4],[96,4],[216,4]]},"786":{"position":[[220,4]]},"789":{"position":[[70,4]]},"791":{"position":[[37,4]]},"793":{"position":[[49,4],[92,4],[175,4],[343,4],[446,4]]},"795":{"position":[[28,4],[343,4],[435,4]]},"797":{"position":[[61,4],[166,4],[356,4]]},"800":{"position":[[56,4],[199,4],[492,4]]},"802":{"position":[[111,4],[164,4],[395,4],[513,4]]},"805":{"position":[[32,4],[396,4]]},"807":{"position":[[0,4],[139,4]]},"810":{"position":[[100,4],[285,4],[349,4],[497,4],[651,4],[665,4]]},"812":{"position":[[115,4],[390,4],[630,4],[690,4]]},"814":{"position":[[63,4],[122,4],[186,4]]},"816":{"position":[[32,4],[581,4],[601,4],[657,4],[786,4],[935,4],[1125,4]]},"818":{"position":[[381,4],[581,4],[684,4],[800,4],[877,4],[954,4],[974,4],[1199,4],[1302,4]]},"822":{"position":[[597,4]]},"826":{"position":[[71,4],[388,4],[447,4]]},"829":{"position":[[508,4]]},"833":{"position":[[360,4],[431,4],[465,4]]},"848":{"position":[[962,4],[1322,4],[1533,4]]},"1002":{"position":[[134,4]]},"1076":{"position":[[718,4]]}}}],["databas",{"_index":645,"t":{"467":{"position":[[337,8]]},"469":{"position":[[931,8]]},"802":{"position":[[355,8]]},"807":{"position":[[16,9]]},"822":{"position":[[474,8]]}}}],["datastor",{"_index":644,"t":{"467":{"position":[[311,9],[363,9]]},"469":{"position":[[911,9],[986,9]]},"473":{"position":[[78,9]]},"475":{"position":[[77,9]]}}}],["date",{"_index":477,"t":{"309":{"position":[[6,4],[18,4],[124,4],[136,4]]},"313":{"position":[[84,4],[104,4]]},"323":{"position":[[6,4],[18,4],[124,4],[136,4]]},"327":{"position":[[83,4],[103,4]]},"762":{"position":[[873,4]]}}}],["day",{"_index":258,"t":{"270":{"position":[[2538,3]]},"276":{"position":[[1313,4]]},"451":{"position":[[1444,3]]},"713":{"position":[[1126,4]]}}}],["db",{"_index":617,"t":{"465":{"position":[[305,2]]},"467":{"position":[[334,2]]},"469":{"position":[[901,2]]},"675":{"position":[[363,2]]},"778":{"position":[[516,2]]}}}],["dba38fd1a45337a617a59e7278c756f23642e9e7",{"_index":890,"t":{"687":{"position":[[1182,40]]}}}],["deadlin",{"_index":840,"t":{"669":{"position":[[8,8],[292,8],[365,8],[601,8]]},"956":{"position":[[42,8],[81,8],[136,8]]},"962":{"position":[[159,8]]},"968":{"position":[[65,8]]}}}],["deal",{"_index":171,"t":{"144":{"position":[[128,7]]},"278":{"position":[[338,5]]}}}],["decid",{"_index":1048,"t":{"758":{"position":[[7,6],[183,8]]},"860":{"position":[[150,6],[326,8]]}}}],["decis",{"_index":1240,"t":{"774":{"position":[[492,8]]}}}],["declar",{"_index":1082,"t":{"762":{"position":[[29,7]]},"848":{"position":[[581,8]]}}}],["declin",{"_index":97,"t":{"26":{"position":[[13,8]]},"28":{"position":[[31,7]]},"30":{"position":[[87,7]]}}}],["decod",{"_index":997,"t":{"744":{"position":[[1076,7]]},"746":{"position":[[605,7]]},"848":{"position":[[847,6]]}}}],["decoupl",{"_index":434,"t":{"282":{"position":[[1701,8]]},"731":{"position":[[716,8]]},"748":{"position":[[1564,8]]}}}],["deem",{"_index":1180,"t":{"764":{"position":[[1515,6]]}}}],["default",{"_index":335,"t":{"276":{"position":[[1297,7]]},"309":{"position":[[83,7],[201,7],[297,7]]},"323":{"position":[[83,7],[201,7],[297,7]]},"373":{"position":[[453,7]]},"467":{"position":[[244,7],[716,8],[785,8]]},"469":{"position":[[325,7],[391,7],[488,7],[752,7],[803,7],[946,7],[1012,7],[1096,7]]},"475":{"position":[[442,7]]},"527":{"position":[[259,7]]},"605":{"position":[[425,7]]},"653":{"position":[[1543,7]]},"669":{"position":[[352,7]]},"673":{"position":[[377,7]]},"707":{"position":[[491,7]]},"739":{"position":[[554,7],[679,7]]},"758":{"position":[[602,7]]},"814":{"position":[[96,7],[256,7]]},"848":{"position":[[654,7]]},"858":{"position":[[175,7]]},"860":{"position":[[745,7]]},"884":{"position":[[481,7]]},"980":{"position":[[262,7]]},"996":{"position":[[265,7],[385,7]]}}}],["defin",{"_index":319,"t":{"276":{"position":[[815,6]]},"280":{"position":[[1089,6]]},"349":{"position":[[25,7]]},"369":{"position":[[55,7]]},"675":{"position":[[214,7]]},"677":{"position":[[387,6],[769,7]]},"681":{"position":[[549,7]]},"709":{"position":[[164,7],[342,6]]},"737":{"position":[[133,7]]},"762":{"position":[[272,7]]},"818":{"position":[[653,7]]}}}],["definit",{"_index":303,"t":{"276":{"position":[[415,10],[465,10]]},"469":{"position":[[852,10]]},"473":{"position":[[427,10]]},"681":{"position":[[492,10]]},"709":{"position":[[636,10],[686,10]]},"786":{"position":[[284,11]]}}}],["degrad",{"_index":369,"t":{"278":{"position":[[193,11]]}}}],["delet",{"_index":114,"t":{"58":{"position":[[13,7]]},"60":{"position":[[0,6]]},"62":{"position":[[8,6]]},"124":{"position":[[13,7]]},"126":{"position":[[0,6]]},"128":{"position":[[103,7]]},"130":{"position":[[8,6]]},"202":{"position":[[13,7]]},"204":{"position":[[0,6]]},"206":{"position":[[37,6]]},"208":{"position":[[8,6]]},"282":{"position":[[1276,6]]},"349":{"position":[[13,7],[59,6]]},"351":{"position":[[0,6]]},"353":{"position":[[37,6],[74,6]]},"355":{"position":[[8,6]]},"475":{"position":[[837,6],[858,6],[894,6],[1433,6],[1454,6],[1497,6]]},"605":{"position":[[1020,6],[1078,6]]},"639":{"position":[[13,7]]},"641":{"position":[[0,6]]},"645":{"position":[[8,6]]},"665":{"position":[[294,6]]},"731":{"position":[[291,6]]},"748":{"position":[[1139,6]]},"766":{"position":[[947,7]]},"778":{"position":[[462,7],[503,7]]},"793":{"position":[[331,8],[437,8]]},"797":{"position":[[245,8]]},"802":{"position":[[424,8],[506,6]]},"944":{"position":[[13,7],[56,6]]},"946":{"position":[[0,6]]},"948":{"position":[[78,6]]},"950":{"position":[[8,6]]}}}],["deliv",{"_index":393,"t":{"280":{"position":[[409,9],[1006,9]]},"282":{"position":[[143,7],[1846,7]]},"333":{"position":[[184,9]]},"511":{"position":[[479,9]]},"653":{"position":[[426,9],[974,9]]},"657":{"position":[[184,9]]},"661":{"position":[[137,7]]},"727":{"position":[[143,7]]},"731":{"position":[[861,7]]},"748":{"position":[[719,7],[1709,7]]},"758":{"position":[[271,9],[424,9]]},"818":{"position":[[196,9]]},"826":{"position":[[439,7],[650,9]]},"860":{"position":[[414,9],[567,9]]}}}],["deliveri",{"_index":292,"t":{"276":{"position":[[103,8]]},"278":{"position":[[60,8]]},"282":{"position":[[40,8],[58,8],[169,8],[353,10],[705,8]]},"511":{"position":[[607,10]]},"661":{"position":[[44,8],[62,8],[163,8]]},"663":{"position":[[61,10],[413,8]]},"669":{"position":[[48,8]]},"727":{"position":[[40,8],[58,8],[169,8]]},"729":{"position":[[61,10],[413,8]]},"733":{"position":[[584,8],[748,10],[1100,8]]},"748":{"position":[[616,8],[634,8],[745,8]]}}}],["demand",{"_index":301,"t":{"276":{"position":[[378,6],[1139,6],[1747,6]]},"280":{"position":[[318,6],[597,6]]},"333":{"position":[[93,6]]},"657":{"position":[[93,6]]},"659":{"position":[[149,6]]},"709":{"position":[[599,6]]}}}],["demo",{"_index":862,"t":{"677":{"position":[[507,4],[566,4],[876,4]]},"679":{"position":[[10,4],[87,4],[137,4],[243,4],[288,4],[387,4],[433,4],[514,4]]},"681":{"position":[[223,4],[238,4],[303,4],[447,4],[844,4],[930,4],[986,4],[1198,4]]},"683":{"position":[[229,4],[250,4],[302,4],[404,4],[495,4]]},"685":{"position":[[73,4],[88,4],[136,4],[244,4],[302,4],[350,4]]},"687":{"position":[[145,4],[187,4],[205,4],[222,4],[260,4],[309,4],[443,4],[528,4],[584,4],[801,4],[846,4],[894,4],[1027,4],[1111,4],[1165,4],[1381,4]]},"689":{"position":[[42,4],[81,4],[154,4],[279,4],[342,4]]},"691":{"position":[[41,4],[85,4],[165,4],[294,4],[356,4]]}}}],["demo_service_admin",{"_index":861,"t":{"677":{"position":[[507,18],[566,18],[876,18]]},"679":{"position":[[10,18],[387,18],[514,18]]},"681":{"position":[[238,18],[1198,18]]},"687":{"position":[[145,18],[801,18],[1381,18]]}}}],["demoadmin",{"_index":874,"t":{"681":{"position":[[394,9],[1056,9]]}}}],["democonsum",{"_index":889,"t":{"687":{"position":[[971,12],[1235,12]]}}}],["demopublish",{"_index":887,"t":{"687":{"position":[[386,13],[654,13]]}}}],["depend",{"_index":1066,"t":{"760":{"position":[[296,12]]}}}],["deploy",{"_index":349,"t":{"276":{"position":[[1735,8]]},"671":{"position":[[97,9]]},"805":{"position":[[344,10]]},"822":{"position":[[346,9]]}}}],["desc",{"_index":781,"t":{"603":{"position":[[183,4]]},"609":{"position":[[391,4]]},"617":{"position":[[234,4]]},"623":{"position":[[400,4]]}}}],["desc1",{"_index":26,"t":{"8":{"position":[[154,5]]},"12":{"position":[[260,5]]}}}],["desca",{"_index":758,"t":{"534":{"position":[[752,5]]},"561":{"position":[[406,5]]},"573":{"position":[[406,5]]},"583":{"position":[[406,5]]},"595":{"position":[[406,5]]}}}],["describ",{"_index":597,"t":{"463":{"position":[[574,9]]},"671":{"position":[[14,9]]},"681":{"position":[[620,8]]},"713":{"position":[[243,8]]},"764":{"position":[[715,9]]},"770":{"position":[[123,9]]},"776":{"position":[[369,9],[797,9]]},"786":{"position":[[14,9]]}}}],["descript",{"_index":25,"t":{"8":{"position":[[139,11]]},"12":{"position":[[245,11]]},"22":{"position":[[245,11]]},"42":{"position":[[196,11]]},"54":{"position":[[220,11]]},"158":{"position":[[234,11],[392,11],[550,11]]},"170":{"position":[[224,11]]},"180":{"position":[[3,11],[28,11]]},"184":{"position":[[212,11]]},"188":{"position":[[47,11]]},"194":{"position":[[30,11],[55,11]]},"198":{"position":[[212,11],[227,11]]},"270":{"position":[[348,11],[665,11],[1005,11],[1358,11],[1711,11],[2064,11],[2438,11]]},"292":{"position":[[333,11],[656,11]]},"329":{"position":[[622,11],[945,11],[1259,11],[1575,11]]},"451":{"position":[[355,11],[668,11],[982,11],[1344,11],[1683,11]]},"463":{"position":[[684,11]]},"467":{"position":[[10,11]]},"473":{"position":[[258,11]]},"475":{"position":[[211,11],[510,11]]},"534":{"position":[[737,11]]},"561":{"position":[[391,11]]},"573":{"position":[[391,11]]},"583":{"position":[[391,11]]},"595":{"position":[[391,11]]},"603":{"position":[[168,11]]},"605":{"position":[[356,11],[906,11]]},"609":{"position":[[376,11]]},"617":{"position":[[219,11]]},"623":{"position":[[385,11]]},"653":{"position":[[5,11]]},"667":{"position":[[428,11]]},"679":{"position":[[220,11],[409,11]]},"831":{"position":[[109,11]]},"1076":{"position":[[351,11],[663,11],[994,11]]}}}],["design",{"_index":700,"t":{"509":{"position":[[32,8]]},"701":{"position":[[440,6]]},"791":{"position":[[142,8]]},"814":{"position":[[82,6],[242,6]]},"824":{"position":[[36,8]]}}}],["desir",{"_index":649,"t":{"467":{"position":[[697,7]]},"469":{"position":[[678,7]]},"707":{"position":[[1557,6]]},"746":{"position":[[547,7]]}}}],["despit",{"_index":955,"t":{"713":{"position":[[46,7]]}}}],["destin",{"_index":998,"t":{"744":{"position":[[1118,11]]},"826":{"position":[[309,11]]},"848":{"position":[[899,11]]}}}],["destruct",{"_index":1278,"t":{"780":{"position":[[247,11]]},"805":{"position":[[69,11]]},"816":{"position":[[1110,11]]}}}],["detail",{"_index":514,"t":{"361":{"position":[[22,7]]},"369":{"position":[[40,7]]},"477":{"position":[[54,6]]},"653":{"position":[[1275,8]]},"667":{"position":[[844,8]]},"677":{"position":[[1214,7]]},"679":{"position":[[548,7]]},"681":{"position":[[1229,7]]},"683":{"position":[[514,7]]},"685":{"position":[[466,7]]},"687":{"position":[[1412,7]]},"695":{"position":[[119,8]]},"707":{"position":[[119,7],[2369,7]]},"709":{"position":[[991,7],[1215,7],[1395,7],[1878,7],[2022,7]]},"764":{"position":[[11,7],[207,7],[241,7],[287,7]]},"831":{"position":[[466,8]]},"833":{"position":[[226,8]]}}}],["detect",{"_index":1303,"t":{"780":{"position":[[1310,8]]},"791":{"position":[[675,9],[776,9]]},"805":{"position":[[168,9]]},"812":{"position":[[222,9],[343,9]]}}}],["determin",{"_index":667,"t":{"471":{"position":[[33,11],[138,11]]}}}],["devel",{"_index":813,"t":{"653":{"position":[[1333,5]]},"695":{"position":[[177,5]]},"760":{"position":[[737,5]]},"831":{"position":[[304,5]]}}}],["develop",{"_index":1062,"t":{"760":{"position":[[207,11],[546,10]]},"795":{"position":[[202,11]]}}}],["dgfnzwxvc8t8cg",{"_index":177,"t":{"144":{"position":[[285,14]]}}}],["dictionari",{"_index":807,"t":{"653":{"position":[[1138,10]]},"667":{"position":[[141,10],[718,10]]}}}],["diesel",{"_index":1407,"t":{"805":{"position":[[326,6]]}}}],["differ",{"_index":375,"t":{"278":{"position":[[349,9]]},"282":{"position":[[2186,9]]},"509":{"position":[[154,9],[398,9]]},"795":{"position":[[47,9]]},"822":{"position":[[24,9],[336,9],[662,9]]},"824":{"position":[[299,9],[329,6],[763,9],[920,9]]},"829":{"position":[[629,9]]}}}],["digit",{"_index":1510,"t":{"824":{"position":[[1153,7]]}}}],["dilig",{"_index":1450,"t":{"816":{"position":[[536,9]]}}}],["dir",{"_index":661,"t":{"469":{"position":[[543,3],[1218,3],[1279,3]]}}}],["directli",{"_index":1195,"t":{"764":{"position":[[2255,8]]}}}],["directori",{"_index":662,"t":{"469":{"position":[[554,9],[1179,9]]},"791":{"position":[[388,9]]}}}],["disabl",{"_index":1559,"t":{"858":{"position":[[271,8]]},"980":{"position":[[396,8]]}}}],["disclos",{"_index":1116,"t":{"762":{"position":[[1568,9]]},"774":{"position":[[52,8]]},"776":{"position":[[2260,8]]}}}],["disclosur",{"_index":1385,"t":{"797":{"position":[[206,10]]},"818":{"position":[[1020,10]]}}}],["disk",{"_index":1410,"t":{"805":{"position":[[377,4]]}}}],["display",{"_index":239,"t":{"270":{"position":[[376,8],[693,8],[1033,8],[1386,8],[1739,8],[2092,8]]},"292":{"position":[[370,8],[693,8]]},"329":{"position":[[659,8],[982,8],[1296,8],[1612,8]]},"451":{"position":[[383,8],[696,8],[1010,8],[1710,8]]},"469":{"position":[[161,9]]},"711":{"position":[[325,8],[581,8]]},"744":{"position":[[827,9]]},"822":{"position":[[487,8]]},"1076":{"position":[[379,8],[691,8],[1021,8]]}}}],["disrupt",{"_index":1346,"t":{"789":{"position":[[197,11]]}}}],["dissemin",{"_index":1282,"t":{"780":{"position":[[300,13]]}}}],["distinct",{"_index":1148,"t":{"764":{"position":[[155,11]]}}}],["distribut",{"_index":706,"t":{"509":{"position":[[263,11]]},"829":{"position":[[136,11]]}}}],["doc",{"_index":905,"t":{"701":{"position":[[142,4]]},"760":{"position":[[815,4]]}}}],["document",{"_index":847,"t":{"671":{"position":[[5,8]]},"786":{"position":[[5,8]]},"795":{"position":[[323,9]]},"810":{"position":[[79,13]]},"812":{"position":[[413,10]]},"816":{"position":[[472,13]]},"831":{"position":[[475,13]]}}}],["doe",{"_index":679,"t":{"473":{"position":[[164,3]]}}}],["doesn",{"_index":580,"t":{"460":{"position":[[368,5],[508,5]]},"509":{"position":[[450,5]]}}}],["domain",{"_index":1127,"t":{"762":{"position":[[1920,6]]},"764":{"position":[[2049,6]]}}}],["don",{"_index":880,"t":{"683":{"position":[[20,3]]},"746":{"position":[[1393,3]]}}}],["doorbel",{"_index":1351,"t":{"789":{"position":[[404,8]]}}}],["doubl",{"_index":1055,"t":{"758":{"position":[[500,7]]},"860":{"position":[[643,7]]}}}],["download",{"_index":1071,"t":{"760":{"position":[[487,8]]}}}],["dpa",{"_index":1332,"t":{"784":{"position":[[253,3]]},"818":{"position":[[1226,3]]}}}],["dpia",{"_index":1432,"t":{"810":{"position":[[700,4]]}}}],["dpo",{"_index":1151,"t":{"764":{"position":[[215,3]]},"782":{"position":[[298,3]]},"810":{"position":[[522,3]]},"812":{"position":[[592,3]]},"818":{"position":[[406,3]]}}}],["dqnnhlabegeib",{"_index":1582,"t":{"1002":{"position":[[43,14]]},"1010":{"position":[[15,14]]},"1016":{"position":[[15,14]]}}}],["draft",{"_index":933,"t":{"707":{"position":[[997,5]]}}}],["drive",{"_index":1415,"t":{"807":{"position":[[226,6]]}}}],["dropper",{"_index":1300,"t":{"780":{"position":[[1187,8]]}}}],["due",{"_index":386,"t":{"278":{"position":[[493,3]]},"816":{"position":[[532,3]]}}}],["duplic",{"_index":720,"t":{"511":{"position":[[653,9]]}}}],["durabl",{"_index":358,"t":{"278":{"position":[[0,10],[30,10]]}}}],["dure",{"_index":566,"t":{"458":{"position":[[17,6]]},"463":{"position":[[499,6]]},"653":{"position":[[559,6]]},"669":{"position":[[58,6],[643,6]]},"693":{"position":[[52,6]]},"699":{"position":[[52,6]]},"709":{"position":[[1171,6]]},"766":{"position":[[854,6]]},"776":{"position":[[42,6]]},"780":{"position":[[1251,6]]},"793":{"position":[[247,6]]},"800":{"position":[[128,6]]}}}],["dynam",{"_index":428,"t":{"282":{"position":[[1470,11]]},"665":{"position":[[488,11]]},"731":{"position":[[485,11]]},"748":{"position":[[1333,11]]},"758":{"position":[[89,7]]},"860":{"position":[[232,7]]}}}],["e",{"_index":219,"t":{"262":{"position":[[72,1]]},"443":{"position":[[74,1]]},"705":{"position":[[179,1]]},"715":{"position":[[179,1]]},"725":{"position":[[179,1]]},"735":{"position":[[184,1]]},"746":{"position":[[1701,1],[1769,1],[1803,1],[1896,1],[1998,1],[2066,1],[2281,1],[2341,1],[2468,1],[2542,1],[2570,1],[2633,1]]},"750":{"position":[[179,1]]},"762":{"position":[[767,1]]},"768":{"position":[[245,1]]},"778":{"position":[[383,1],[438,1]]},"782":{"position":[[209,1],[339,1]]},"802":{"position":[[312,1]]},"829":{"position":[[172,1]]},"1068":{"position":[[81,1]]}}}],["e1",{"_index":168,"t":{"144":{"position":[[42,2]]}}}],["e2epush",{"_index":497,"t":{"329":{"position":[[92,7]]}}}],["each",{"_index":257,"t":{"270":{"position":[[2533,4]]},"276":{"position":[[547,4],[835,4]]},"280":{"position":[[641,4],[688,4],[876,4]]},"305":{"position":[[160,4]]},"451":{"position":[[1439,4]]},"455":{"position":[[0,4],[69,4]]},"463":{"position":[[747,4],[816,4]]},"471":{"position":[[569,4]]},"473":{"position":[[417,4],[481,4],[550,4]]},"477":{"position":[[168,4]]},"509":{"position":[[546,4],[592,4]]},"511":{"position":[[119,4],[197,4],[509,4],[541,4],[673,4],[884,4]]},"653":{"position":[[82,4],[128,4]]},"659":{"position":[[193,4],[240,4],[428,4]]},"667":{"position":[[30,4]]},"681":{"position":[[67,4],[629,4]]},"683":{"position":[[84,4]]},"707":{"position":[[1482,4]]},"709":{"position":[[362,4],[768,4]]},"713":{"position":[[190,4]]},"723":{"position":[[72,4]]},"733":{"position":[[72,4]]},"748":{"position":[[72,4]]},"776":{"position":[[67,4],[151,4]]},"795":{"position":[[237,4]]},"848":{"position":[[854,4]]},"858":{"position":[[124,4]]}}}],["eas",{"_index":286,"t":{"276":{"position":[[0,4]]}}}],["easi",{"_index":1512,"t":{"824":{"position":[[1573,4]]}}}],["easili",{"_index":289,"t":{"276":{"position":[[67,6]]},"509":{"position":[[367,6]]}}}],["edit",{"_index":331,"t":{"276":{"position":[[1207,7]]},"465":{"position":[[49,4]]}}}],["educ",{"_index":1323,"t":{"780":{"position":[[2380,9]]}}}],["effect",{"_index":1183,"t":{"764":{"position":[[1566,9]]},"766":{"position":[[595,11]]},"778":{"position":[[187,6]]},"810":{"position":[[229,13]]},"816":{"position":[[979,9]]},"818":{"position":[[1482,13]]}}}],["effici",{"_index":1525,"t":{"829":{"position":[[124,11]]}}}],["egi",{"_index":699,"t":{"489":{"position":[[88,3]]},"503":{"position":[[67,3]]},"822":{"position":[[807,3]]}}}],["elaps",{"_index":1051,"t":{"758":{"position":[[213,6],[298,7],[451,7]]},"860":{"position":[[356,6],[441,7],[594,7]]}}}],["electron",{"_index":1175,"t":{"764":{"position":[[1209,10]]},"800":{"position":[[135,10]]}}}],["elig",{"_index":697,"t":{"477":{"position":[[283,8]]},"683":{"position":[[118,8]]}}}],["email",{"_index":19,"t":{"8":{"position":[[86,5]]},"12":{"position":[[269,5]]},"22":{"position":[[328,5]]},"42":{"position":[[221,5]]},"50":{"position":[[24,5]]},"54":{"position":[[245,5]]},"78":{"position":[[258,5],[378,5]]},"90":{"position":[[289,5],[409,5],[616,5],[736,5]]},"104":{"position":[[94,5],[216,5]]},"106":{"position":[[262,5],[382,5]]},"118":{"position":[[141,5],[263,5]]},"120":{"position":[[256,5],[376,5]]},"144":{"position":[[33,5]]},"217":{"position":[[327,5]]},"219":{"position":[[390,5]]},"224":{"position":[[311,5]]},"231":{"position":[[66,5],[75,5]]},"233":{"position":[[291,5],[300,5]]},"242":{"position":[[285,5],[294,5]]},"251":{"position":[[301,5],[310,5]]},"473":{"position":[[149,5],[284,5],[297,5]]},"534":{"position":[[318,5],[781,5],[794,5],[1146,5],[1159,5],[1508,5],[1521,5],[1878,5],[1891,5]]},"539":{"position":[[315,5],[684,5],[697,5]]},"544":{"position":[[345,5],[358,5],[707,5],[720,5],[1077,5],[1090,5]]},"549":{"position":[[341,5]]},"561":{"position":[[435,5],[448,5]]},"573":{"position":[[435,5],[448,5]]},"583":{"position":[[435,5],[448,5]]},"595":{"position":[[435,5],[448,5]]},"603":{"position":[[72,5],[85,5]]},"605":{"position":[[112,5],[126,5]]},"609":{"position":[[280,5],[293,5]]},"617":{"position":[[244,5],[257,5]]},"619":{"position":[[112,5],[126,5]]},"623":{"position":[[289,5],[302,5]]},"635":{"position":[[284,5],[297,5]]},"677":{"position":[[629,5],[951,5]]},"681":{"position":[[386,5],[1047,5]]},"687":{"position":[[378,5],[645,5],[963,5],[1226,5]]},"776":{"position":[[828,5],[2476,5]]},"778":{"position":[[486,5]]},"831":{"position":[[70,5],[190,5],[408,5]]}}}],["emerg",{"_index":1406,"t":{"805":{"position":[[316,9]]}}}],["employ",{"_index":1229,"t":{"772":{"position":[[202,10]]},"791":{"position":[[492,10]]}}}],["employe",{"_index":1358,"t":{"789":{"position":[[571,9],[611,9]]},"791":{"position":[[304,9]]},"810":{"position":[[144,9]]},"816":{"position":[[913,9]]},"818":{"position":[[637,9],[737,9]]}}}],["empti",{"_index":150,"t":{"132":{"position":[[31,5]]},"210":{"position":[[31,5]]},"258":{"position":[[0,5]]},"282":{"position":[[828,5]]},"357":{"position":[[31,5]]},"467":{"position":[[775,5]]},"647":{"position":[[36,5]]},"653":{"position":[[1757,5]]},"663":{"position":[[536,5]]},"689":{"position":[[292,5]]},"691":{"position":[[307,5]]},"697":{"position":[[201,5]]},"707":{"position":[[1710,5],[1746,5]]},"729":{"position":[[536,5]]},"733":{"position":[[1223,5]]},"739":{"position":[[526,5],[893,5]]},"952":{"position":[[31,5]]},"968":{"position":[[31,5]]},"986":{"position":[[31,5]]},"996":{"position":[[237,5],[599,5]]},"1034":{"position":[[31,5]]},"1064":{"position":[[31,5]]}}}],["emul",{"_index":835,"t":{"667":{"position":[[553,8]]}}}],["enabl",{"_index":272,"t":{"274":{"position":[[348,7]]},"276":{"position":[[400,7],[1807,7],[1967,6]]},"282":{"position":[[1665,7],[1815,7]]},"467":{"position":[[504,6],[592,7]]},"469":{"position":[[716,6]]},"655":{"position":[[133,7]]},"673":{"position":[[115,6]]},"675":{"position":[[545,7],[729,6]]},"709":{"position":[[621,7]]},"731":{"position":[[680,7],[830,7]]},"744":{"position":[[5,7],[1187,7],[1263,7]]},"746":{"position":[[346,7]]},"748":{"position":[[1528,7],[1678,7]]},"752":{"position":[[22,7],[405,7],[1355,7]]},"756":{"position":[[346,7]]},"760":{"position":[[866,7]]},"776":{"position":[[170,7]]},"824":{"position":[[83,7],[714,7]]},"826":{"position":[[216,7]]},"860":{"position":[[16,7]]},"986":{"position":[[347,7]]}}}],["enact",{"_index":1172,"t":{"764":{"position":[[1132,7]]}}}],["encod",{"_index":161,"t":{"136":{"position":[[253,8]]},"144":{"position":[[188,7]]},"407":{"position":[[213,7],[352,7]]},"653":{"position":[[1098,7]]},"667":{"position":[[689,7]]},"701":{"position":[[598,8]]},"707":{"position":[[1619,7],[1658,8],[2295,7]]},"709":{"position":[[1708,8]]},"744":{"position":[[992,7]]}}}],["encode64",{"_index":903,"t":{"701":{"position":[[92,8],[271,8],[385,8],[616,9]]}}}],["encount",{"_index":895,"t":{"693":{"position":[[40,11]]},"699":{"position":[[40,11]]}}}],["encrypt",{"_index":1296,"t":{"780":{"position":[[969,10],[1121,10],[1134,10]]},"793":{"position":[[456,9],[492,10]]},"800":{"position":[[331,9]]},"824":{"position":[[1137,10]]}}}],["end",{"_index":381,"t":{"278":{"position":[[433,3]]},"309":{"position":[[120,3]]},"313":{"position":[[100,3]]},"323":{"position":[[120,3]]},"327":{"position":[[99,3]]},"509":{"position":[[75,3],[231,3],[432,3],[675,3]]},"653":{"position":[[211,3]]},"766":{"position":[[962,3]]}}}],["end_dat",{"_index":480,"t":{"309":{"position":[[120,8]]},"313":{"position":[[100,8]]},"323":{"position":[[120,8]]},"327":{"position":[[99,8]]}}}],["endpoint",{"_index":421,"t":{"282":{"position":[[1091,8]]},"301":{"position":[[132,8]]},"401":{"position":[[18,8]]},"653":{"position":[[798,8]]},"665":{"position":[[109,8]]},"731":{"position":[[106,8]]},"746":{"position":[[861,8],[1415,8],[1485,8]]},"748":{"position":[[954,8]]},"752":{"position":[[304,8],[462,8],[493,8],[803,8],[924,8],[1000,8],[1055,8],[1206,8],[1336,8]]},"754":{"position":[[50,9]]},"760":{"position":[[184,8],[560,8],[766,8]]},"831":{"position":[[446,8]]},"848":{"position":[[188,8],[334,8],[419,9],[718,8],[1195,8]]},"850":{"position":[[106,8]]},"858":{"position":[[157,8]]},"864":{"position":[[82,8]]},"870":{"position":[[297,8],[375,8],[472,8],[610,8],[645,8],[705,8]]},"976":{"position":[[31,8]]},"980":{"position":[[150,8]]},"984":{"position":[[31,8]]},"986":{"position":[[249,8],[328,8]]}}}],["enforc",{"_index":1138,"t":{"762":{"position":[[2253,11]]},"774":{"position":[[385,11],[474,9]]}}}],["engag",{"_index":1399,"t":{"802":{"position":[[642,7]]},"807":{"position":[[571,7]]}}}],["engin",{"_index":1492,"t":{"822":{"position":[[1117,6]]},"829":{"position":[[411,7]]},"842":{"position":[[118,6]]},"846":{"position":[[74,6]]},"852":{"position":[[50,6]]},"856":{"position":[[50,6]]},"870":{"position":[[70,6]]},"894":{"position":[[94,6]]},"904":{"position":[[94,6]]},"950":{"position":[[106,6]]},"964":{"position":[[118,6]]},"982":{"position":[[117,6]]},"998":{"position":[[118,6]]},"1014":{"position":[[117,6]]},"1030":{"position":[[117,6]]},"1044":{"position":[[104,6]]},"1060":{"position":[[118,6]]}}}],["engine2",{"_index":1569,"t":{"894":{"position":[[285,7]]},"914":{"position":[[94,7]]}}}],["enough",{"_index":1321,"t":{"780":{"position":[[2186,6]]}}}],["ensur",{"_index":325,"t":{"276":{"position":[[1005,6]]},"282":{"position":[[1405,6]]},"665":{"position":[[423,6]]},"709":{"position":[[532,6]]},"731":{"position":[[420,6]]},"748":{"position":[[1268,6]]},"764":{"position":[[1072,7]]},"780":{"position":[[74,7],[1602,6]]},"793":{"position":[[11,6]]},"795":{"position":[[6,7]]},"800":{"position":[[35,6]]},"802":{"position":[[16,6]]},"805":{"position":[[11,6]]},"810":{"position":[[452,6]]},"816":{"position":[[11,6],[1092,8]]}}}],["enter",{"_index":1215,"t":{"768":{"position":[[9,8]]},"793":{"position":[[413,8]]},"802":{"position":[[125,7],[488,5]]}}}],["entiti",{"_index":179,"t":{"150":{"position":[[40,8]]},"673":{"position":[[221,8]]},"772":{"position":[[140,8],[330,8]]},"774":{"position":[[162,8]]},"826":{"position":[[102,6]]}}}],["entitl",{"_index":1120,"t":{"762":{"position":[[1805,8]]},"776":{"position":[[1081,8],[1510,8]]}}}],["entranc",{"_index":1356,"t":{"789":{"position":[[472,9],[483,8]]}}}],["entri",{"_index":1396,"t":{"802":{"position":[[400,5]]},"822":{"position":[[940,5]]}}}],["entrust",{"_index":1469,"t":{"818":{"position":[[1091,9]]}}}],["environ",{"_index":1063,"t":{"760":{"position":[[219,11]]},"795":{"position":[[291,12],[309,12]]}}}],["environment",{"_index":1338,"t":{"789":{"position":[[44,13],[165,13]]}}}],["eosc",{"_index":728,"t":{"513":{"position":[[125,4],[159,4]]},"822":{"position":[[156,4]]},"833":{"position":[[378,4]]}}}],["equal",{"_index":1584,"t":{"1038":{"position":[[70,5]]}}}],["equip",{"_index":1319,"t":{"780":{"position":[[2108,9]]}}}],["eras",{"_index":1248,"t":{"776":{"position":[[286,5]]}}}],["erasur",{"_index":1262,"t":{"776":{"position":[[1240,7],[1314,7]]}}}],["error",{"_index":66,"t":{"14":{"position":[[24,6],[51,6]]},"24":{"position":[[24,6],[51,6]]},"34":{"position":[[24,6],[51,6]]},"44":{"position":[[24,6],[51,6]]},"56":{"position":[[24,6],[51,6]]},"66":{"position":[[24,6],[51,6]]},"80":{"position":[[24,6],[51,6]]},"92":{"position":[[24,6],[51,6]]},"108":{"position":[[24,6],[51,6]]},"122":{"position":[[24,6],[51,6]]},"134":{"position":[[24,6],[51,6]]},"148":{"position":[[24,6],[51,6]]},"160":{"position":[[24,6],[51,6]]},"172":{"position":[[24,6],[51,6]]},"186":{"position":[[24,6],[51,6]]},"200":{"position":[[24,6],[51,6]]},"212":{"position":[[24,6],[51,6]]},"226":{"position":[[24,6],[51,6]]},"235":{"position":[[24,6],[51,6]]},"244":{"position":[[24,6],[51,6]]},"253":{"position":[[24,6],[51,6]]},"260":{"position":[[24,6],[51,6]]},"272":{"position":[[24,6],[51,6]]},"276":{"position":[[1393,5]]},"282":{"position":[[806,5]]},"294":{"position":[[24,6],[51,6]]},"303":{"position":[[24,6],[51,6]]},"317":{"position":[[24,6],[51,6]]},"331":{"position":[[24,6],[51,6]]},"347":{"position":[[24,6],[51,6]]},"359":{"position":[[24,6],[51,6]]},"371":{"position":[[24,6],[51,6]]},"399":{"position":[[24,6],[51,6]]},"413":{"position":[[24,6],[51,6]]},"425":{"position":[[24,6],[51,6]]},"439":{"position":[[107,5],[131,5]]},"441":{"position":[[24,6],[51,6]]},"453":{"position":[[24,6],[51,6]]},"455":{"position":[[166,5],[367,5]]},"458":{"position":[[11,5],[96,5]]},"460":{"position":[[14,5],[43,6],[65,5]]},"463":{"position":[[368,5],[400,5],[453,5],[595,6],[660,5],[678,5],[738,6]]},"493":{"position":[[24,6],[51,6]]},"507":{"position":[[107,5],[131,5],[258,6],[285,6]]},"551":{"position":[[24,6],[51,6]]},"563":{"position":[[24,6],[51,6]]},"575":{"position":[[24,6],[51,6]]},"585":{"position":[[24,6],[51,6]]},"597":{"position":[[24,6],[51,6]]},"611":{"position":[[24,6],[51,6]]},"625":{"position":[[24,6],[51,6]]},"637":{"position":[[24,6],[51,6]]},"649":{"position":[[24,6],[51,6]]},"663":{"position":[[514,5]]},"669":{"position":[[486,5],[520,5]]},"729":{"position":[[514,5]]},"733":{"position":[[1201,5]]},"746":{"position":[[1711,5],[1813,5],[2008,5],[2291,5],[2478,5],[2580,5]]},"862":{"position":[[24,6],[51,6]]},"872":{"position":[[24,6],[51,6]]},"882":{"position":[[24,6],[51,6]]},"916":{"position":[[24,6],[51,6]]},"928":{"position":[[24,6],[51,6]]},"942":{"position":[[108,5],[132,5],[259,6],[286,6]]},"954":{"position":[[24,6],[51,6]]},"970":{"position":[[24,6],[51,6]]},"988":{"position":[[24,6],[51,6]]},"1004":{"position":[[24,6],[51,6]]},"1020":{"position":[[24,6],[51,6]]},"1036":{"position":[[24,6],[51,6]]},"1050":{"position":[[24,6],[51,6]]},"1066":{"position":[[24,6],[51,6]]},"1078":{"position":[[24,6],[51,6]]}}}],["especi",{"_index":323,"t":{"276":{"position":[[947,10]]},"709":{"position":[[474,10]]},"816":{"position":[[555,10]]}}}],["establish",{"_index":1333,"t":{"786":{"position":[[66,11]]},"802":{"position":[[56,9]]},"810":{"position":[[823,11]]},"812":{"position":[[47,11]]},"816":{"position":[[187,11]]},"818":{"position":[[319,11]]}}}],["etc",{"_index":340,"t":{"276":{"position":[[1415,3]]},"282":{"position":[[2414,3]]},"465":{"position":[[337,3],[391,3]]},"467":{"position":[[932,3]]},"469":{"position":[[401,3],[498,3]]},"675":{"position":[[395,3],[449,3]]},"768":{"position":[[408,3]]}}}],["ethnic",{"_index":1221,"t":{"768":{"position":[[383,6]]}}}],["eu",{"_index":1158,"t":{"764":{"position":[[449,2]]},"816":{"position":[[713,2]]}}}],["eurocert",{"_index":1291,"t":{"780":{"position":[[605,8]]}}}],["european",{"_index":1157,"t":{"764":{"position":[[428,8],[469,8]]}}}],["evalu",{"_index":1285,"t":{"780":{"position":[[413,9]]},"816":{"position":[[376,10]]}}}],["even",{"_index":857,"t":{"677":{"position":[[188,4]]},"797":{"position":[[220,4]]}}}],["event",{"_index":295,"t":{"276":{"position":[[147,5]]},"451":{"position":[[1792,6]]},"711":{"position":[[406,6],[663,6]]},"776":{"position":[[2311,5]]},"782":{"position":[[91,5]]},"797":{"position":[[197,5]]},"807":{"position":[[151,5]]},"826":{"position":[[172,5]]},"1076":{"position":[[1102,6]]}}}],["eventu",{"_index":401,"t":{"280":{"position":[[995,10]]},"653":{"position":[[963,10]]}}}],["everyth",{"_index":929,"t":{"707":{"position":[[5,10]]}}}],["ex",{"_index":316,"t":{"276":{"position":[[734,2],[1380,2]]},"679":{"position":[[77,2]]},"822":{"position":[[357,2]]}}}],["examin",{"_index":1027,"t":{"746":{"position":[[1323,9]]}}}],["exampl",{"_index":21,"t":{"8":{"position":[[100,7]]},"12":{"position":[[283,7]]},"22":{"position":[[342,7]]},"144":{"position":[[45,7]]},"219":{"position":[[175,7]]},"465":{"position":[[153,7]]},"469":{"position":[[1236,7]]},"605":{"position":[[180,7]]},"619":{"position":[[180,7]]},"675":{"position":[[589,7]]},"677":{"position":[[649,7],[972,7]]},"681":{"position":[[409,7],[798,7],[1071,7]]},"687":{"position":[[405,7],[673,7],[989,7],[1253,7]]},"701":{"position":[[255,7]]},"707":{"position":[[1813,7]]},"713":{"position":[[847,7]]},"744":{"position":[[337,7],[522,7]]},"756":{"position":[[113,7]]},"758":{"position":[[558,7]]},"760":{"position":[[660,7],[743,8]]},"776":{"position":[[2199,7]]},"826":{"position":[[508,7]]},"829":{"position":[[85,7],[239,7]]},"831":{"position":[[498,8]]},"860":{"position":[[701,7]]},"870":{"position":[[624,7],[665,7],[759,7],[823,7],[922,7]]},"976":{"position":[[58,7]]},"980":{"position":[[620,7]]},"984":{"position":[[63,7]]}}}],["exce",{"_index":939,"t":{"707":{"position":[[1640,6]]}}}],["except",{"_index":1030,"t":{"746":{"position":[[1678,6],[1783,6],[1790,9],[1975,6],[2258,6],[2445,6],[2547,6]]}}}],["exchang",{"_index":950,"t":{"709":{"position":[[109,9]]},"780":{"position":[[1149,9]]},"822":{"position":[[208,8],[306,8]]},"824":{"position":[[1257,9]]},"829":{"position":[[556,8]]}}}],["exclus",{"_index":1207,"t":{"766":{"position":[[505,11]]}}}],["execut",{"_index":656,"t":{"467":{"position":[[899,10]]},"870":{"position":[[393,7]]}}}],["exercis",{"_index":1246,"t":{"776":{"position":[[181,8],[2371,8]]}}}],["exist",{"_index":194,"t":{"188":{"position":[[66,8]]},"276":{"position":[[1218,8]]},"439":{"position":[[53,8],[200,5]]},"460":{"position":[[177,6],[196,6],[243,6],[262,6],[376,5],[516,5]]},"469":{"position":[[1355,5]]},"475":{"position":[[868,8],[1464,8]]},"507":{"position":[[53,8],[200,5]]},"613":{"position":[[24,8]]},"627":{"position":[[26,8]]},"639":{"position":[[24,8]]},"739":{"position":[[146,5]]},"764":{"position":[[1414,5]]},"826":{"position":[[198,9]]},"942":{"position":[[53,8],[201,5]]},"990":{"position":[[143,5]]}}}],["expect",{"_index":157,"t":{"136":{"position":[[140,8]]},"276":{"position":[[433,8],[483,8]]},"709":{"position":[[654,8],[704,8],[1595,8]]},"848":{"position":[[734,6],[1211,6]]}}}],["expir",{"_index":1387,"t":{"797":{"position":[[265,7]]}}}],["explain",{"_index":682,"t":{"473":{"position":[[464,9]]}}}],["explicit",{"_index":841,"t":{"669":{"position":[[183,8]]}}}],["explicitli",{"_index":165,"t":{"136":{"position":[[379,10]]},"282":{"position":[[652,10],[871,10]]},"663":{"position":[[360,10],[579,10]]},"709":{"position":[[1834,10]]},"729":{"position":[[360,10],[579,10]]},"733":{"position":[[1047,10],[1266,10]]}}}],["express",{"_index":391,"t":{"280":{"position":[[379,7]]},"333":{"position":[[154,7]]},"657":{"position":[[154,7]]}}}],["extent",{"_index":1208,"t":{"766":{"position":[[566,6]]},"797":{"position":[[89,6]]},"802":{"position":[[211,6]]},"805":{"position":[[127,6]]},"807":{"position":[[71,6]]},"810":{"position":[[415,6]]},"812":{"position":[[66,6]]},"816":{"position":[[215,6]]}}}],["extern",{"_index":1446,"t":{"816":{"position":[[271,8]]},"818":{"position":[[1566,8]]}}}],["extinguish",{"_index":1402,"t":{"805":{"position":[[192,13]]}}}],["f9f2e8c5f02lbcc94fe76b0d3cfa5d20d9365444",{"_index":738,"t":{"523":{"position":[[47,40]]}}}],["fa7ae01bbebc",{"_index":47,"t":{"12":{"position":[[122,12]]},"534":{"position":[[478,12],[937,12]]},"539":{"position":[[475,12]]},"544":{"position":[[136,12]]},"561":{"position":[[132,12]]},"573":{"position":[[132,12]]},"583":{"position":[[132,12]]},"593":{"position":[[103,12]]},"595":{"position":[[132,12]]},"609":{"position":[[119,12]]},"623":{"position":[[122,12]]},"635":{"position":[[122,12]]}}}],["fa7ae01bbebw",{"_index":201,"t":{"217":{"position":[[163,12]]},"219":{"position":[[232,12]]},"224":{"position":[[147,12]]},"233":{"position":[[137,12]]},"242":{"position":[[131,12]]},"251":{"position":[[129,12]]},"534":{"position":[[154,12]]},"539":{"position":[[151,12]]},"549":{"position":[[177,12]]}}}],["fa7ae01bbebz",{"_index":790,"t":{"617":{"position":[[35,12]]}}}],["fa7ae01bberr",{"_index":763,"t":{"534":{"position":[[1325,12]]},"544":{"position":[[524,12]]}}}],["fa7ae01bbfrt",{"_index":766,"t":{"534":{"position":[[1687,12]]},"544":{"position":[[886,12]]}}}],["facil",{"_index":635,"t":{"465":{"position":[[507,10]]},"467":{"position":[[740,10]]},"789":{"position":[[96,10]]},"791":{"position":[[685,10]]}}}],["fact",{"_index":956,"t":{"713":{"position":[[58,4]]}}}],["fail",{"_index":378,"t":{"278":{"position":[[387,7]]}}}],["failur",{"_index":382,"t":{"278":{"position":[[444,8]]},"463":{"position":[[379,7]]}}}],["fals",{"_index":853,"t":{"675":{"position":[[555,5]]},"739":{"position":[[454,5]]},"852":{"position":[[452,5]]},"976":{"position":[[201,5]]},"996":{"position":[[165,5]]}}}],["far",{"_index":1118,"t":{"762":{"position":[[1674,3]]},"797":{"position":[[174,3]]}}}],["fast",{"_index":1520,"t":{"826":{"position":[[721,4]]}}}],["featur",{"_index":327,"t":{"276":{"position":[[1069,7],[1660,8]]},"477":{"position":[[497,7]]},"824":{"position":[[1088,8]]},"833":{"position":[[254,8]]}}}],["fedcloud",{"_index":1488,"t":{"822":{"position":[[830,8]]},"829":{"position":[[177,8]]}}}],["feder",{"_index":1479,"t":{"822":{"position":[[251,10]]},"824":{"position":[[4,10],[119,9],[502,10],[1279,10],[1324,10]]}}}],["feel",{"_index":1320,"t":{"780":{"position":[[2172,4]]}}}],["field",{"_index":147,"t":{"110":{"position":[[80,6]]},"144":{"position":[[249,5]]},"653":{"position":[[1465,5],[1678,5]]},"667":{"position":[[422,5]]},"669":{"position":[[720,5]]},"681":{"position":[[534,5],[562,5]]},"697":{"position":[[122,5]]},"707":{"position":[[1757,5]]},"739":{"position":[[669,5],[814,5]]},"848":{"position":[[253,5],[575,5],[800,5],[1147,5]]},"996":{"position":[[375,5],[520,5]]}}}],["file",{"_index":602,"t":{"465":{"position":[[77,4],[129,4]]},"467":{"position":[[427,4]]},"469":{"position":[[25,4],[379,4],[476,4],[599,4],[1174,4]]},"784":{"position":[[146,4]]}}}],["fill",{"_index":1527,"t":{"831":{"position":[[33,4]]}}}],["filter",{"_index":1438,"t":{"812":{"position":[[187,7]]},"826":{"position":[[564,6]]}}}],["final",{"_index":1234,"t":{"772":{"position":[[459,7]]}}}],["find",{"_index":941,"t":{"707":{"position":[[1805,4]]},"713":{"position":[[622,4]]},"752":{"position":[[368,4],[865,4],[1532,4]]}}}],["finer",{"_index":694,"t":{"477":{"position":[[48,5]]}}}],["fire",{"_index":1400,"t":{"805":{"position":[[153,4],[187,4]]}}}],["firewal",{"_index":1370,"t":{"791":{"position":[[755,9]]},"800":{"position":[[302,9]]},"802":{"position":[[345,8]]},"812":{"position":[[172,8]]}}}],["first",{"_index":16,"t":{"8":{"position":[[32,5],[46,5]]},"12":{"position":[[167,5],[181,5]]},"22":{"position":[[175,5]]},"42":{"position":[[122,5]]},"54":{"position":[[146,5]]},"280":{"position":[[508,5]]},"465":{"position":[[4,5]]},"467":{"position":[[845,5]]},"509":{"position":[[187,5]]},"534":{"position":[[667,5]]},"561":{"position":[[321,5]]},"573":{"position":[[321,5]]},"583":{"position":[[321,5]]},"595":{"position":[[321,5]]},"603":{"position":[[94,5]]},"609":{"position":[[302,5]]},"617":{"position":[[145,5]]},"623":{"position":[[311,5]]},"659":{"position":[[60,5]]},"675":{"position":[[144,5],[184,5]]},"677":{"position":[[49,5],[86,5]]},"679":{"position":[[62,5],[237,5],[427,5]]},"744":{"position":[[1070,5]]},"746":{"position":[[58,5]]},"756":{"position":[[166,5],[221,5]]},"758":{"position":[[157,5],[571,5]]},"860":{"position":[[300,5],[714,5]]},"1038":{"position":[[39,5]]}}}],["first_nam",{"_index":15,"t":{"8":{"position":[[32,10]]},"12":{"position":[[167,10]]},"22":{"position":[[175,10]]},"42":{"position":[[122,10]]},"54":{"position":[[146,10]]},"534":{"position":[[667,10]]},"561":{"position":[[321,10]]},"573":{"position":[[321,10]]},"583":{"position":[[321,10]]},"595":{"position":[[321,10]]},"603":{"position":[[94,10]]},"609":{"position":[[302,10]]},"617":{"position":[[145,10]]},"623":{"position":[[311,10]]}}}],["firsta",{"_index":755,"t":{"534":{"position":[[681,6]]},"561":{"position":[[335,6]]},"573":{"position":[[335,6]]},"583":{"position":[[335,6]]},"595":{"position":[[335,6]]}}}],["flag",{"_index":995,"t":{"744":{"position":[[1005,4]]}}}],["flask",{"_index":1078,"t":{"760":{"position":[[752,5]]}}}],["flask_receive_endpoint",{"_index":1077,"t":{"760":{"position":[[752,22]]}}}],["flexibl",{"_index":1500,"t":{"824":{"position":[[698,11]]}}}],["float64",{"_index":458,"t":{"292":{"position":[[191,7],[514,7]]},"329":{"position":[[482,7],[803,7],[1126,7],[1440,7]]},"451":{"position":[[1547,7]]},"1076":{"position":[[853,7]]}}}],["flow",{"_index":427,"t":{"282":{"position":[[1452,4],[1494,4]]},"665":{"position":[[470,4],[512,4]]},"707":{"position":[[65,4]]},"731":{"position":[[467,4],[509,4]]},"748":{"position":[[1315,4],[1357,4]]},"826":{"position":[[415,4]]}}}],["fname",{"_index":83,"t":{"22":{"position":[[189,5]]},"603":{"position":[[108,5]]},"609":{"position":[[316,5]]},"617":{"position":[[159,5]]},"623":{"position":[[325,5]]}}}],["focus",{"_index":265,"t":{"274":{"position":[[121,8],[249,7],[664,8],[800,7]]},"651":{"position":[[81,8],[209,7]]}}}],["folder",{"_index":655,"t":{"467":{"position":[[882,6]]}}}],["follow",{"_index":216,"t":{"262":{"position":[[4,9]]},"373":{"position":[[356,9]]},"415":{"position":[[4,9]]},"427":{"position":[[4,9]]},"439":{"position":[[97,9]]},"443":{"position":[[4,9]]},"455":{"position":[[131,9],[332,9]]},"458":{"position":[[75,9]]},"460":{"position":[[4,9]]},"469":{"position":[[274,7]]},"473":{"position":[[111,9]]},"475":{"position":[[110,9],[302,9]]},"483":{"position":[[4,9]]},"495":{"position":[[4,9]]},"507":{"position":[[97,9]]},"527":{"position":[[162,9]]},"605":{"position":[[315,9],[872,9]]},"667":{"position":[[217,7]]},"669":{"position":[[499,9]]},"673":{"position":[[75,6]]},"677":{"position":[[605,9]]},"679":{"position":[[196,9]]},"681":{"position":[[362,9]]},"707":{"position":[[43,9],[942,9]]},"709":{"position":[[233,6],[865,6]]},"717":{"position":[[67,9]]},"719":{"position":[[4,9]]},"721":{"position":[[4,9]]},"739":{"position":[[354,9]]},"744":{"position":[[1144,9]]},"746":{"position":[[415,9]]},"754":{"position":[[17,9]]},"760":{"position":[[675,9]]},"762":{"position":[[90,9]]},"764":{"position":[[1968,9]]},"766":{"position":[[100,9]]},"772":{"position":[[105,9]]},"780":{"position":[[1568,6]]},"831":{"position":[[0,6]]},"848":{"position":[[765,9],[1242,9]]},"870":{"position":[[405,9]]},"884":{"position":[[376,9]]},"930":{"position":[[4,9]]},"942":{"position":[[98,9]]},"1068":{"position":[[4,9]]}}}],["foo",{"_index":459,"t":{"292":{"position":[[253,3],[576,3]]},"534":{"position":[[790,3],[1155,3],[1517,3],[1887,3]]},"539":{"position":[[693,3]]},"544":{"position":[[354,3],[716,3],[1086,3]]},"561":{"position":[[444,3]]},"573":{"position":[[444,3]]},"583":{"position":[[444,3]]},"595":{"position":[[444,3]]},"603":{"position":[[81,3]]},"609":{"position":[[289,3]]},"617":{"position":[[253,3]]},"623":{"position":[[298,3]]},"635":{"position":[[293,3]]},"677":{"position":[[657,3],[980,3]]},"681":{"position":[[417,3],[1079,3]]},"687":{"position":[[413,3],[681,3],[997,3],[1261,3]]},"1002":{"position":[[123,3]]}}}],["forbidden",{"_index":565,"t":{"455":{"position":[[429,9],[452,9]]},"460":{"position":[[1122,9],[1155,9],[1192,9]]}}}],["form",{"_index":588,"t":{"463":{"position":[[122,4]]},"705":{"position":[[118,4]]},"715":{"position":[[118,4]]},"725":{"position":[[118,4]]},"735":{"position":[[123,4]]},"750":{"position":[[118,4]]},"780":{"position":[[337,4]]},"818":{"position":[[698,6]]},"831":{"position":[[45,4]]}}}],["formal",{"_index":1442,"t":{"812":{"position":[[509,10]]}}}],["format",{"_index":532,"t":{"407":{"position":[[231,6]]},"475":{"position":[[312,6]]},"653":{"position":[[1266,6]]},"667":{"position":[[207,6],[835,6]]},"669":{"position":[[509,6]]},"695":{"position":[[110,6]]},"709":{"position":[[89,6],[194,6]]},"746":{"position":[[492,6],[555,6],[639,9],[702,6],[802,6],[1356,6],[1588,6],[1750,6],[1877,6],[2047,6],[2082,6],[2117,9],[2137,6],[2217,9],[2330,6],[2523,6],[2622,6]]},"776":{"position":[[1930,6]]},"1042":{"position":[[115,6]]}}}],["format_messag",{"_index":1007,"t":{"746":{"position":[[492,14],[2137,14]]}}}],["formatted_messag",{"_index":1032,"t":{"746":{"position":[[2117,17],[2217,17]]}}}],["forward",{"_index":978,"t":{"744":{"position":[[64,7],[851,9],[931,9]]},"826":{"position":[[282,7]]},"848":{"position":[[381,7],[483,7]]}}}],["found",{"_index":543,"t":{"439":{"position":[[122,5],[223,5]]},"460":{"position":[[390,5],[530,5]]},"507":{"position":[[122,5],[223,5]]},"870":{"position":[[1029,5]]},"942":{"position":[[123,5],[224,5]]}}}],["framework",{"_index":1455,"t":{"816":{"position":[[751,9]]}}}],["free",{"_index":1165,"t":{"764":{"position":[[620,4]]}}}],["fresh",{"_index":850,"t":{"673":{"position":[[8,5]]}}}],["fulfil",{"_index":1267,"t":{"776":{"position":[[2214,11]]}}}],["full",{"_index":647,"t":{"467":{"position":[[600,4]]},"469":{"position":[[877,4]]}}}],["fulli",{"_index":1245,"t":{"776":{"position":[[164,5]]},"818":{"position":[[1283,5]]}}}],["function",{"_index":435,"t":{"282":{"position":[[1719,13],[1774,13],[2312,15],[2453,13]]},"713":{"position":[[116,13]]},"719":{"position":[[59,13]]},"723":{"position":[[395,8]]},"731":{"position":[[734,13],[789,13]]},"733":{"position":[[395,8]]},"744":{"position":[[47,13]]},"746":{"position":[[452,13],[509,8],[567,8]]},"748":{"position":[[395,8],[1582,13],[1637,13]]},"760":{"position":[[87,13]]},"791":{"position":[[185,9],[532,9]]},"810":{"position":[[473,11]]}}}],["further",{"_index":860,"t":{"677":{"position":[[379,7]]},"816":{"position":[[1054,7]]},"818":{"position":[[1106,7]]}}}],["furthermor",{"_index":1214,"t":{"766":{"position":[[813,11]]}}}],["futur",{"_index":11,"t":{"4":{"position":[[46,6]]},"276":{"position":[[1597,6]]},"833":{"position":[[383,6]]}}}],["g",{"_index":220,"t":{"262":{"position":[[74,1]]},"443":{"position":[[76,1]]},"762":{"position":[[769,1]]},"802":{"position":[[314,1]]},"829":{"position":[[174,1]]},"1068":{"position":[[83,1]]}}}],["gain",{"_index":1364,"t":{"791":{"position":[[215,6]]}}}],["garbag",{"_index":321,"t":{"276":{"position":[[918,7]]},"709":{"position":[[445,7]]}}}],["gather",{"_index":1484,"t":{"822":{"position":[[648,8]]}}}],["gc",{"_index":747,"t":{"523":{"position":[[163,2]]}}}],["gdpr",{"_index":1167,"t":{"764":{"position":[[685,4],[1163,4]]},"786":{"position":[[317,4]]},"810":{"position":[[814,4]]},"814":{"position":[[28,4]]},"818":{"position":[[1257,4]]}}}],["gdprteam",{"_index":1328,"t":{"782":{"position":[[355,8]]}}}],["gener",{"_index":702,"t":{"509":{"position":[[54,7]]},"653":{"position":[[1041,9],[1302,9]]},"667":{"position":[[470,9],[871,9]]},"677":{"position":[[1106,9]]},"695":{"position":[[146,9]]},"707":{"position":[[57,7]]},"711":{"position":[[761,7]]},"744":{"position":[[717,9]]},"752":{"position":[[206,8],[698,9]]},"764":{"position":[[648,7]]},"805":{"position":[[333,10]]},"822":{"position":[[745,8]]},"833":{"position":[[157,7]]},"848":{"position":[[90,8]]},"858":{"position":[[64,9],[238,9]]},"870":{"position":[[199,8]]},"980":{"position":[[363,9],[556,8]]},"986":{"position":[[151,8]]}}}],["get",{"_index":454,"t":{"286":{"position":[[13,4]]},"361":{"position":[[13,4]]},"833":{"position":[[264,7]]}}}],["get_data",{"_index":1024,"t":{"746":{"position":[[1147,8]]}}}],["ghj32",{"_index":945,"t":{"707":{"position":[[2069,5]]}}}],["github",{"_index":1067,"t":{"760":{"position":[[310,6],[331,6],[381,6],[444,6],[699,6],[836,6]]},"764":{"position":[[1620,6],[2077,6]]}}}],["give",{"_index":891,"t":{"689":{"position":[[12,4]]},"691":{"position":[[12,4]]},"719":{"position":[[24,5]]},"721":{"position":[[24,5]]},"826":{"position":[[239,5]]}}}],["given",{"_index":123,"t":{"70":{"position":[[51,5]]},"82":{"position":[[45,5]]},"90":{"position":[[60,5]]},"174":{"position":[[44,5]]},"305":{"position":[[70,5]]},"315":{"position":[[85,5]]},"335":{"position":[[42,5]]},"415":{"position":[[75,5]]},"427":{"position":[[62,5]]},"479":{"position":[[45,5]]},"481":{"position":[[47,5]]},"483":{"position":[[63,5]]},"495":{"position":[[62,5]]},"824":{"position":[[1307,5]]},"930":{"position":[[62,5]]},"1038":{"position":[[101,5]]}}}],["go",{"_index":342,"t":{"276":{"position":[[1452,2]]},"471":{"position":[[444,5]]},"760":{"position":[[248,2]]},"858":{"position":[[52,5]]}}}],["go1",{"_index":745,"t":{"523":{"position":[[139,3]]}}}],["goal",{"_index":1090,"t":{"762":{"position":[[231,5]]},"818":{"position":[[150,4]]},"822":{"position":[[126,5]]}}}],["gocdb",{"_index":1490,"t":{"822":{"position":[[991,5]]}}}],["golang",{"_index":744,"t":{"523":{"position":[[129,6]]}}}],["googl",{"_index":262,"t":{"274":{"position":[[86,6]]},"463":{"position":[[46,6]]},"655":{"position":[[80,6]]}}}],["govern",{"_index":1237,"t":{"774":{"position":[[351,10]]}}}],["gr",{"_index":589,"t":{"463":{"position":[[160,2]]},"513":{"position":[[232,2]]},"764":{"position":[[228,2],[309,2]]},"776":{"position":[[869,2]]},"782":{"position":[[370,2]]},"784":{"position":[[257,2]]}}}],["gracefulli",{"_index":377,"t":{"278":{"position":[[376,10]]}}}],["grant",{"_index":1091,"t":{"762":{"position":[[302,8],[474,8],[1750,8]]},"789":{"position":[[218,7]]},"791":{"position":[[196,8]]}}}],["graphic",{"_index":1204,"t":{"766":{"position":[[317,8],[375,8]]}}}],["greater",{"_index":1548,"t":{"848":{"position":[[1170,7]]},"1038":{"position":[[79,7]]}}}],["grnet",{"_index":85,"t":{"22":{"position":[[236,5]]},"463":{"position":[[154,5]]},"513":{"position":[[226,5]]},"764":{"position":[[174,5],[222,5],[303,5],[405,5],[765,5],[931,5],[1441,5]]},"766":{"position":[[0,5],[436,5]]},"768":{"position":[[292,5]]},"772":{"position":[[0,5],[231,5],[361,5],[452,5],[534,5]]},"774":{"position":[[0,5],[617,5]]},"776":{"position":[[0,5],[863,5],[2322,5]]},"780":{"position":[[35,5],[389,5],[494,5]]},"782":{"position":[[267,5],[364,5]]},"786":{"position":[[140,5]]},"818":{"position":[[63,5],[304,5],[914,5],[1339,5],[1414,5]]},"820":{"position":[[100,5]]}}}],["group",{"_index":182,"t":{"150":{"position":[[88,6]]},"673":{"position":[[277,6]]},"746":{"position":[[1429,5],[1519,5]]},"810":{"position":[[527,5]]},"816":{"position":[[813,5]]}}}],["grpc",{"_index":351,"t":{"276":{"position":[[1867,4]]},"282":{"position":[[1870,4]]},"731":{"position":[[885,4]]},"748":{"position":[[1733,4]]}}}],["guarante",{"_index":1111,"t":{"762":{"position":[[1164,9]]},"776":{"position":[[201,10]]},"780":{"position":[[1665,9]]}}}],["guard",{"_index":1349,"t":{"789":{"position":[[376,5]]}}}],["guid",{"_index":976,"t":{"729":{"position":[[671,5]]},"731":{"position":[[975,5]]},"744":{"position":[[169,5],[1154,6]]},"833":{"position":[[235,6],[411,5],[445,5]]}}}],["guidelin",{"_index":1465,"t":{"818":{"position":[[525,10]]}}}],["h",{"_index":29,"t":{"10":{"position":[[14,1]]},"20":{"position":[[14,1]]},"30":{"position":[[14,1]]},"40":{"position":[[13,1]]},"52":{"position":[[13,1]]},"62":{"position":[[16,1]]},"76":{"position":[[13,1]]},"88":{"position":[[13,1]]},"102":{"position":[[14,1]]},"116":{"position":[[13,1]]},"130":{"position":[[16,1]]},"142":{"position":[[14,1]]},"156":{"position":[[13,1]]},"168":{"position":[[13,1]]},"182":{"position":[[14,1]]},"196":{"position":[[13,1]]},"208":{"position":[[16,1]]},"215":{"position":[[13,1]]},"222":{"position":[[13,1]]},"229":{"position":[[14,1]]},"238":{"position":[[13,1]]},"247":{"position":[[14,1]]},"256":{"position":[[14,1]]},"268":{"position":[[6,1]]},"290":{"position":[[6,1]]},"299":{"position":[[6,1]]},"311":{"position":[[6,1]]},"313":{"position":[[6,1]]},"325":{"position":[[6,1]]},"327":{"position":[[6,1]]},"343":{"position":[[13,1]]},"355":{"position":[[16,1]]},"367":{"position":[[6,1]]},"379":{"position":[[6,1]]},"387":{"position":[[6,1]]},"395":{"position":[[6,1]]},"409":{"position":[[14,1]]},"421":{"position":[[6,1]]},"435":{"position":[[14,1]]},"449":{"position":[[6,1]]},"489":{"position":[[14,1]]},"503":{"position":[[6,1]]},"532":{"position":[[13,1]]},"537":{"position":[[13,1]]},"542":{"position":[[13,1]]},"547":{"position":[[13,1]]},"559":{"position":[[13,1]]},"571":{"position":[[13,1]]},"581":{"position":[[13,1]]},"593":{"position":[[13,1]]},"607":{"position":[[19,1]]},"621":{"position":[[19,1]]},"633":{"position":[[14,1]]},"645":{"position":[[16,1]]},"842":{"position":[[13,1]]},"880":{"position":[[13,1]]},"892":{"position":[[13,1]]},"902":{"position":[[13,1]]},"912":{"position":[[13,1]]},"924":{"position":[[6,1]]},"938":{"position":[[14,1]]},"950":{"position":[[16,1]]},"964":{"position":[[14,1]]},"982":{"position":[[14,1]]},"998":{"position":[[14,1]]},"1014":{"position":[[14,1]]},"1030":{"position":[[13,1]]},"1044":{"position":[[13,1]]},"1060":{"position":[[14,1]]},"1074":{"position":[[6,1]]}}}],["hackathon",{"_index":1535,"t":{"833":{"position":[[343,9]]}}}],["halv",{"_index":1052,"t":{"758":{"position":[[347,6]]},"860":{"position":[[490,6]]}}}],["handl",{"_index":267,"t":{"274":{"position":[[174,8],[721,8]]},"278":{"position":[[149,6]]},"282":{"position":[[1433,6]]},"458":{"position":[[24,8]]},"463":{"position":[[506,8]]},"651":{"position":[[134,8]]},"665":{"position":[[451,6]]},"731":{"position":[[448,6]]},"748":{"position":[[1296,6]]},"793":{"position":[[684,8]]},"812":{"position":[[534,8]]},"818":{"position":[[689,8]]},"824":{"position":[[286,7]]},"826":{"position":[[710,7]]},"848":{"position":[[317,6]]}}}],["handshak",{"_index":357,"t":{"276":{"position":[[1983,9]]}}}],["happen",{"_index":570,"t":{"458":{"position":[[145,8]]},"758":{"position":[[678,6],[750,6]]},"860":{"position":[[821,6],[893,6]]},"980":{"position":[[607,7]]}}}],["hard",{"_index":1409,"t":{"805":{"position":[[372,4]]}}}],["hardwar",{"_index":384,"t":{"278":{"position":[[466,8]]}}}],["hash",{"_index":1035,"t":{"752":{"position":[[224,4],[717,4],[728,4]]},"848":{"position":[[108,4]]},"870":{"position":[[217,4]]},"986":{"position":[[169,4]]}}}],["have",{"_index":442,"t":{"282":{"position":[[2258,6]]},"826":{"position":[[347,6]]}}}],["header",{"_index":734,"t":{"521":{"position":[[0,7]]},"858":{"position":[[25,6],[203,6],[298,6]]},"870":{"position":[[1109,6]]},"980":{"position":[[328,6],[423,6],[670,6]]}}}],["health",{"_index":466,"t":{"301":{"position":[[40,6]]}}}],["held",{"_index":1316,"t":{"780":{"position":[[1987,4]]}}}],["help",{"_index":660,"t":{"469":{"position":[[217,4]]},"824":{"position":[[1179,4]]}}}],["helpdesk",{"_index":730,"t":{"513":{"position":[[164,8]]}}}],["here",{"_index":846,"t":{"669":{"position":[[757,4]]},"752":{"position":[[395,4],[892,4],[1559,4]]},"760":{"position":[[895,4]]},"850":{"position":[[165,4]]},"852":{"position":[[198,4]]},"870":{"position":[[690,4]]}}}],["herebelow",{"_index":1197,"t":{"766":{"position":[[81,9]]}}}],["herein",{"_index":1236,"t":{"774":{"position":[[273,6]]},"776":{"position":[[807,6]]}}}],["hereinabov",{"_index":1268,"t":{"776":{"position":[[2502,11]]}}}],["high",{"_index":360,"t":{"278":{"position":[[25,4],[243,4]]},"818":{"position":[[1377,4]]}}}],["higher",{"_index":845,"t":{"669":{"position":[[629,6]]},"780":{"position":[[2373,6]]},"786":{"position":[[239,6]]}}}],["highest",{"_index":1461,"t":{"818":{"position":[[213,7]]}}}],["hold",{"_index":387,"t":{"280":{"position":[[255,4]]},"282":{"position":[[2346,5]]},"333":{"position":[[30,4]]},"475":{"position":[[232,5]]},"511":{"position":[[966,7]]},"657":{"position":[[30,4]]},"673":{"position":[[620,4]]},"713":{"position":[[209,5]]},"848":{"position":[[689,5],[1153,5]]}}}],["hole",{"_index":932,"t":{"707":{"position":[[251,5]]}}}],["home",{"_index":1133,"t":{"762":{"position":[[2169,4]]}}}],["hook",{"_index":987,"t":{"744":{"position":[[534,5]]},"984":{"position":[[88,4]]}}}],["host",{"_index":447,"t":{"282":{"position":[[2397,5]]},"292":{"position":[[248,4],[571,4]]},"465":{"position":[[232,5],[279,4]]},"467":{"position":[[112,5],[286,4]]},"469":{"position":[[974,4],[1006,4],[1045,5],[1075,5]]},"675":{"position":[[290,5],[337,4]]},"746":{"position":[[685,4],[714,4],[775,4],[813,4],[874,4]]},"870":{"position":[[588,4]]},"984":{"position":[[58,4]]}}}],["http",{"_index":34,"t":{"10":{"position":[[50,5]]},"20":{"position":[[50,5]]},"30":{"position":[[50,5]]},"40":{"position":[[49,5]]},"52":{"position":[[49,5]]},"62":{"position":[[52,5]]},"76":{"position":[[50,5]]},"88":{"position":[[50,5]]},"102":{"position":[[64,5]]},"116":{"position":[[62,5]]},"130":{"position":[[52,5]]},"142":{"position":[[63,5]]},"156":{"position":[[49,5]]},"168":{"position":[[49,5]]},"182":{"position":[[63,5]]},"196":{"position":[[62,5]]},"208":{"position":[[52,5]]},"215":{"position":[[49,5]]},"222":{"position":[[49,5]]},"229":{"position":[[63,5]]},"238":{"position":[[62,5]]},"247":{"position":[[63,5]]},"256":{"position":[[50,5]]},"268":{"position":[[42,5]]},"274":{"position":[[334,4],[453,4]]},"276":{"position":[[28,4]]},"282":{"position":[[1118,4]]},"290":{"position":[[42,5]]},"299":{"position":[[42,5]]},"311":{"position":[[42,5]]},"313":{"position":[[42,5]]},"325":{"position":[[42,5]]},"327":{"position":[[42,5]]},"343":{"position":[[49,5]]},"355":{"position":[[58,5]]},"367":{"position":[[42,5]]},"379":{"position":[[42,5]]},"387":{"position":[[42,5]]},"395":{"position":[[42,5]]},"409":{"position":[[63,5]]},"421":{"position":[[42,5]]},"435":{"position":[[63,5]]},"449":{"position":[[42,5]]},"463":{"position":[[92,4],[131,5],[216,5]]},"489":{"position":[[62,5]]},"503":{"position":[[41,5]]},"532":{"position":[[49,5]]},"537":{"position":[[49,5]]},"542":{"position":[[49,5]]},"547":{"position":[[49,5]]},"559":{"position":[[49,5]]},"571":{"position":[[49,5]]},"581":{"position":[[49,5]]},"593":{"position":[[49,5]]},"607":{"position":[[68,5]]},"621":{"position":[[66,5]]},"633":{"position":[[50,5]]},"645":{"position":[[52,5]]},"655":{"position":[[119,4],[238,4]]},"665":{"position":[[136,4]]},"677":{"position":[[543,5]]},"679":{"position":[[111,5]]},"681":{"position":[[274,5]]},"683":{"position":[[276,5]]},"685":{"position":[[110,5]]},"687":{"position":[[276,5],[862,5]]},"689":{"position":[[128,5]]},"691":{"position":[[139,5]]},"707":{"position":[[870,4],[974,4]]},"717":{"position":[[77,4]]},"719":{"position":[[14,4]]},"721":{"position":[[14,4]]},"731":{"position":[[133,4]]},"744":{"position":[[217,5],[514,5]]},"748":{"position":[[981,4]]},"760":{"position":[[323,5],[373,5],[436,5],[691,5],[821,5]]},"764":{"position":[[1605,5],[2062,5]]},"780":{"position":[[981,5],[1043,5]]},"784":{"position":[[242,4]]},"800":{"position":[[387,5]]},"842":{"position":[[62,5]]},"848":{"position":[[329,4],[414,4]]},"850":{"position":[[101,4],[134,5]]},"852":{"position":[[167,5]]},"870":{"position":[[14,5],[657,5],[751,5],[815,5],[880,4],[914,5]]},"880":{"position":[[49,5]]},"892":{"position":[[49,5]]},"902":{"position":[[49,5]]},"912":{"position":[[49,5]]},"924":{"position":[[42,5]]},"938":{"position":[[66,5]]},"950":{"position":[[51,4]]},"964":{"position":[[63,4]]},"976":{"position":[[26,4]]},"982":{"position":[[62,4]]},"984":{"position":[[26,4]]},"998":{"position":[[62,5]]},"1014":{"position":[[62,4]]},"1030":{"position":[[62,4]]},"1044":{"position":[[49,4]]},"1060":{"position":[[63,4]]},"1074":{"position":[[42,5]]}}}],["http_endpoint",{"_index":1543,"t":{"848":{"position":[[329,13]]},"850":{"position":[[101,13]]},"976":{"position":[[26,13]]},"984":{"position":[[26,13]]}}}],["humid",{"_index":1405,"t":{"805":{"position":[[241,8]]}}}],["id",{"_index":418,"t":{"282":{"position":[[847,2],[935,2]]},"460":{"position":[[920,2]]},"653":{"position":[[1021,2]]},"663":{"position":[[555,2],[643,2]]},"667":{"position":[[450,2]]},"729":{"position":[[555,2],[643,2]]},"733":{"position":[[1242,2],[1330,2]]},"746":{"position":[[1162,2],[1367,2],[1599,2],[1635,3],[1644,2],[1761,2],[1888,2],[1932,3],[1941,2],[2058,2],[2411,3],[2420,2],[2534,2]]},"791":{"position":[[357,3],[794,3]]},"812":{"position":[[240,3]]},"822":{"position":[[382,2]]},"1012":{"position":[[98,3]]}}}],["idea",{"_index":975,"t":{"723":{"position":[[251,4]]},"733":{"position":[[251,4]]},"748":{"position":[[251,4]]},"829":{"position":[[5,5]]}}}],["idempot",{"_index":721,"t":{"511":{"position":[[699,10]]}}}],["ident",{"_index":668,"t":{"471":{"position":[[49,8],[184,8]]},"764":{"position":[[2222,8]]}}}],["identifi",{"_index":823,"t":{"667":{"position":[[50,10],[628,10]]},"764":{"position":[[2279,10]]},"791":{"position":[[362,10]]}}}],["illeg",{"_index":1136,"t":{"762":{"position":[[2225,7]]}}}],["imag",{"_index":1413,"t":{"807":{"position":[[47,6]]}}}],["immedi",{"_index":310,"t":{"276":{"position":[[592,11]]},"469":{"position":[[867,9]]},"709":{"position":[[813,11]]},"746":{"position":[[1008,11]]},"762":{"position":[[889,11],[1955,11]]}}}],["impact",{"_index":1315,"t":{"780":{"position":[[1896,6]]},"810":{"position":[[681,6]]}}}],["implement",{"_index":261,"t":{"274":{"position":[[71,10],[373,9],[609,11]]},"276":{"position":[[1609,14],[1841,14]]},"282":{"position":[[2298,9]]},"463":{"position":[[31,10]]},"471":{"position":[[325,14]]},"509":{"position":[[106,14],[193,14]]},"651":{"position":[[26,11]]},"655":{"position":[[65,10],[158,9]]},"665":{"position":[[589,14]]},"693":{"position":[[59,14]]},"699":{"position":[[59,14]]},"746":{"position":[[473,9]]},"764":{"position":[[1117,11]]},"797":{"position":[[70,11]]},"802":{"position":[[192,11]]},"805":{"position":[[99,11]]},"810":{"position":[[330,11]]},"829":{"position":[[198,12]]}}}],["implicit",{"_index":422,"t":{"282":{"position":[[1145,8],[1384,8]]},"665":{"position":[[163,8],[402,8]]},"731":{"position":[[160,8],[399,8]]},"748":{"position":[[1008,8],[1247,8]]}}}],["import",{"_index":520,"t":{"373":{"position":[[271,9]]},"527":{"position":[[77,9]]},"677":{"position":[[705,9]]},"713":{"position":[[1043,9]]},"739":{"position":[[93,9]]},"884":{"position":[[291,9]]},"990":{"position":[[90,9]]}}}],["improv",{"_index":1507,"t":{"824":{"position":[[997,8]]}}}],["inaccur",{"_index":1259,"t":{"776":{"position":[[964,10]]}}}],["inbuilt",{"_index":897,"t":{"701":{"position":[[4,7]]}}}],["incid",{"_index":1108,"t":{"762":{"position":[[1022,8]]},"807":{"position":[[182,8]]},"810":{"position":[[584,9]]},"812":{"position":[[376,9],[552,9],[616,9]]}}}],["includ",{"_index":451,"t":{"284":{"position":[[20,7]]},"309":{"position":[[265,7]]},"323":{"position":[[265,7]]},"675":{"position":[[37,8]]},"752":{"position":[[1165,8],[1247,8]]},"762":{"position":[[1364,9],[2098,7]]},"764":{"position":[[2104,9]]},"776":{"position":[[1134,9],[2185,9]]},"780":{"position":[[1472,9]]},"791":{"position":[[439,9]]},"812":{"position":[[563,9]]},"814":{"position":[[210,8]]},"833":{"position":[[145,8]]},"858":{"position":[[81,8]]},"980":{"position":[[112,9],[189,8]]}}}],["incom",{"_index":981,"t":{"744":{"position":[[269,8]]}}}],["incomplet",{"_index":322,"t":{"276":{"position":[[927,10]]},"709":{"position":[[454,10]]},"776":{"position":[[1098,10]]}}}],["incorpor",{"_index":1372,"t":{"793":{"position":[[310,11]]}}}],["increas",{"_index":365,"t":{"278":{"position":[[156,9]]}}}],["increment",{"_index":395,"t":{"280":{"position":[[777,13]]},"659":{"position":[[329,13]]},"713":{"position":[[374,11]]}}}],["inde",{"_index":872,"t":{"679":{"position":[[492,6]]}}}],["independ",{"_index":283,"t":{"274":{"position":[[577,11]]},"818":{"position":[[1553,11]]},"820":{"position":[[133,11]]}}}],["indic",{"_index":423,"t":{"282":{"position":[[1190,9],[1332,9]]},"665":{"position":[[208,9],[350,9]]},"713":{"position":[[221,7],[387,10],[779,7]]},"721":{"position":[[106,7]]},"731":{"position":[[205,9],[347,9]]},"748":{"position":[[1053,9],[1195,9]]},"848":{"position":[[806,9]]}}}],["indirectli",{"_index":1196,"t":{"764":{"position":[[2267,10]]}}}],["individu",{"_index":1397,"t":{"802":{"position":[[441,10]]}}}],["info",{"_index":444,"t":{"282":{"position":[[2290,4]]},"460":{"position":[[158,4]]},"465":{"position":[[495,4]]},"467":{"position":[[729,4]]},"746":{"position":[[743,4],[1317,4],[1535,4]]}}}],["inform",{"_index":73,"t":{"16":{"position":[[99,11]]},"162":{"position":[[19,11]]},"166":{"position":[[41,11]]},"170":{"position":[[37,11]]},"188":{"position":[[21,11]]},"219":{"position":[[115,11]]},"224":{"position":[[37,11]]},"233":{"position":[[37,11]]},"242":{"position":[[37,11]]},"251":{"position":[[37,11]]},"282":{"position":[[2360,11]]},"475":{"position":[[649,11],[1207,11]]},"515":{"position":[[48,11]]},"553":{"position":[[19,11]]},"561":{"position":[[37,11]]},"565":{"position":[[19,11]]},"573":{"position":[[37,11]]},"577":{"position":[[19,11]]},"583":{"position":[[37,11]]},"587":{"position":[[19,11]]},"595":{"position":[[37,11]]},"613":{"position":[[40,11]]},"653":{"position":[[771,11]]},"679":{"position":[[458,7]]},"705":{"position":[[163,11]]},"707":{"position":[[695,11]]},"715":{"position":[[163,11]]},"725":{"position":[[163,11]]},"735":{"position":[[168,11]]},"737":{"position":[[158,11]]},"739":{"position":[[909,11]]},"741":{"position":[[231,11]]},"750":{"position":[[163,11]]},"752":{"position":[[378,11],[875,11],[1542,11]]},"762":{"position":[[843,11],[1351,11],[1549,11]]},"764":{"position":[[1057,11]]},"766":{"position":[[327,11]]},"776":{"position":[[680,11]]},"780":{"position":[[502,11],[1413,11],[1961,11]]},"789":{"position":[[698,11]]},"791":{"position":[[828,11]]},"793":{"position":[[696,11]]},"795":{"position":[[419,11]]},"797":{"position":[[340,11]]},"800":{"position":[[476,11]]},"802":{"position":[[566,11]]},"805":{"position":[[409,11]]},"807":{"position":[[490,11]]},"810":{"position":[[762,11]]},"812":{"position":[[677,11]]},"818":{"position":[[101,11],[239,11],[345,11],[556,11],[668,11],[764,8]]},"820":{"position":[[51,11]]},"822":{"position":[[217,11],[315,11],[633,11],[885,11]]},"829":{"position":[[579,11]]}}}],["infrastructur",{"_index":814,"t":{"653":{"position":[[1339,14]]},"695":{"position":[[183,14]]},"764":{"position":[[97,15],[357,15]]},"786":{"position":[[90,15]]},"818":{"position":[[13,15]]},"829":{"position":[[656,14]]},"831":{"position":[[310,14],[605,14]]}}}],["initi",{"_index":405,"t":{"282":{"position":[[90,9],[209,9]]},"467":{"position":[[639,10]]},"471":{"position":[[317,7]]},"513":{"position":[[27,8]]},"661":{"position":[[84,9],[203,9]]},"677":{"position":[[55,14],[217,11]]},"727":{"position":[[90,9],[209,9]]},"733":{"position":[[624,9]]},"748":{"position":[[666,9],[785,9]]}}}],["input",{"_index":775,"t":{"565":{"position":[[75,5]]},"587":{"position":[[74,5]]},"746":{"position":[[616,5]]},"802":{"position":[[229,5]]}}}],["insid",{"_index":1564,"t":{"870":{"position":[[1035,6]]}}}],["instal",{"_index":851,"t":{"673":{"position":[[14,7]]},"768":{"position":[[144,12]]},"824":{"position":[[349,12]]}}}],["instanc",{"_index":639,"t":{"467":{"position":[[136,9]]},"824":{"position":[[1357,9]]},"829":{"position":[[186,9]]}}}],["instantli",{"_index":293,"t":{"276":{"position":[[117,9]]}}}],["instead",{"_index":162,"t":{"136":{"position":[[291,7]]},"219":{"position":[[29,7]]},"274":{"position":[[110,7],[653,7]]},"651":{"position":[[70,7]]},"681":{"position":[[59,7]]},"683":{"position":[[73,7]]},"709":{"position":[[1746,7]]}}}],["institut",{"_index":1134,"t":{"762":{"position":[[2174,9]]}}}],["instruct",{"_index":1129,"t":{"762":{"position":[[1985,12]]},"789":{"position":[[735,12]]},"791":{"position":[[862,11]]},"793":{"position":[[645,11]]},"797":{"position":[[116,11]]},"802":{"position":[[603,11]]},"805":{"position":[[446,11]]},"807":{"position":[[527,11]]},"816":{"position":[[125,12],[331,11],[847,12]]}}}],["int",{"_index":663,"t":{"469":{"position":[[773,3]]}}}],["int64",{"_index":228,"t":{"270":{"position":[[215,5],[532,5],[861,5],[1214,5],[1567,5],[1920,5],[2269,5]]},"451":{"position":[[222,5],[535,5],[849,5],[1176,5]]},"1058":{"position":[[121,5]]},"1076":{"position":[[213,5],[532,5]]}}}],["integ",{"_index":1575,"t":{"962":{"position":[[106,7]]}}}],["integr",{"_index":290,"t":{"276":{"position":[[74,9],[1017,9]]},"709":{"position":[[544,9]]},"744":{"position":[[256,12],[739,12]]},"762":{"position":[[1246,9]]},"780":{"position":[[1202,9],[1927,9]]},"822":{"position":[[4,11]]},"824":{"position":[[743,11],[1213,9],[1380,11]]},"831":{"position":[[128,11]]},"833":{"position":[[117,9],[502,11]]}}}],["intellectu",{"_index":1098,"t":{"762":{"position":[[670,12]]}}}],["intend",{"_index":855,"t":{"677":{"position":[[21,8]]},"780":{"position":[[1381,8]]}}}],["intention",{"_index":1302,"t":{"780":{"position":[[1268,13]]}}}],["interact",{"_index":438,"t":{"282":{"position":[[2051,8]]},"667":{"position":[[524,11]]}}}],["interest",{"_index":1242,"t":{"774":{"position":[[604,9]]}}}],["interfac",{"_index":352,"t":{"276":{"position":[[1872,9]]},"282":{"position":[[1875,9]]},"509":{"position":[[79,9],[129,9]]},"731":{"position":[[890,9]]},"748":{"position":[[1738,9]]}}}],["intern",{"_index":332,"t":{"276":{"position":[[1245,8]]},"458":{"position":[[167,8]]},"758":{"position":[[97,9]]},"780":{"position":[[469,13]]},"797":{"position":[[107,8],[283,8]]},"818":{"position":[[516,8],[1521,8]]},"860":{"position":[[240,9]]}}}],["internet",{"_index":1193,"t":{"764":{"position":[[2157,8]]},"780":{"position":[[1834,8]]}}}],["interoper",{"_index":1501,"t":{"824":{"position":[[722,16]]}}}],["interv",{"_index":1022,"t":{"746":{"position":[[1094,8],[2654,8]]},"756":{"position":[[135,8]]},"758":{"position":[[621,8]]},"860":{"position":[[764,8]]}}}],["intro",{"_index":1534,"t":{"833":{"position":[[333,5]]}}}],["introduc",{"_index":356,"t":{"276":{"position":[[1953,10]]}}}],["intrus",{"_index":1367,"t":{"791":{"position":[[665,9],[766,9]]},"812":{"position":[[212,9],[250,9]]}}}],["invalid",{"_index":576,"t":{"460":{"position":[[295,7],[319,7],[422,7],[454,7],[595,7],[633,7],[668,7],[746,7],[785,7],[833,7],[859,7],[908,7],[927,7],[976,7],[1004,7]]}}}],["invalid_argu",{"_index":578,"t":{"460":{"position":[[319,16],[454,16],[595,16],[668,16],[785,16],[859,16],[927,16],[1004,16]]}}}],["involv",{"_index":1348,"t":{"789":{"position":[[359,7]]},"791":{"position":[[615,7]]},"812":{"position":[[577,11]]},"816":{"position":[[232,7]]}}}],["io",{"_index":1080,"t":{"760":{"position":[[843,2]]},"764":{"position":[[1627,2],[2084,2]]}}}],["ip",{"_index":607,"t":{"465":{"position":[[200,2]]},"467":{"position":[[27,2],[34,2]]},"469":{"position":[[290,2],[300,2]]},"675":{"position":[[258,2]]},"768":{"position":[[86,2]]},"778":{"position":[[278,2]]},"812":{"position":[[279,3]]}}}],["ism",{"_index":1288,"t":{"780":{"position":[[542,4]]},"820":{"position":[[91,4]]}}}],["iso",{"_index":1421,"t":{"810":{"position":[[191,3]]},"812":{"position":[[600,3]]},"818":{"position":[[375,3]]},"820":{"position":[[190,3],[203,3]]}}}],["isol",{"_index":181,"t":{"150":{"position":[[78,9]]},"673":{"position":[[267,9]]}}}],["issu",{"_index":376,"t":{"278":{"position":[[368,6]]},"469":{"position":[[183,6]]},"653":{"position":[[695,6]]},"679":{"position":[[97,7]]},"681":{"position":[[262,5]]},"683":{"position":[[264,6]]},"685":{"position":[[98,6]]},"762":{"position":[[1082,7]]},"772":{"position":[[442,6]]},"782":{"position":[[104,6]]},"826":{"position":[[697,6]]}}}],["item",{"_index":876,"t":{"681":{"position":[[592,5]]},"707":{"position":[[1082,5]]}}}],["itself",{"_index":836,"t":{"667":{"position":[[591,6]]},"818":{"position":[[139,6],[1350,6]]},"826":{"position":[[271,6]]},"858":{"position":[[263,6]]},"980":{"position":[[388,6]]}}}],["job",{"_index":1347,"t":{"789":{"position":[[248,3]]},"791":{"position":[[181,3],[334,3],[528,3]]}}}],["john",{"_index":678,"t":{"473":{"position":[[141,4],[159,4]]}}}],["json",{"_index":33,"t":{"10":{"position":[[43,4]]},"20":{"position":[[43,4]]},"30":{"position":[[43,4]]},"40":{"position":[[42,4]]},"52":{"position":[[42,4]]},"62":{"position":[[45,4]]},"76":{"position":[[42,4]]},"78":{"position":[[189,4]]},"88":{"position":[[42,4]]},"90":{"position":[[220,4],[547,4]]},"96":{"position":[[0,4]]},"102":{"position":[[43,4]]},"104":{"position":[[11,4]]},"106":{"position":[[193,4]]},"116":{"position":[[42,4]]},"118":{"position":[[11,4]]},"120":{"position":[[187,4]]},"130":{"position":[[45,4]]},"142":{"position":[[43,4]]},"144":{"position":[[0,4]]},"156":{"position":[[42,4]]},"168":{"position":[[42,4]]},"182":{"position":[[43,4]]},"196":{"position":[[42,4]]},"208":{"position":[[45,4]]},"215":{"position":[[42,4]]},"222":{"position":[[42,4]]},"229":{"position":[[43,4]]},"238":{"position":[[42,4]]},"247":{"position":[[43,4]]},"256":{"position":[[43,4]]},"268":{"position":[[35,4]]},"290":{"position":[[35,4]]},"299":{"position":[[35,4]]},"311":{"position":[[35,4]]},"313":{"position":[[35,4]]},"325":{"position":[[35,4]]},"327":{"position":[[35,4]]},"343":{"position":[[42,4]]},"355":{"position":[[45,4]]},"367":{"position":[[35,4]]},"379":{"position":[[35,4]]},"387":{"position":[[35,4]]},"395":{"position":[[35,4]]},"409":{"position":[[43,4]]},"421":{"position":[[35,4]]},"435":{"position":[[43,4]]},"449":{"position":[[35,4]]},"463":{"position":[[342,4]]},"465":{"position":[[144,4]]},"467":{"position":[[825,4],[862,4]]},"469":{"position":[[587,4],[1345,4]]},"489":{"position":[[43,4]]},"503":{"position":[[35,4]]},"519":{"position":[[20,4]]},"523":{"position":[[0,4]]},"532":{"position":[[42,4]]},"537":{"position":[[42,4]]},"542":{"position":[[42,4]]},"547":{"position":[[42,4]]},"559":{"position":[[42,4]]},"571":{"position":[[42,4]]},"581":{"position":[[42,4]]},"593":{"position":[[42,4]]},"607":{"position":[[0,4],[48,4]]},"621":{"position":[[0,4],[48,4]]},"633":{"position":[[43,4]]},"645":{"position":[[45,4]]},"667":{"position":[[202,4]]},"669":{"position":[[715,4]]},"675":{"position":[[236,4]]},"707":{"position":[[860,4],[981,4],[1403,4]]},"709":{"position":[[968,4]]},"746":{"position":[[1290,4]]},"842":{"position":[[42,4]]},"880":{"position":[[42,4]]},"892":{"position":[[42,4]]},"902":{"position":[[42,4]]},"912":{"position":[[42,4]]},"924":{"position":[[35,4]]},"938":{"position":[[43,4]]},"950":{"position":[[45,4]]},"964":{"position":[[43,4]]},"982":{"position":[[43,4]]},"998":{"position":[[43,4]]},"1014":{"position":[[43,4]]},"1030":{"position":[[42,4]]},"1044":{"position":[[42,4]]},"1060":{"position":[[43,4]]},"1074":{"position":[[35,4]]}}}],["judg",{"_index":834,"t":{"667":{"position":[[511,7]]}}}],["kafka",{"_index":613,"t":{"465":{"position":[[255,5]]},"467":{"position":[[168,5],[174,5],[208,5]]},"469":{"position":[[606,5],[625,5]]},"509":{"position":[[252,5],[421,5],[444,5],[664,5]]},"653":{"position":[[200,5]]},"675":{"position":[[313,5]]}}}],["kafka_znod",{"_index":612,"t":{"465":{"position":[[255,11]]},"467":{"position":[[174,11]]},"675":{"position":[[313,11]]}}}],["keep",{"_index":818,"t":{"653":{"position":[[1568,4]]},"739":{"position":[[704,4]]},"762":{"position":[[818,4]]},"780":{"position":[[846,4],[991,4],[1167,4]]},"996":{"position":[[410,4]]}}}],["kept",{"_index":971,"t":{"713":{"position":[[1085,4]]}}}],["key",{"_index":127,"t":{"76":{"position":[[103,3]]},"88":{"position":[[94,3]]},"102":{"position":[[117,3]]},"116":{"position":[[115,3]]},"130":{"position":[[105,3]]},"142":{"position":[[125,3]]},"156":{"position":[[75,3]]},"168":{"position":[[85,3]]},"182":{"position":[[101,3]]},"196":{"position":[[100,3]]},"208":{"position":[[88,3]]},"215":{"position":[[89,3]]},"222":{"position":[[94,3]]},"229":{"position":[[111,3]]},"238":{"position":[[110,3]]},"247":{"position":[[115,3]]},"256":{"position":[[105,3]]},"268":{"position":[[86,3]]},"280":{"position":[[1053,3]]},"290":{"position":[[67,3]]},"343":{"position":[[103,3]]},"355":{"position":[[112,3]]},"367":{"position":[[96,3]]},"379":{"position":[[86,3]]},"387":{"position":[[86,3]]},"395":{"position":[[86,3]]},"409":{"position":[[125,3]]},"421":{"position":[[100,3]]},"435":{"position":[[127,3]]},"449":{"position":[[104,3]]},"455":{"position":[[56,3]]},"463":{"position":[[803,3]]},"465":{"position":[[384,3],[421,3]]},"467":{"position":[[444,3],[482,3]]},"469":{"position":[[449,3],[472,3],[483,3],[528,3],[827,3]]},"473":{"position":[[537,3]]},"489":{"position":[[121,3]]},"503":{"position":[[106,3]]},"532":{"position":[[72,3]]},"537":{"position":[[72,3]]},"542":{"position":[[72,3]]},"547":{"position":[[72,3]]},"559":{"position":[[78,3]]},"571":{"position":[[88,3]]},"577":{"position":[[81,3]]},"581":{"position":[[80,3]]},"593":{"position":[[116,3]]},"607":{"position":[[113,3]]},"621":{"position":[[111,3]]},"633":{"position":[[106,3]]},"645":{"position":[[95,3]]},"653":{"position":[[1154,3]]},"667":{"position":[[155,3],[286,3],[330,3],[734,3]]},"675":{"position":[[442,3],[479,3]]},"677":{"position":[[585,3]]},"679":{"position":[[142,3]]},"681":{"position":[[308,3]]},"683":{"position":[[323,3],[462,3]]},"685":{"position":[[163,3]]},"687":{"position":[[314,3],[899,3]]},"689":{"position":[[185,3]]},"691":{"position":[[201,3]]},"707":{"position":[[1526,3]]},"762":{"position":[[780,4]]},"789":{"position":[[543,4]]},"842":{"position":[[126,3]]},"848":{"position":[[944,3],[1305,3],[1516,3]]},"870":{"position":[[96,3]]},"880":{"position":[[102,3]]},"892":{"position":[[99,3]]},"902":{"position":[[99,3]]},"912":{"position":[[99,3]]},"924":{"position":[[109,3]]},"938":{"position":[[139,3]]},"950":{"position":[[113,3]]},"964":{"position":[[143,3]]},"982":{"position":[[141,3]]},"998":{"position":[[130,3]]},"1002":{"position":[[95,3]]},"1014":{"position":[[136,3]]},"1030":{"position":[[132,3]]},"1044":{"position":[[124,3]]},"1060":{"position":[[138,3]]},"1074":{"position":[[111,3]]}}}],["keycard",{"_index":1357,"t":{"789":{"position":[[530,8]]}}}],["keycloak",{"_index":1483,"t":{"822":{"position":[[386,8]]},"824":{"position":[[363,8]]}}}],["kind",{"_index":946,"t":{"707":{"position":[[2224,4]]},"746":{"position":[[444,4]]},"848":{"position":[[274,4]]}}}],["know",{"_index":996,"t":{"744":{"position":[[1035,4]]},"791":{"position":[[235,4]]}}}],["known",{"_index":1105,"t":{"762":{"position":[[912,5]]},"764":{"position":[[2234,5]]}}}],["konstantinopoul",{"_index":1327,"t":{"782":{"position":[[313,17]]}}}],["laid",{"_index":1256,"t":{"776":{"position":[[696,4]]}}}],["larg",{"_index":583,"t":{"460":{"position":[[585,5]]},"829":{"position":[[96,5]]}}}],["larger",{"_index":948,"t":{"707":{"position":[[2318,6]]}}}],["last",{"_index":18,"t":{"8":{"position":[[60,4],[73,4]]},"12":{"position":[[195,4],[208,4]]},"22":{"position":[[198,4]]},"42":{"position":[[147,4]]},"54":{"position":[[171,4]]},"451":{"position":[[1775,4]]},"534":{"position":[[691,4]]},"561":{"position":[[345,4]]},"573":{"position":[[345,4]]},"583":{"position":[[345,4]]},"595":{"position":[[345,4]]},"603":{"position":[[119,4]]},"609":{"position":[[327,4]]},"617":{"position":[[170,4]]},"623":{"position":[[336,4]]},"711":{"position":[[389,4],[646,4]]},"713":{"position":[[1017,4]]},"1076":{"position":[[1085,4]]}}}],["last_nam",{"_index":17,"t":{"8":{"position":[[60,9]]},"12":{"position":[[195,9]]},"22":{"position":[[198,9]]},"42":{"position":[[147,9]]},"54":{"position":[[171,9]]},"534":{"position":[[691,9]]},"561":{"position":[[345,9]]},"573":{"position":[[345,9]]},"583":{"position":[[345,9]]},"595":{"position":[[345,9]]},"603":{"position":[[119,9]]},"609":{"position":[[327,9]]},"617":{"position":[[170,9]]},"623":{"position":[[336,9]]}}}],["lasta",{"_index":756,"t":{"534":{"position":[[704,5]]},"561":{"position":[[358,5]]},"573":{"position":[[358,5]]},"583":{"position":[[358,5]]},"595":{"position":[[358,5]]}}}],["latenc",{"_index":370,"t":{"278":{"position":[[208,7],[232,7]]}}}],["later",{"_index":683,"t":{"473":{"position":[[474,5]]},"665":{"position":[[715,5]]},"752":{"position":[[244,5],[743,5]]},"848":{"position":[[128,5]]},"870":{"position":[[237,5]]},"986":{"position":[[189,5]]}}}],["latest",{"_index":350,"t":{"276":{"position":[[1834,6]]}}}],["law",{"_index":1137,"t":{"762":{"position":[[2249,3]]},"764":{"position":[[1095,3],[1236,3],[1302,4],[1349,4],[1437,3],[1881,3]]},"774":{"position":[[381,3],[548,3],[673,3]]},"776":{"position":[[242,4],[719,3],[1226,3],[1449,3],[1703,3],[2103,3],[2180,3],[2343,3]]},"818":{"position":[[283,3]]}}}],["layer",{"_index":1299,"t":{"780":{"position":[[1074,5]]},"822":{"position":[[100,5],[565,5],[866,5]]},"829":{"position":[[535,5]]}}}],["lco",{"_index":1464,"t":{"818":{"position":[[464,3]]}}}],["left",{"_index":651,"t":{"467":{"position":[[770,4]]}}}],["legal",{"_index":1227,"t":{"772":{"position":[[134,5],[324,5]]},"774":{"position":[[156,5]]},"786":{"position":[[160,5]]},"818":{"position":[[438,5]]}}}],["legisl",{"_index":1174,"t":{"764":{"position":[[1176,11]]}}}],["legitim",{"_index":1241,"t":{"774":{"position":[[593,10]]}}}],["len",{"_index":1020,"t":{"746":{"position":[[1049,3]]}}}],["level",{"_index":633,"t":{"465":{"position":[[487,5]]},"467":{"position":[[683,5],[709,5]]},"469":{"position":[[657,5],[690,5]]},"786":{"position":[[246,5]]},"791":{"position":[[170,6]]},"793":{"position":[[526,5]]},"802":{"position":[[304,6]]},"816":{"position":[[1245,5]]},"818":{"position":[[230,5]]}}}],["leverag",{"_index":448,"t":{"282":{"position":[[2423,9]]}}}],["liabl",{"_index":1130,"t":{"762":{"position":[[2007,6]]}}}],["librari",{"_index":288,"t":{"276":{"position":[[50,7]]},"282":{"position":[[2022,7],[2040,7]]},"701":{"position":[[19,7]]}}}],["limit",{"_index":432,"t":{"282":{"position":[[1541,5]]},"665":{"position":[[559,5]]},"731":{"position":[[556,5]]},"748":{"position":[[1404,5]]},"758":{"position":[[382,5],[536,5]]},"762":{"position":[[2118,7]]},"764":{"position":[[28,7]]},"780":{"position":[[1815,11]]},"789":{"position":[[237,7]]},"860":{"position":[[525,5],[679,5]]}}}],["line",{"_index":659,"t":{"469":{"position":[[102,4],[142,4],[244,4]]},"760":{"position":[[41,4]]},"770":{"position":[[163,4]]},"780":{"position":[[432,4]]},"795":{"position":[[283,4]]}}}],["linear",{"_index":984,"t":{"744":{"position":[[469,6]]},"756":{"position":[[13,6],[374,6]]},"850":{"position":[[216,6]]},"852":{"position":[[349,6]]},"854":{"position":[[240,6]]},"856":{"position":[[214,6]]},"860":{"position":[[44,6]]},"976":{"position":[[160,6]]},"978":{"position":[[63,6]]},"984":{"position":[[137,6]]}}}],["link",{"_index":512,"t":{"339":{"position":[[15,4]]},"709":{"position":[[1095,4],[1310,4]]},"760":{"position":[[685,4],[804,5]]}}}],["linux",{"_index":749,"t":{"523":{"position":[[175,5]]},"760":{"position":[[422,5],[518,5]]}}}],["list",{"_index":183,"t":{"152":{"position":[[13,5]]},"158":{"position":[[39,4]]},"162":{"position":[[13,5]]},"217":{"position":[[39,4]]},"219":{"position":[[58,5]]},"286":{"position":[[20,4]]},"292":{"position":[[38,4]]},"373":{"position":[[13,5]]},"377":{"position":[[45,4]]},"385":{"position":[[45,4]]},"393":{"position":[[45,4]]},"401":{"position":[[53,4]]},"415":{"position":[[32,4]]},"427":{"position":[[52,4]]},"463":{"position":[[700,4]]},"465":{"position":[[178,6]]},"467":{"position":[[118,4]]},"469":{"position":[[112,4],[264,6],[1057,4]]},"473":{"position":[[388,4]]},"475":{"position":[[349,4],[529,4],[548,4],[1066,4],[1085,4]]},"477":{"position":[[224,4],[417,5]]},"479":{"position":[[31,4]]},"483":{"position":[[32,4]]},"495":{"position":[[52,4]]},"527":{"position":[[13,5]]},"534":{"position":[[39,4]]},"539":{"position":[[39,4]]},"544":{"position":[[39,4]]},"549":{"position":[[39,4]]},"553":{"position":[[13,5]]},"565":{"position":[[13,5]]},"577":{"position":[[13,5]]},"587":{"position":[[13,5]]},"605":{"position":[[40,4],[149,4]]},"619":{"position":[[40,4],[149,4]]},"677":{"position":[[798,4]]},"681":{"position":[[578,4]]},"833":{"position":[[19,4],[140,4]]},"874":{"position":[[13,5]]},"884":{"position":[[13,5]]},"886":{"position":[[13,5]]},"890":{"position":[[37,4]]},"896":{"position":[[13,5]]},"900":{"position":[[37,4]]},"906":{"position":[[13,5]]},"910":{"position":[[37,4]]},"918":{"position":[[23,4]]},"930":{"position":[[52,4]]}}}],["listen",{"_index":638,"t":{"467":{"position":[[48,6],[92,6]]},"469":{"position":[[314,6],[792,6]]}}}],["live",{"_index":1538,"t":{"833":{"position":[[470,4]]}}}],["lname",{"_index":84,"t":{"22":{"position":[[211,5]]},"603":{"position":[[132,5]]},"609":{"position":[[340,5]]},"617":{"position":[[183,5]]},"623":{"position":[[349,5]]}}}],["load",{"_index":366,"t":{"278":{"position":[[169,4],[500,4]]},"373":{"position":[[189,4]]},"746":{"position":[[1295,5]]},"884":{"position":[[194,4]]}}}],["local",{"_index":654,"t":{"467":{"position":[[867,7]]},"667":{"position":[[562,7]]},"760":{"position":[[201,5]]}}}],["localhost",{"_index":468,"t":{"301":{"position":[[144,9]]},"465":{"position":[[241,9],[286,9],[355,9],[411,9]]},"469":{"position":[[334,9],[419,9],[518,9],[1021,9],[1105,9]]},"675":{"position":[[299,9],[344,9],[413,9],[469,9]]}}}],["locat",{"_index":652,"t":{"467":{"position":[[806,8],[952,8]]},"762":{"position":[[1041,9]]},"824":{"position":[[216,8]]}}}],["lock",{"_index":1353,"t":{"789":{"position":[[429,7]]}}}],["log",{"_index":632,"t":{"465":{"position":[[483,3],[503,3]]},"467":{"position":[[679,3],[705,3],[736,3],[751,7]]},"469":{"position":[[653,3],[686,3]]},"762":{"position":[[1344,6],[1542,6]]},"778":{"position":[[345,3]]},"780":{"position":[[652,3]]},"793":{"position":[[358,7]]},"800":{"position":[[421,7]]},"802":{"position":[[263,7]]},"807":{"position":[[307,6]]},"829":{"position":[[591,3],[608,3]]}}}],["log_facil",{"_index":634,"t":{"465":{"position":[[503,14]]},"467":{"position":[[736,14]]}}}],["log_level",{"_index":631,"t":{"465":{"position":[[483,9]]},"467":{"position":[[679,9]]}}}],["logger",{"_index":1013,"t":{"746":{"position":[[736,6],[1310,6],[1528,6],[1704,6],[1806,6],[2001,6],[2284,6],[2471,6],[2573,6]]}}}],["logic",{"_index":268,"t":{"274":{"position":[[187,5],[734,5]]},"651":{"position":[[147,5]]},"791":{"position":[[114,7]]},"795":{"position":[[177,9]]}}}],["login",{"_index":1318,"t":{"780":{"position":[[2086,5]]}}}],["long",{"_index":947,"t":{"707":{"position":[[2276,4]]}}}],["longer",{"_index":972,"t":{"713":{"position":[[1176,6]]},"778":{"position":[[87,6]]},"816":{"position":[[1182,6]]}}}],["look",{"_index":653,"t":{"467":{"position":[[840,4]]},"760":{"position":[[628,4]]}}}],["loss",{"_index":1279,"t":{"780":{"position":[[271,4],[2137,4]]},"805":{"position":[[84,4]]},"807":{"position":[[122,4]]}}}],["lower",{"_index":1053,"t":{"758":{"position":[[376,5]]},"860":{"position":[[519,5]]}}}],["m",{"_index":915,"t":{"701":{"position":[[346,1]]}}}],["machin",{"_index":348,"t":{"276":{"position":[[1724,8]]},"282":{"position":[[1605,8]]},"463":{"position":[[436,7],[626,7]]},"731":{"position":[[620,8]]},"748":{"position":[[1468,8]]},"776":{"position":[[1913,7]]}}}],["made",{"_index":409,"t":{"282":{"position":[[426,4],[531,4]]},"663":{"position":[[134,4],[239,4]]},"729":{"position":[[134,4],[239,4]]},"733":{"position":[[821,4],[926,4]]},"824":{"position":[[487,4],[1568,4]]}}}],["mail",{"_index":865,"t":{"677":{"position":[[644,4],[967,4]]},"681":{"position":[[404,4],[1066,4]]},"687":{"position":[[400,4],[668,4],[984,4],[1248,4]]},"705":{"position":[[181,4]]},"715":{"position":[[181,4]]},"725":{"position":[[181,4]]},"735":{"position":[[186,4]]},"750":{"position":[[181,4]]},"768":{"position":[[247,4]]},"778":{"position":[[385,4],[440,4]]},"782":{"position":[[211,4],[341,4]]}}}],["main",{"_index":601,"t":{"465":{"position":[[58,4],[110,4]]},"511":{"position":[[4,4]]},"673":{"position":[[569,4],[680,4]]},"822":{"position":[[121,4],[137,4]]}}}],["maintain",{"_index":1456,"t":{"816":{"position":[[926,8],[1080,10]]}}}],["make",{"_index":389,"t":{"280":{"position":[[364,4]]},"333":{"position":[[139,4]]},"373":{"position":[[110,6]]},"657":{"position":[[139,4]]},"822":{"position":[[908,5]]},"884":{"position":[[116,6]]}}}],["manag",{"_index":782,"t":{"605":{"position":[[236,6],[483,6],[549,6]]},"619":{"position":[[236,6]]},"673":{"position":[[173,8],[435,6],[501,6]]},"681":{"position":[[123,6]]},"683":{"position":[[26,6],[145,8]]},"713":{"position":[[683,7]]},"780":{"position":[[523,10]]},"791":{"position":[[816,10]]},"793":{"position":[[580,10]]},"816":{"position":[[352,10]]},"820":{"position":[[12,10],[72,10]]},"824":{"position":[[48,6],[229,8],[272,10],[444,9],[1430,7],[1531,8]]}}}],["mani",{"_index":556,"t":{"451":{"position":[[1723,4]]},"711":{"position":[[338,4],[594,4]]},"1076":{"position":[[1034,4]]}}}],["manipul",{"_index":329,"t":{"276":{"position":[[1090,12],[1402,12]]}}}],["manner",{"_index":1272,"t":{"780":{"position":[[62,6]]}}}],["manual",{"_index":1352,"t":{"789":{"position":[[422,6]]}}}],["mark",{"_index":1037,"t":{"752":{"position":[[323,4],[822,4],[1438,4]]},"848":{"position":[[207,4]]},"870":{"position":[[316,4]]},"986":{"position":[[268,4],[430,4]]}}}],["marketplac",{"_index":1476,"t":{"822":{"position":[[161,11]]}}}],["mattermost",{"_index":979,"t":{"744":{"position":[[84,10],[108,10],[129,10],[197,10],[225,10],[245,10],[368,10],[412,10],[763,10]]},"746":{"position":[[122,10]]},"826":{"position":[[466,10],[497,10],[665,10]]},"833":{"position":[[491,10]]},"848":{"position":[[434,10],[509,10],[539,10]]},"854":{"position":[[101,10],[169,10]]},"856":{"position":[[338,10]]},"978":{"position":[[26,10]]}}}],["mattermostchannel",{"_index":991,"t":{"744":{"position":[[604,17],[871,17]]},"852":{"position":[[507,17]]},"854":{"position":[[183,17]]},"856":{"position":[[352,17]]},"978":{"position":[[152,17]]}}}],["mattermosturl",{"_index":986,"t":{"744":{"position":[[497,13],[670,13]]},"852":{"position":[[460,13]]},"854":{"position":[[115,13]]},"856":{"position":[[284,13]]},"978":{"position":[[89,13]]}}}],["mattermostusernam",{"_index":989,"t":{"744":{"position":[[570,18],[778,18]]},"852":{"position":[[481,18]]},"854":{"position":[[147,18]]},"856":{"position":[[316,18]]},"978":{"position":[[121,18]]}}}],["max",{"_index":816,"t":{"653":{"position":[[1398,3]]},"713":{"position":[[284,3],[879,3]]},"739":{"position":[[392,3],[602,3]]},"962":{"position":[[179,3]]},"996":{"position":[[103,3],[308,3]]},"1022":{"position":[[30,3]]},"1026":{"position":[[3,3]]},"1032":{"position":[[3,3]]}}}],["maximum",{"_index":949,"t":{"707":{"position":[[2334,7]]},"956":{"position":[[175,7]]}}}],["maxmessag",{"_index":815,"t":{"653":{"position":[[1382,11],[1453,11]]},"739":{"position":[[375,11],[657,11]]},"744":{"position":[[426,11]]},"848":{"position":[[563,11],[677,11],[1135,11]]},"850":{"position":[[173,11]]},"852":{"position":[[206,11]]},"856":{"position":[[171,11]]},"976":{"position":[[73,11]]},"984":{"position":[[96,11]]},"994":{"position":[[3,11]]},"996":{"position":[[86,11],[363,11]]},"1000":{"position":[[3,11]]}}}],["mbp",{"_index":505,"t":{"329":{"position":[[544,3],[865,3]]}}}],["mean",{"_index":642,"t":{"467":{"position":[[258,7]]},"707":{"position":[[540,7]]},"756":{"position":[[415,5]]},"764":{"position":[[1838,7]]},"776":{"position":[[1147,5]]},"818":{"position":[[990,5]]},"860":{"position":[[85,5]]}}}],["measur",{"_index":1274,"t":{"780":{"position":[[170,8],[1500,8]]},"786":{"position":[[57,8]]},"789":{"position":[[322,8]]},"791":{"position":[[578,8]]},"800":{"position":[[0,8]]},"805":{"position":[[135,8]]},"810":{"position":[[29,8]]},"814":{"position":[[0,8]]},"816":{"position":[[168,8],[223,8],[429,8]]},"956":{"position":[[99,8]]}}}],["mechan",{"_index":302,"t":{"276":{"position":[[385,9],[1103,9]]},"282":{"position":[[2239,10]]},"509":{"position":[[354,9]]},"709":{"position":[[606,9]]},"762":{"position":[[1623,10]]},"848":{"position":[[830,9]]}}}],["media",{"_index":1390,"t":{"800":{"position":[[204,5]]},"807":{"position":[[434,5]]}}}],["meet",{"_index":1212,"t":{"766":{"position":[[709,4]]},"786":{"position":[[155,4]]}}}],["member",{"_index":199,"t":{"215":{"position":[[81,7]]},"222":{"position":[[81,7]]},"229":{"position":[[95,7]]},"238":{"position":[[94,7]]},"247":{"position":[[95,7]]},"256":{"position":[[82,7]]},"473":{"position":[[236,6]]},"475":{"position":[[189,6]]},"549":{"position":[[76,7]]},"795":{"position":[[367,7]]}}}],["memori",{"_index":453,"t":{"284":{"position":[[58,6]]},"292":{"position":[[455,6],[706,6]]},"329":{"position":[[744,6],[995,6],[1381,6],[1625,6]]},"711":{"position":[[748,6]]}}}],["memory_usag",{"_index":465,"t":{"292":{"position":[[455,12]]},"329":{"position":[[744,12],[1381,12]]}}}],["mention",{"_index":866,"t":{"677":{"position":[[718,7]]},"737":{"position":[[11,9]]},"766":{"position":[[534,9]]},"782":{"position":[[224,9]]}}}],["messag",{"_index":1,"t":{"2":{"position":[[5,9]]},"68":{"position":[[73,8]]},"136":{"position":[[48,7],[116,8],[235,7],[363,8]]},"144":{"position":[[168,7]]},"146":{"position":[[27,7],[38,7]]},"150":{"position":[[5,9]]},"270":{"position":[[2217,8],[2514,8]]},"274":{"position":[[9,9],[142,9],[383,7],[468,9],[501,9],[560,8],[685,9],[948,8],[1077,8]]},"276":{"position":[[172,8],[202,7],[249,7],[278,8],[295,8],[552,7],[628,8],[704,8],[859,8],[938,8],[1059,8],[1164,8],[1284,8],[1370,8],[1477,8],[1550,8]]},"278":{"position":[[100,7],[303,8]]},"280":{"position":[[78,8],[207,8],[260,8],[400,8],[490,8],[799,8],[895,7],[1032,7],[1102,7]]},"282":{"position":[[32,7],[72,9],[151,8],[262,8],[345,7],[496,8],[590,8],[719,7],[791,7],[1209,7],[1444,7],[1796,8],[1985,9],[2074,9]]},"305":{"position":[[41,8],[103,8],[142,7]]},"307":{"position":[[23,7]]},"309":{"position":[[58,7],[176,7]]},"315":{"position":[[56,8],[167,7],[201,8],[239,7],[277,8],[304,7],[342,8]]},"323":{"position":[[58,7],[176,7]]},"329":{"position":[[103,7],[138,8],[229,7],[264,8]]},"333":{"position":[[35,8],[175,8]]},"401":{"position":[[39,7],[61,8]]},"405":{"position":[[46,8],[79,8]]},"407":{"position":[[3,8],[317,8]]},"411":{"position":[[59,8]]},"439":{"position":[[155,7]]},"443":{"position":[[103,8]]},"451":{"position":[[60,8],[483,8],[726,8],[1124,8],[1420,8],[1728,8]]},"455":{"position":[[190,7],[260,9],[391,7]]},"458":{"position":[[120,7]]},"460":{"position":[[136,7],[569,7]]},"463":{"position":[[9,9],[139,9]]},"465":{"position":[[29,9],[92,9]]},"467":{"position":[[941,9]]},"469":{"position":[[36,9],[197,9],[1252,9]]},"471":{"position":[[237,9],[419,9]]},"475":{"position":[[973,8],[1582,8],[1724,8]]},"477":{"position":[[0,9],[341,8],[521,9]]},"507":{"position":[[155,7]]},"509":{"position":[[9,9],[62,7],[216,9],[275,9],[321,9],[498,9]]},"511":{"position":[[22,9],[89,7],[245,8],[338,8],[546,8],[578,8],[599,7],[663,8],[823,8]]},"513":{"position":[[80,9]]},"525":{"position":[[5,9]]},"605":{"position":[[289,9],[661,8],[802,8]]},"651":{"position":[[4,9],[102,9]]},"653":{"position":[[30,9],[248,8],[380,8],[636,7],[725,7],[855,8],[864,7],[1000,8],[1031,7],[1062,8],[1116,8],[1184,8],[1226,7],[1364,9],[1412,8],[1491,8],[1612,7],[1784,8]]},"655":{"position":[[9,9],[168,7],[322,8],[451,8]]},"657":{"position":[[35,8],[175,8]]},"659":{"position":[[42,8],[351,8]]},"661":{"position":[[36,7],[145,8],[256,8]]},"663":{"position":[[53,7],[204,8],[298,8],[427,7],[499,7]]},"665":{"position":[[227,7],[462,7]]},"667":{"position":[[12,9],[35,7],[176,7],[460,7],[492,9],[614,8],[795,7]]},"669":{"position":[[133,7],[340,7],[424,7],[544,7]]},"671":{"position":[[116,9]]},"673":{"position":[[34,9],[625,8],[719,8],[880,8]]},"675":{"position":[[5,9],[809,9]]},"677":{"position":[[280,9]]},"687":{"position":[[126,8]]},"689":{"position":[[416,8]]},"691":{"position":[[435,8]]},"695":{"position":[[53,7],[70,7]]},"703":{"position":[[20,8]]},"705":{"position":[[39,9],[92,9]]},"707":{"position":[[278,8],[312,8],[389,8],[475,8],[577,9],[608,8],[816,8],[834,9],[896,8],[1051,8],[1385,8],[1430,9],[1472,8],[1487,7],[1586,7],[1682,7],[1852,8],[1877,8],[2254,9],[2407,7]]},"709":{"position":[[100,8],[206,8],[305,9],[386,8],[465,8],[773,7],[1455,7],[1503,7],[1571,8],[1690,7],[1818,8],[1913,7],[1937,8],[1989,8],[2052,8]]},"711":{"position":[[202,8],[266,8],[343,8],[454,8],[497,8],[544,8],[599,8],[832,8],[859,8],[919,8],[942,8]]},"713":{"position":[[15,8],[256,8],[328,7],[430,7],[833,8],[993,8],[1068,7]]},"715":{"position":[[39,9],[92,9]]},"721":{"position":[[160,8]]},"723":{"position":[[21,8],[216,8],[430,8],[468,8]]},"725":{"position":[[39,9],[92,9]]},"727":{"position":[[32,7],[72,9],[151,8],[262,8]]},"729":{"position":[[53,7],[204,8],[298,8],[427,7],[499,7],[687,8]]},"731":{"position":[[224,7],[459,7],[811,8],[991,8]]},"733":{"position":[[21,8],[216,8],[430,8],[468,8],[677,8],[740,7],[891,8],[985,8],[1114,7],[1186,7]]},"735":{"position":[[39,9],[92,9]]},"737":{"position":[[100,8]]},"739":{"position":[[45,8],[182,8],[214,8],[406,8],[616,8],[748,7],[935,8]]},"741":{"position":[[4,8],[61,8],[114,8],[189,7]]},"744":{"position":[[72,8],[861,8],[914,8],[959,8],[1051,8]]},"746":{"position":[[41,8],[294,8],[401,8],[499,7],[531,8],[597,7],[963,8],[1062,8],[1132,8],[1176,8],[1215,7],[1246,7],[1337,7],[1379,8],[1550,7],[1733,7],[1845,7],[2030,7],[2109,7],[2127,7],[2144,7],[2227,7]]},"748":{"position":[[21,8],[216,8],[430,8],[468,8],[608,7],[648,9],[727,8],[838,8],[1072,7],[1307,7],[1659,8]]},"750":{"position":[[39,9],[92,9]]},"752":{"position":[[1230,8]]},"756":{"position":[[57,8],[448,7]]},"758":{"position":[[75,8],[163,7],[256,7],[405,7]]},"760":{"position":[[112,8],[587,8],[722,9],[851,9]]},"764":{"position":[[797,9],[838,9],[1635,9],[2092,9]]},"766":{"position":[[216,9]]},"768":{"position":[[235,9]]},"770":{"position":[[83,9],[234,9],[315,9]]},"772":{"position":[[159,9]]},"776":{"position":[[112,9],[834,7],[1396,9],[2446,9]]},"778":{"position":[[26,9]]},"780":{"position":[[728,9],[785,9]]},"782":{"position":[[179,9]]},"784":{"position":[[29,9]]},"822":{"position":[[63,9],[1088,8]]},"824":{"position":[[535,9],[552,7],[668,9],[883,8],[1248,8],[1404,9],[1517,9]]},"826":{"position":[[15,9],[290,8],[593,8]]},"831":{"position":[[79,9],[149,9],[217,9],[236,9],[342,9]]},"833":{"position":[[95,9],[294,9],[317,9]]},"848":{"position":[[395,8],[497,8],[604,8],[859,7],[915,7],[1263,8],[1278,7],[1489,7]]},"858":{"position":[[129,7]]},"860":{"position":[[118,7],[218,8],[306,7],[399,7],[548,7]]},"942":{"position":[[156,7]]},"980":{"position":[[174,8]]},"990":{"position":[[22,8],[179,8]]},"996":{"position":[[117,8],[322,8],[454,7]]},"1002":{"position":[[64,7]]},"1006":{"position":[[0,8],[75,7]]},"1012":{"position":[[109,8]]},"1038":{"position":[[45,7]]},"1068":{"position":[[109,8]]},"1076":{"position":[[39,8],[161,8],[409,8],[1039,8]]}}}],["message_count",{"_index":485,"t":{"315":{"position":[[167,13],[239,13]]},"329":{"position":[[103,13]]}}}],["messageid",{"_index":535,"t":{"411":{"position":[[41,10],[106,10]]},"653":{"position":[[1011,9]]},"667":{"position":[[229,9],[440,9]]},"848":{"position":[[1030,9],[1389,9],[1600,9]]},"1002":{"position":[[226,9]]}}}],["met",{"_index":309,"t":{"276":{"position":[[584,3]]},"709":{"position":[[805,3]]},"776":{"position":[[1711,3]]}}}],["metadata",{"_index":808,"t":{"653":{"position":[[1164,8]]},"667":{"position":[[81,8],[106,8],[744,8]]},"707":{"position":[[1544,8]]}}}],["method",{"_index":414,"t":{"282":{"position":[[682,6],[904,6]]},"460":{"position":[[57,7]]},"463":{"position":[[107,7],[176,6],[187,7]]},"515":{"position":[[5,6]]},"663":{"position":[[390,6],[612,6]]},"701":{"position":[[185,6],[280,6],[319,6],[350,6],[626,6]]},"729":{"position":[[390,6],[612,6]]},"733":{"position":[[1077,6],[1299,6]]},"870":{"position":[[889,6]]}}}],["metric",{"_index":218,"t":{"262":{"position":[[38,7]]},"264":{"position":[[33,7]]},"268":{"position":[[78,7]]},"270":{"position":[[42,7],[122,7],[137,6],[175,6],[447,6],[492,6],[771,6],[821,6],[1124,6],[1174,6],[1477,6],[1527,6],[1830,6],[1880,6],[2183,6],[2229,6]]},"282":{"position":[[2472,7],[2481,7]]},"284":{"position":[[12,7],[28,7]]},"286":{"position":[[40,7]]},"288":{"position":[[9,7]]},"290":{"position":[[59,7]]},"292":{"position":[[66,7],[101,7],[116,6],[148,6],[436,6],[471,6]]},"307":{"position":[[9,7]]},"311":{"position":[[59,7],[70,7]]},"313":{"position":[[59,7],[70,7]]},"319":{"position":[[32,7],[60,7],[187,7]]},"329":{"position":[[30,7],[52,7],[379,7],[392,7],[407,6],[439,6],[725,6],[760,6],[1051,6],[1083,6],[1362,6],[1397,6]]},"443":{"position":[[38,7]]},"445":{"position":[[53,7]]},"449":{"position":[[96,7]]},"451":{"position":[[41,7],[124,7],[139,6],[182,6],[457,6],[495,6],[774,6],[809,6],[1092,6],[1136,6],[1475,6],[1510,6]]},"711":{"position":[[8,7],[57,7],[96,7],[226,7],[248,7],[420,7],[436,7],[683,7],[704,7],[769,7]]},"766":{"position":[[246,6]]},"1068":{"position":[[38,7]]},"1070":{"position":[[58,7]]},"1074":{"position":[[103,7]]},"1076":{"position":[[113,7],[128,6],[173,6],[457,6],[492,6],[773,6],[816,6]]}}}],["metric_typ",{"_index":224,"t":{"270":{"position":[[175,11],[492,11],[821,11],[1174,11],[1527,11],[1880,11],[2229,11]]},"292":{"position":[[148,11],[471,11]]},"329":{"position":[[439,11],[760,11],[1083,11],[1397,11]]},"451":{"position":[[182,11],[495,11],[809,11],[1136,11],[1510,11]]},"1076":{"position":[[173,11],[492,11],[816,11]]}}}],["middlewar",{"_index":1499,"t":{"824":{"position":[[569,10]]}}}],["min",{"_index":960,"t":{"713":{"position":[[293,3],[888,3]]},"962":{"position":[[169,3]]},"1022":{"position":[[25,3]]},"1026":{"position":[[14,3]]},"1032":{"position":[[14,3]]}}}],["minimum",{"_index":1376,"t":{"793":{"position":[[535,7]]},"956":{"position":[[124,7]]}}}],["minlength",{"_index":937,"t":{"707":{"position":[[1196,9]]}}}],["minproperti",{"_index":938,"t":{"707":{"position":[[1292,13]]}}}],["mirror",{"_index":1411,"t":{"805":{"position":[[382,9]]},"826":{"position":[[521,7]]}}}],["misus",{"_index":1107,"t":{"762":{"position":[[950,6]]}}}],["mitr",{"_index":1482,"t":{"822":{"position":[[376,5]]}}}],["mitreid",{"_index":1498,"t":{"824":{"position":[[378,7]]}}}],["mix",{"_index":592,"t":{"463":{"position":[[275,3]]}}}],["mode",{"_index":722,"t":{"511":{"position":[[768,4],[779,4]]},"707":{"position":[[534,4]]}}}],["model",{"_index":275,"t":{"274":{"position":[[436,5]]},"655":{"position":[[221,5]]}}}],["modif",{"_index":957,"t":{"713":{"position":[[176,12]]},"802":{"position":[[407,12]]}}}],["modifi",{"_index":60,"t":{"12":{"position":[[391,8],[430,8]]},"22":{"position":[[416,8]]},"42":{"position":[[335,8],[359,8]]},"54":{"position":[[359,8],[383,8]]},"158":{"position":[[172,8],[330,8],[488,8]]},"170":{"position":[[162,8]]},"184":{"position":[[150,8]]},"198":{"position":[[150,8]]},"217":{"position":[[412,8]]},"219":{"position":[[475,8]]},"224":{"position":[[396,8]]},"233":{"position":[[377,8]]},"242":{"position":[[371,8]]},"251":{"position":[[387,8]]},"427":{"position":[[22,8]]},"460":{"position":[[471,6],[713,6],[802,6]]},"477":{"position":[[403,6]]},"481":{"position":[[31,6]]},"495":{"position":[[22,8]]},"525":{"position":[[55,9]]},"534":{"position":[[403,8],[862,8],[1227,8],[1589,8],[1959,8]]},"539":{"position":[[400,8],[765,8]]},"544":{"position":[[426,8],[788,8],[1158,8]]},"549":{"position":[[426,8]]},"561":{"position":[[516,8]]},"573":{"position":[[516,8]]},"583":{"position":[[516,8]]},"595":{"position":[[516,8]]},"605":{"position":[[1009,6],[1067,6]]},"609":{"position":[[459,8]]},"623":{"position":[[468,8]]},"635":{"position":[[364,8]]},"677":{"position":[[1063,8]]},"679":{"position":[[334,8]]},"681":{"position":[[1145,8]]},"687":{"position":[[747,8],[1327,8]]},"689":{"position":[[91,6]]},"691":{"position":[[95,6]]},"752":{"position":[[942,6],[1564,6]]},"764":{"position":[[1246,8],[1469,6]]},"780":{"position":[[1229,8]]},"793":{"position":[[204,8]]},"802":{"position":[[139,8]]},"930":{"position":[[22,8]]},"956":{"position":[[13,8]]},"972":{"position":[[13,8]]},"1052":{"position":[[13,8]]}}}],["modified_at",{"_index":59,"t":{"12":{"position":[[391,11]]},"42":{"position":[[359,11]]},"54":{"position":[[383,11]]}}}],["modified_bi",{"_index":61,"t":{"12":{"position":[[430,11]]},"42":{"position":[[335,11]]},"54":{"position":[[359,11]]}}}],["modified_on",{"_index":96,"t":{"22":{"position":[[416,11]]},"158":{"position":[[172,11],[330,11],[488,11]]},"170":{"position":[[162,11]]},"184":{"position":[[150,11]]},"198":{"position":[[150,11]]},"217":{"position":[[412,11]]},"219":{"position":[[475,11]]},"224":{"position":[[396,11]]},"233":{"position":[[377,11]]},"242":{"position":[[371,11]]},"251":{"position":[[387,11]]},"534":{"position":[[403,11],[862,11],[1227,11],[1589,11],[1959,11]]},"539":{"position":[[400,11],[765,11]]},"544":{"position":[[426,11],[788,11],[1158,11]]},"549":{"position":[[426,11]]},"561":{"position":[[516,11]]},"573":{"position":[[516,11]]},"583":{"position":[[516,11]]},"595":{"position":[[516,11]]},"609":{"position":[[459,11]]},"623":{"position":[[468,11]]},"635":{"position":[[364,11]]},"677":{"position":[[1063,11]]},"679":{"position":[[334,11]]},"681":{"position":[[1145,11]]},"687":{"position":[[747,11],[1327,11]]}}}],["modifyackdeadlin",{"_index":1574,"t":{"958":{"position":[[67,17]]},"964":{"position":[[125,17]]}}}],["modifyacl",{"_index":539,"t":{"429":{"position":[[54,9]]},"435":{"position":[[117,9]]},"497":{"position":[[58,9]]},"503":{"position":[[96,9]]},"689":{"position":[[175,9]]},"691":{"position":[[191,9]]},"932":{"position":[[59,9]]},"938":{"position":[[129,9]]}}}],["modifyoffset",{"_index":964,"t":{"713":{"position":[[745,12]]},"721":{"position":[[44,12]]},"1054":{"position":[[67,12]]},"1060":{"position":[[125,12]]}}}],["modifypushconfig",{"_index":1577,"t":{"974":{"position":[[67,16]]},"982":{"position":[[124,16]]}}}],["modyf",{"_index":1580,"t":{"980":{"position":[[275,8]]}}}],["mongodb",{"_index":664,"t":{"469":{"position":[[922,7],[997,7]]}}}],["monitor",{"_index":513,"t":{"343":{"position":[[92,10]]},"345":{"position":[[123,10]]},"355":{"position":[[101,10]]},"367":{"position":[[85,10]]},"369":{"position":[[131,10]]},"381":{"position":[[74,10]]},"389":{"position":[[74,10]]},"409":{"position":[[106,10]]},"421":{"position":[[85,10]]},"435":{"position":[[106,10]]},"449":{"position":[[85,10]]},"489":{"position":[[106,10]]},"503":{"position":[[85,10]]},"744":{"position":[[625,10]]},"762":{"position":[[1488,10]]},"805":{"position":[[250,10]]},"816":{"position":[[240,10]]},"822":{"position":[[1032,10],[1106,10]]},"824":{"position":[[1454,7]]},"829":{"position":[[380,10],[400,10],[428,10],[464,10]]},"844":{"position":[[38,10]]},"846":{"position":[[119,10]]},"850":{"position":[[38,10]]},"852":{"position":[[95,10]]},"854":{"position":[[38,10]]},"856":{"position":[[95,10]]},"894":{"position":[[139,10],[331,10]]},"904":{"position":[[139,10]]},"914":{"position":[[140,10]]},"1074":{"position":[[92,10]]}}}],["month",{"_index":1252,"t":{"776":{"position":[[509,5]]},"778":{"position":[[337,6]]}}}],["more",{"_index":338,"t":{"276":{"position":[[1322,4]]},"278":{"position":[[283,4]]},"460":{"position":[[153,4]]},"669":{"position":[[727,4]]},"671":{"position":[[36,4]]},"677":{"position":[[1209,4]]},"679":{"position":[[543,4]]},"681":{"position":[[1224,4]]},"683":{"position":[[509,4]]},"685":{"position":[[461,4]]},"687":{"position":[[1407,4]]},"707":{"position":[[114,4],[690,4],[1467,4],[2364,4]]},"709":{"position":[[986,4],[1210,4],[1390,4],[1873,4],[2017,4]]},"737":{"position":[[153,4]]},"739":{"position":[[904,4]]},"741":{"position":[[226,4]]},"752":{"position":[[373,4],[870,4],[1537,4]]},"760":{"position":[[792,4]]},"766":{"position":[[681,4]]},"814":{"position":[[108,4]]},"829":{"position":[[352,4]]}}}],["moreov",{"_index":1189,"t":{"764":{"position":[[1921,8]]},"766":{"position":[[742,8]]},"816":{"position":[[388,8]]}}}],["move",{"_index":965,"t":{"713":{"position":[[770,4],[912,6]]},"721":{"position":[[66,4],[97,4]]},"746":{"position":[[1258,4]]}}}],["movement",{"_index":1166,"t":{"764":{"position":[[625,8]]}}}],["msg",{"_index":619,"t":{"465":{"position":[[315,3]]},"469":{"position":[[960,3]]},"675":{"position":[[373,3]]},"746":{"position":[[2196,3]]}}}],["multi",{"_index":1379,"t":{"795":{"position":[[95,5]]}}}],["multipl",{"_index":313,"t":{"276":{"position":[[640,8],[975,8]]},"278":{"position":[[111,8]]},"280":{"position":[[661,8]]},"463":{"position":[[729,8]]},"509":{"position":[[574,8],[612,8]]},"511":{"position":[[174,8],[857,8],[974,8]]},"653":{"position":[[110,8],[148,8]]},"659":{"position":[[213,8]]},"681":{"position":[[711,8],[763,8]]},"709":{"position":[[502,8]]},"723":{"position":[[144,8]]},"733":{"position":[[144,8]]},"748":{"position":[[144,8]]},"824":{"position":[[1348,8]]},"829":{"position":[[154,8]]}}}],["myproject",{"_index":1546,"t":{"848":{"position":[[1086,9],[1443,9],[1654,9]]}}}],["mysubscript",{"_index":1547,"t":{"848":{"position":[[1110,14],[1467,14],[1678,14]]}}}],["n",{"_index":899,"t":{"701":{"position":[[52,1]]}}}],["nack",{"_index":426,"t":{"282":{"position":[[1394,4]]},"665":{"position":[[412,4]]},"731":{"position":[[409,4]]},"748":{"position":[[1257,4]]}}}],["name",{"_index":14,"t":{"8":{"position":[[3,4],[38,4],[52,4],[65,4],[78,4]]},"12":{"position":[[138,4],[173,4],[187,4],[200,4],[213,4]]},"22":{"position":[[151,4],[181,4],[203,4]]},"42":{"position":[[104,4],[128,4],[152,4]]},"50":{"position":[[43,4]]},"54":{"position":[[128,4],[152,4],[176,4]]},"72":{"position":[[27,4],[49,4]]},"74":{"position":[[8,4],[14,4],[73,4],[79,4]]},"78":{"position":[[134,4],[289,4],[370,4]]},"84":{"position":[[27,4]]},"86":{"position":[[8,4],[14,4]]},"90":{"position":[[165,4],[320,4],[401,4],[492,4],[647,4],[728,4]]},"98":{"position":[[28,4],[50,4]]},"100":{"position":[[8,4],[14,4],[73,4],[79,4]]},"104":{"position":[[64,4],[208,4]]},"106":{"position":[[138,4],[293,4],[374,4]]},"112":{"position":[[27,4],[49,4]]},"114":{"position":[[8,4],[14,4],[72,4],[78,4]]},"118":{"position":[[19,4],[58,4],[111,4],[255,4]]},"120":{"position":[[132,4],[171,4],[287,4],[368,4]]},"126":{"position":[[30,4],[52,4]]},"128":{"position":[[8,4],[14,4],[72,4],[78,4]]},"138":{"position":[[28,4],[50,4]]},"140":{"position":[[8,4],[14,4],[72,4],[78,4]]},"144":{"position":[[16,4]]},"158":{"position":[[113,4],[271,4],[429,4]]},"164":{"position":[[27,4]]},"166":{"position":[[8,4],[14,4]]},"170":{"position":[[103,4]]},"174":{"position":[[58,4]]},"176":{"position":[[28,4]]},"178":{"position":[[8,4],[14,4]]},"184":{"position":[[90,4]]},"188":{"position":[[42,4]]},"190":{"position":[[27,4]]},"192":{"position":[[8,4],[14,4]]},"194":{"position":[[3,4],[22,4]]},"198":{"position":[[82,4]]},"204":{"position":[[30,4]]},"206":{"position":[[8,4],[14,4]]},"217":{"position":[[292,4]]},"219":{"position":[[361,4]]},"224":{"position":[[276,4]]},"233":{"position":[[253,4]]},"242":{"position":[[247,4]]},"251":{"position":[[263,4]]},"264":{"position":[[27,4]]},"266":{"position":[[8,4],[14,4],[40,4],[46,4]]},"270":{"position":[[261,4],[578,4],[912,4],[1265,4],[1618,4],[1971,4],[2315,4]]},"274":{"position":[[960,5]]},"280":{"position":[[90,5],[329,4],[353,5]]},"292":{"position":[[240,4],[563,4]]},"329":{"position":[[531,4],[852,4],[1175,4],[1489,4]]},"333":{"position":[[104,4],[128,5],[217,4]]},"335":{"position":[[54,4]]},"337":{"position":[[27,4],[47,4]]},"339":{"position":[[68,4]]},"341":{"position":[[8,4],[14,4],[50,4],[66,4]]},"345":{"position":[[89,4]]},"351":{"position":[[30,4],[50,4]]},"353":{"position":[[8,4],[14,4],[50,4],[66,4]]},"363":{"position":[[27,4],[47,4]]},"365":{"position":[[8,4],[14,4],[47,4],[63,4]]},"369":{"position":[[97,4]]},"375":{"position":[[27,4]]},"377":{"position":[[8,4],[14,4]]},"381":{"position":[[41,4],[92,4]]},"383":{"position":[[27,4]]},"385":{"position":[[8,4],[14,4]]},"389":{"position":[[41,4]]},"391":{"position":[[27,4]]},"393":{"position":[[8,4],[14,4]]},"397":{"position":[[41,4]]},"403":{"position":[[28,4],[48,4]]},"405":{"position":[[8,4],[14,4],[61,4]]},"417":{"position":[[27,4],[47,4]]},"419":{"position":[[8,4],[14,4],[40,4],[46,4]]},"429":{"position":[[28,4],[48,4]]},"431":{"position":[[8,4],[14,4],[40,4],[46,4]]},"445":{"position":[[27,4],[47,4]]},"447":{"position":[[8,4],[14,4],[40,4],[46,4]]},"451":{"position":[[266,4],[579,4],[893,4],[1220,4],[1593,4]]},"460":{"position":[[310,4]]},"467":{"position":[[346,4]]},"469":{"position":[[646,4],[940,4]]},"473":{"position":[[132,4],[270,4]]},"475":{"position":[[153,4],[242,4],[329,4],[404,4]]},"485":{"position":[[26,4],[51,4]]},"487":{"position":[[8,4],[14,4],[38,4],[44,4]]},"497":{"position":[[27,4],[52,4]]},"499":{"position":[[8,4],[14,4],[38,4],[44,4]]},"534":{"position":[[283,4],[650,4],[673,4],[696,4],[1109,4],[1471,4],[1841,4]]},"539":{"position":[[280,4],[647,4]]},"544":{"position":[[308,4],[670,4],[1040,4]]},"549":{"position":[[306,4]]},"555":{"position":[[21,4]]},"557":{"position":[[5,4],[11,4]]},"561":{"position":[[304,4],[327,4],[350,4]]},"573":{"position":[[304,4],[327,4],[350,4]]},"583":{"position":[[304,4],[327,4],[350,4]]},"595":{"position":[[304,4],[327,4],[350,4]]},"601":{"position":[[22,4]]},"603":{"position":[[100,4],[124,4]]},"605":{"position":[[5,4],[11,4]]},"609":{"position":[[237,4],[308,4],[332,4]]},"615":{"position":[[21,4]]},"617":{"position":[[121,4],[137,4],[151,4],[175,4]]},"619":{"position":[[5,4],[11,4]]},"623":{"position":[[241,4],[257,4],[317,4],[341,4]]},"629":{"position":[[22,4]]},"631":{"position":[[5,4],[11,4]]},"635":{"position":[[240,4]]},"641":{"position":[[24,4]]},"643":{"position":[[5,4],[11,4]]},"653":{"position":[[224,5],[289,4],[338,5],[483,4]]},"655":{"position":[[334,5]]},"657":{"position":[[104,4],[128,5]]},"677":{"position":[[868,4]]},"679":{"position":[[80,5],[280,4]]},"681":{"position":[[972,4]]},"683":{"position":[[204,5],[386,4]]},"685":{"position":[[30,5],[284,4]]},"687":{"position":[[566,4],[1148,4]]},"703":{"position":[[32,5]]},"709":{"position":[[1149,4],[1364,4]]},"723":{"position":[[35,5]]},"733":{"position":[[35,5]]},"748":{"position":[[35,5]]},"752":{"position":[[1112,4]]},"764":{"position":[[82,4],[2056,5]]},"768":{"position":[[260,4]]},"776":{"position":[[248,6]]},"778":{"position":[[365,4],[370,4],[403,4],[409,4],[493,4]]},"784":{"position":[[205,6]]},"802":{"position":[[457,5]]},"838":{"position":[[26,4],[60,4]]},"840":{"position":[[8,4],[14,4],[57,4],[80,4]]},"846":{"position":[[27,4]]},"852":{"position":[[3,4]]},"856":{"position":[[3,4]]},"866":{"position":[[26,4],[60,4]]},"868":{"position":[[8,4],[14,4],[47,4],[70,4]]},"876":{"position":[[26,4],[46,4]]},"878":{"position":[[8,4],[14,4],[61,4],[67,4]]},"888":{"position":[[26,4]]},"890":{"position":[[8,4],[14,4]]},"894":{"position":[[47,4],[238,4]]},"898":{"position":[[26,4]]},"900":{"position":[[8,4],[14,4]]},"904":{"position":[[47,4]]},"908":{"position":[[26,4]]},"910":{"position":[[8,4],[14,4]]},"914":{"position":[[47,4]]},"920":{"position":[[26,4],[51,4]]},"922":{"position":[[8,4],[14,4],[45,4],[68,4]]},"932":{"position":[[28,4],[53,4]]},"934":{"position":[[8,4],[14,4],[38,4],[44,4]]},"946":{"position":[[29,4],[63,4]]},"948":{"position":[[8,4],[14,4],[47,4],[70,4]]},"958":{"position":[[27,4],[61,4]]},"962":{"position":[[8,4],[14,4],[47,4],[70,4]]},"974":{"position":[[27,4],[61,4]]},"980":{"position":[[8,4],[14,4],[47,4],[70,4]]},"992":{"position":[[27,4],[61,4]]},"996":{"position":[[8,4],[14,4],[47,4],[70,4]]},"1008":{"position":[[27,4],[61,4]]},"1012":{"position":[[8,4],[14,4],[47,4],[70,4]]},"1024":{"position":[[26,4],[60,4]]},"1028":{"position":[[8,4],[14,4],[47,4],[70,4]]},"1040":{"position":[[26,4],[60,4]]},"1042":{"position":[[8,4],[14,4],[47,4],[70,4]]},"1054":{"position":[[27,4],[61,4]]},"1058":{"position":[[8,4],[14,4],[47,4],[70,4]]},"1070":{"position":[[27,4],[52,4]]},"1072":{"position":[[8,4],[14,4],[38,4],[44,4]]},"1076":{"position":[[264,4],[576,4],[906,4]]}}}],["name1",{"_index":167,"t":{"144":{"position":[[24,5]]}}}],["namespac",{"_index":709,"t":{"509":{"position":[[382,11],[475,11]]}}}],["nanosecond",{"_index":812,"t":{"653":{"position":[[1287,11]]},"667":{"position":[[856,11]]},"695":{"position":[[131,11]]}}}],["nation",{"_index":1145,"t":{"764":{"position":[[88,8],[348,8],[1340,8]]},"786":{"position":[[81,8]]},"818":{"position":[[4,8]]}}}],["nativ",{"_index":711,"t":{"509":{"position":[[466,8]]}}}],["natur",{"_index":1163,"t":{"764":{"position":[[546,7]]},"772":{"position":[[115,7],[301,7]]},"774":{"position":[[137,7]]}}}],["navig",{"_index":1216,"t":{"768":{"position":[[97,10]]},"778":{"position":[[307,10]]}}}],["nda",{"_index":1467,"t":{"818":{"position":[[1011,3]]}}}],["necessari",{"_index":1119,"t":{"762":{"position":[[1681,9]]},"764":{"position":[[1522,9]]},"766":{"position":[[582,9]]},"772":{"position":[[60,9]]},"776":{"position":[[19,9]]},"778":{"position":[[102,9]]},"797":{"position":[[96,9]]},"802":{"position":[[218,9]]},"814":{"position":[[148,9]]},"816":{"position":[[647,9]]}}}],["need",{"_index":158,"t":{"136":{"position":[[179,5]]},"144":{"position":[[176,5]]},"276":{"position":[[1536,5],[1765,6]]},"282":{"position":[[1623,6]]},"339":{"position":[[7,4],[48,4]]},"407":{"position":[[326,4]]},"671":{"position":[[64,4]]},"673":{"position":[[67,4]]},"677":{"position":[[110,5]]},"709":{"position":[[1087,4],[1129,4],[1302,4],[1344,4],[1634,5]]},"731":{"position":[[638,6]]},"746":{"position":[[202,4]]},"748":{"position":[[1486,6]]},"752":{"position":[[1009,5]]},"770":{"position":[[177,4]]},"791":{"position":[[227,4]]},"826":{"position":[[554,6],[637,6]]},"870":{"position":[[384,5]]}}}],["neg",{"_index":1314,"t":{"780":{"position":[[1887,8]]}}}],["neglect",{"_index":1317,"t":{"780":{"position":[[2044,7]]}}}],["network",{"_index":270,"t":{"274":{"position":[[233,7],[780,7]]},"651":{"position":[[193,7]]},"791":{"position":[[720,8]]},"800":{"position":[[282,8]]},"802":{"position":[[336,7]]},"807":{"position":[[218,7]]},"829":{"position":[[63,7]]}}}],["new",{"_index":9,"t":{"4":{"position":[[23,3]]},"8":{"position":[[11,3]]},"12":{"position":[[146,3]]},"16":{"position":[[72,3]]},"94":{"position":[[23,3]]},"118":{"position":[[54,3]]},"120":{"position":[[167,3]]},"136":{"position":[[164,3]]},"158":{"position":[[443,3],[571,3]]},"168":{"position":[[81,3]]},"170":{"position":[[117,3],[245,3]]},"174":{"position":[[23,3]]},"182":{"position":[[97,3]]},"184":{"position":[[105,3],[233,3]]},"194":{"position":[[10,3]]},"196":{"position":[[96,3]]},"198":{"position":[[97,3]]},"208":{"position":[[84,3]]},"268":{"position":[[74,3]]},"276":{"position":[[1922,3]]},"282":{"position":[[2121,3],[2308,3]]},"335":{"position":[[23,3]]},"343":{"position":[[81,3]]},"345":{"position":[[112,3]]},"355":{"position":[[90,3]]},"367":{"position":[[74,3]]},"369":{"position":[[120,3]]},"379":{"position":[[74,3]]},"381":{"position":[[63,3],[114,3]]},"387":{"position":[[74,3]]},"389":{"position":[[63,3]]},"395":{"position":[[74,3]]},"397":{"position":[[63,3]]},"409":{"position":[[95,3]]},"421":{"position":[[74,3]]},"435":{"position":[[95,3]]},"449":{"position":[[74,3]]},"475":{"position":[[768,3],[826,3],[1345,3],[1415,3]]},"599":{"position":[[23,3]]},"673":{"position":[[750,3]]},"677":{"position":[[466,3],[1195,3]]},"683":{"position":[[193,3]]},"685":{"position":[[12,3]]},"705":{"position":[[197,3]]},"709":{"position":[[910,3],[1020,3],[1244,3],[1619,3]]},"715":{"position":[[197,3]]},"725":{"position":[[197,3]]},"735":{"position":[[202,3]]},"746":{"position":[[1333,3],[2105,3]]},"750":{"position":[[197,3]]},"752":{"position":[[66,3],[1480,3]]},"826":{"position":[[384,3]]},"831":{"position":[[213,3],[266,3]]},"836":{"position":[[23,3]]},"842":{"position":[[94,3]]},"844":{"position":[[27,3]]},"846":{"position":[[50,3],[108,3]]},"850":{"position":[[27,3]]},"852":{"position":[[26,3],[84,3]]},"854":{"position":[[27,3]]},"856":{"position":[[26,3],[84,3]]},"870":{"position":[[46,3]]},"892":{"position":[[81,3]]},"894":{"position":[[70,3],[128,3],[261,3],[320,3]]},"902":{"position":[[81,3]]},"904":{"position":[[70,3],[128,3]]},"912":{"position":[[81,3]]},"914":{"position":[[70,3],[129,3]]},"924":{"position":[[74,3]]},"938":{"position":[[98,3]]},"950":{"position":[[82,3]]},"964":{"position":[[94,3]]},"980":{"position":[[567,3]]},"982":{"position":[[93,3]]},"986":{"position":[[472,3]]},"998":{"position":[[94,3]]},"1014":{"position":[[93,3]]},"1030":{"position":[[93,3]]},"1044":{"position":[[80,3]]},"1060":{"position":[[94,3]]},"1074":{"position":[[74,3]]}}}],["newcom",{"_index":1532,"t":{"833":{"position":[[58,8]]}}}],["newli",{"_index":39,"t":{"12":{"position":[[41,5]]},"22":{"position":[[41,5]]},"32":{"position":[[41,5]]},"106":{"position":[[41,5]]},"184":{"position":[[41,5]]},"198":{"position":[[41,5]]},"233":{"position":[[59,5]]},"345":{"position":[[41,5]]},"609":{"position":[[41,5]]},"623":{"position":[[41,5]]},"635":{"position":[[41,5]]}}}],["newlin",{"_index":904,"t":{"701":{"position":[[123,8],[213,7],[408,8],[506,8]]}}}],["newrandomtoken",{"_index":799,"t":{"635":{"position":[[266,14]]}}}],["newus",{"_index":211,"t":{"229":{"position":[[103,7]]},"233":{"position":[[261,7]]},"238":{"position":[[102,7]]},"242":{"position":[[255,7]]},"247":{"position":[[103,7]]},"251":{"position":[[271,7]]},"256":{"position":[[90,7]]}}}],["next",{"_index":411,"t":{"282":{"position":[[481,4]]},"471":{"position":[[393,4]]},"544":{"position":[[51,4]]},"663":{"position":[[189,4]]},"713":{"position":[[425,4]]},"729":{"position":[[189,4]]},"733":{"position":[[876,4]]},"746":{"position":[[1270,4]]},"756":{"position":[[249,4]]},"758":{"position":[[231,4],[321,4],[474,4],[652,4],[727,4]]},"860":{"position":[[374,4],[464,4],[617,4],[795,4],[870,4]]}}}],["nextpagetoken",{"_index":204,"t":{"217":{"position":[[455,13]]},"219":{"position":[[518,13]]},"224":{"position":[[439,13]]},"373":{"position":[[407,13]]},"381":{"position":[[143,13]]},"389":{"position":[[92,13]]},"397":{"position":[[92,13]]},"527":{"position":[[213,13]]},"534":{"position":[[2025,13]]},"539":{"position":[[808,13]]},"544":{"position":[[1224,13]]},"549":{"position":[[469,13]]},"884":{"position":[[435,13]]},"894":{"position":[[429,13]]},"904":{"position":[[238,13]]},"914":{"position":[[239,13]]}}}],["node",{"_index":271,"t":{"274":{"position":[[269,5],[820,5]]},"282":{"position":[[1746,5]]},"284":{"position":[[82,5]]},"292":{"position":[[130,4],[223,4],[424,4],[450,4],[546,4],[750,4]]},"329":{"position":[[421,4],[514,4],[713,4],[739,4],[835,4],[1039,4],[1065,4],[1158,4],[1350,4],[1376,4],[1472,4],[1669,4]]},"467":{"position":[[275,4],[404,4]]},"469":{"position":[[641,4]]},"651":{"position":[[229,5]]},"711":{"position":[[720,4],[743,4]]},"731":{"position":[[761,5]]},"748":{"position":[[1609,5]]}}}],["non",{"_index":424,"t":{"282":{"position":[[1311,3]]},"439":{"position":[[49,3]]},"507":{"position":[[49,3]]},"665":{"position":[[329,3]]},"707":{"position":[[1742,3]]},"731":{"position":[[326,3]]},"748":{"position":[[1174,3]]},"818":{"position":[[1016,3]]},"942":{"position":[[49,3]]}}}],["not_found",{"_index":542,"t":{"439":{"position":[[118,9],[219,9]]},"460":{"position":[[386,9],[526,9]]},"507":{"position":[[118,9],[219,9]]},"942":{"position":[[119,9],[220,9]]}}}],["note",{"_index":521,"t":{"373":{"position":[[284,4]]},"527":{"position":[[90,4]]},"707":{"position":[[1668,4]]},"713":{"position":[[1056,4]]},"739":{"position":[[106,4]]},"746":{"position":[[467,4]]},"752":{"position":[[1312,4]]},"884":{"position":[[304,4]]},"980":{"position":[[480,4]]},"986":{"position":[[305,4]]},"990":{"position":[[103,4]]}}}],["notic",{"_index":368,"t":{"278":{"position":[[182,10]]},"683":{"position":[[428,6]]},"762":{"position":[[1874,6]]}}}],["notif",{"_index":296,"t":{"276":{"position":[[153,13]]}}}],["notifi",{"_index":297,"t":{"276":{"position":[[233,8],[604,6]]},"653":{"position":[[610,6]]},"709":{"position":[[825,6]]},"810":{"position":[[550,8]]}}}],["notion",{"_index":712,"t":{"509":{"position":[[521,6]]},"653":{"position":[[57,6]]}}}],["now",{"_index":704,"t":{"509":{"position":[[179,3]]},"677":{"position":[[184,3]]},"689":{"position":[[319,3]]},"691":{"position":[[334,3]]},"709":{"position":[[1968,3]]},"713":{"position":[[655,3]]}}}],["number",{"_index":221,"t":{"262":{"position":[[82,6]]},"270":{"position":[[51,6],[69,6],[155,6],[389,6],[465,6],[706,6],[794,6],[1046,6],[1147,6],[1399,6],[1500,6],[1752,6],[1853,6],[2105,6],[2201,6],[2504,6]]},"305":{"position":[[93,6]]},"443":{"position":[[83,6]]},"451":{"position":[[50,6],[155,6],[396,6],[473,6],[709,6],[716,6],[790,6],[1108,6],[1410,6]]},"469":{"position":[[782,6]]},"653":{"position":[[1402,6]]},"667":{"position":[[655,7]]},"669":{"position":[[24,6],[636,6]]},"711":{"position":[[104,6],[121,6],[162,6],[186,6],[256,6],[444,6],[463,6],[487,6],[528,6]]},"739":{"position":[[396,6],[606,6]]},"793":{"position":[[543,6]]},"848":{"position":[[594,6]]},"996":{"position":[[107,6],[312,6]]},"1058":{"position":[[111,6]]},"1068":{"position":[[90,6]]},"1076":{"position":[[29,6],[151,6],[392,6],[399,6],[473,6]]}}}],["number_of_byt",{"_index":551,"t":{"451":{"position":[[790,15]]},"1076":{"position":[[473,15]]}}}],["number_of_daily_messag",{"_index":246,"t":{"270":{"position":[[2201,24]]},"451":{"position":[[1108,24]]}}}],["number_of_messag",{"_index":550,"t":{"451":{"position":[[473,18]]},"1076":{"position":[[151,18]]}}}],["number_of_subscript",{"_index":240,"t":{"270":{"position":[[465,23],[794,23],[1147,23],[1500,23],[1853,23]]},"451":{"position":[[155,23]]}}}],["number_of_top",{"_index":223,"t":{"270":{"position":[[155,16]]}}}],["nw32zc",{"_index":943,"t":{"707":{"position":[[1919,6]]}}}],["object",{"_index":139,"t":{"78":{"position":[[397,6]]},"90":{"position":[[428,6],[755,6]]},"104":{"position":[[38,6]]},"106":{"position":[[401,6]]},"118":{"position":[[85,6]]},"120":{"position":[[406,6]]},"463":{"position":[[347,6]]},"707":{"position":[[1025,6],[1101,6],[1282,6]]},"776":{"position":[[2011,9]]}}}],["oblig",{"_index":1429,"t":{"810":{"position":[[620,7],[774,11]]},"812":{"position":[[468,10]]},"816":{"position":[[882,10]]},"818":{"position":[[929,9],[1318,11]]}}}],["obtain",{"_index":1251,"t":{"776":{"position":[[449,6],[1283,6],[1522,6]]},"807":{"position":[[440,8]]}}}],["occur",{"_index":383,"t":{"278":{"position":[[457,5]]},"791":{"position":[[542,5]]}}}],["offic",{"_index":1238,"t":{"774":{"position":[[397,8]]},"782":{"position":[[289,7]]},"784":{"position":[[112,7]]},"810":{"position":[[513,7]]},"818":{"position":[[366,7],[397,7],[420,7],[455,7]]}}}],["offici",{"_index":729,"t":{"513":{"position":[[150,8]]}}}],["offset",{"_index":328,"t":{"276":{"position":[[1083,6],[1583,6]]},"511":{"position":[[923,6]]},"713":{"position":[[169,6],[229,7],[364,6],[533,7],[608,6],[722,6],[871,7],[931,6],[1200,6]]},"717":{"position":[[17,7],[106,7]]},"719":{"position":[[92,7]]},"721":{"position":[[86,7]]},"1022":{"position":[[46,6]]},"1024":{"position":[[66,7]]},"1030":{"position":[[124,7]]},"1038":{"position":[[25,6]]},"1048":{"position":[[3,6]]},"1052":{"position":[[34,6]]},"1056":{"position":[[3,6]]},"1058":{"position":[[86,6],[104,6]]},"1062":{"position":[[3,6]]}}}],["offset_config",{"_index":1591,"t":{"1058":{"position":[[86,13]]}}}],["oidc",{"_index":1495,"t":{"824":{"position":[[165,4]]}}}],["ok",{"_index":41,"t":{"12":{"position":[[84,2]]},"22":{"position":[[81,2]]},"32":{"position":[[81,2]]},"42":{"position":[[78,2]]},"54":{"position":[[76,2]]},"64":{"position":[[21,2]]},"78":{"position":[[80,2]]},"90":{"position":[[96,2]]},"106":{"position":[[84,2]]},"120":{"position":[[78,2]]},"132":{"position":[[59,2]]},"146":{"position":[[21,2]]},"158":{"position":[[91,2]]},"170":{"position":[[97,2]]},"184":{"position":[[84,2]]},"198":{"position":[[76,2]]},"210":{"position":[[27,2]]},"217":{"position":[[112,2]]},"224":{"position":[[96,2]]},"233":{"position":[[99,2]]},"242":{"position":[[93,2]]},"251":{"position":[[91,2]]},"258":{"position":[[30,2]]},"270":{"position":[[116,2]]},"292":{"position":[[95,2]]},"301":{"position":[[90,2],[106,2]]},"315":{"position":[[124,2]]},"329":{"position":[[21,2]]},"345":{"position":[[83,2]]},"357":{"position":[[27,2]]},"369":{"position":[[91,2]]},"373":{"position":[[388,2]]},"381":{"position":[[21,2]]},"389":{"position":[[21,2]]},"397":{"position":[[21,2]]},"411":{"position":[[100,2]]},"423":{"position":[[81,2]]},"437":{"position":[[21,2]]},"451":{"position":[[118,2]]},"463":{"position":[[308,2]]},"491":{"position":[[21,2]]},"505":{"position":[[21,2]]},"521":{"position":[[21,2]]},"527":{"position":[[194,2]]},"534":{"position":[[103,2]]},"539":{"position":[[100,2]]},"544":{"position":[[85,2]]},"549":{"position":[[126,2]]},"561":{"position":[[94,2]]},"573":{"position":[[94,2]]},"583":{"position":[[94,2]]},"595":{"position":[[94,2]]},"609":{"position":[[81,2]]},"623":{"position":[[84,2]]},"635":{"position":[[84,2]]},"647":{"position":[[63,2]]},"689":{"position":[[316,2]]},"691":{"position":[[331,2]]},"846":{"position":[[21,2]]},"880":{"position":[[135,2]]},"884":{"position":[[408,2]]},"894":{"position":[[21,2]]},"904":{"position":[[21,2]]},"914":{"position":[[21,2]]},"926":{"position":[[21,2]]},"940":{"position":[[21,2]]},"952":{"position":[[27,2]]},"968":{"position":[[27,2]]},"986":{"position":[[27,2]]},"1002":{"position":[[4,2]]},"1018":{"position":[[21,2]]},"1034":{"position":[[27,2]]},"1046":{"position":[[27,2]]},"1064":{"position":[[27,2]]},"1076":{"position":[[107,2]]}}}],["older",{"_index":717,"t":{"511":{"position":[[572,5]]}}}],["on",{"_index":146,"t":{"110":{"position":[[62,3]]},"276":{"position":[[1227,3],[1649,3]]},"280":{"position":[[730,3]]},"305":{"position":[[165,3]]},"509":{"position":[[597,3]]},"511":{"position":[[147,3]]},"653":{"position":[[133,3],[1433,3],[1608,3]]},"659":{"position":[[282,3]]},"707":{"position":[[219,3],[408,3],[1460,3],[1776,3],[1864,3]]},"739":{"position":[[637,3],[744,3]]},"776":{"position":[[501,3]]},"822":{"position":[[110,3]]},"826":{"position":[[98,3],[394,3]]},"829":{"position":[[345,3]]},"996":{"position":[[343,3],[450,3]]}}}],["onc",{"_index":361,"t":{"278":{"position":[[55,4]]}}}],["ongo",{"_index":1459,"t":{"816":{"position":[[1204,7]]},"818":{"position":[[1513,7]]}}}],["onlin",{"_index":837,"t":{"667":{"position":[[598,6]]},"780":{"position":[[1707,6]]}}}],["op",{"_index":1579,"t":{"978":{"position":[[173,3]]}}}],["open",{"_index":819,"t":{"653":{"position":[[1588,4]]},"739":{"position":[[724,4]]},"870":{"position":[[482,4]]},"996":{"position":[[430,4]]}}}],["openid",{"_index":673,"t":{"471":{"position":[[487,6]]}}}],["oper",{"_index":450,"t":{"284":{"position":[[0,11]]},"286":{"position":[[28,11]]},"292":{"position":[[54,11]]},"319":{"position":[[48,11],[175,11]]},"329":{"position":[[367,11]]},"605":{"position":[[962,7]]},"711":{"position":[[671,11],[692,11]]},"756":{"position":[[178,9],[260,9]]},"762":{"position":[[1463,11]]},"766":{"position":[[172,9]]},"778":{"position":[[120,10]]},"789":{"position":[[752,11]]},"791":{"position":[[0,10],[898,9]]},"793":{"position":[[299,10]]},"795":{"position":[[406,11]]},"797":{"position":[[0,10],[327,11]]},"800":{"position":[[463,11]]},"802":{"position":[[0,10],[318,9]]},"805":{"position":[[458,11]]},"807":{"position":[[30,9],[259,9]]},"812":{"position":[[664,11]]},"822":{"position":[[397,10],[508,10]]}}}],["operational_metr",{"_index":493,"t":{"319":{"position":[[48,19]]},"329":{"position":[[367,19]]}}}],["option",{"_index":333,"t":{"276":{"position":[[1254,6],[1701,8]]},"280":{"position":[[933,8]]},"282":{"position":[[1582,8]]},"309":{"position":[[72,8],[190,8],[286,8]]},"323":{"position":[[72,8],[190,8],[286,8]]},"467":{"position":[[574,8]]},"469":{"position":[[1126,10]]},"477":{"position":[[27,6]]},"653":{"position":[[901,8],[1175,8],[1641,10]]},"667":{"position":[[91,8],[755,8]]},"697":{"position":[[85,10]]},"701":{"position":[[468,8]]},"707":{"position":[[1517,8]]},"731":{"position":[[597,8]]},"739":{"position":[[777,10]]},"748":{"position":[[1445,8]]},"831":{"position":[[179,6]]},"996":{"position":[[483,10]]}}}],["order",{"_index":164,"t":{"136":{"position":[[332,5]]},"276":{"position":[[1885,5]]},"280":{"position":[[451,5]]},"282":{"position":[[1888,5]]},"407":{"position":[[378,5]]},"477":{"position":[[483,5]]},"511":{"position":[[632,5],[809,5]]},"659":{"position":[[3,5]]},"675":{"position":[[720,5]]},"677":{"position":[[806,5]]},"689":{"position":[[3,5]]},"691":{"position":[[3,5]]},"705":{"position":[[3,5]]},"707":{"position":[[349,5],[879,5]]},"709":{"position":[[1787,5]]},"715":{"position":[[3,5]]},"725":{"position":[[3,5]]},"731":{"position":[[903,5]]},"735":{"position":[[3,5]]},"739":{"position":[[155,5]]},"741":{"position":[[41,5]]},"746":{"position":[[177,5]]},"748":{"position":[[1751,5]]},"750":{"position":[[3,5]]},"752":{"position":[[505,5]]},"774":{"position":[[504,5],[574,5]]},"812":{"position":[[308,5]]},"822":{"position":[[239,6]]},"826":{"position":[[137,5],[687,5]]},"829":{"position":[[251,5],[293,5]]},"870":{"position":[[424,5]]},"990":{"position":[[152,5]]}}}],["org",{"_index":780,"t":{"603":{"position":[[159,3]]},"609":{"position":[[367,3]]},"617":{"position":[[210,3]]},"623":{"position":[[376,3]]},"707":{"position":[[993,3]]}}}],["org1",{"_index":24,"t":{"8":{"position":[[131,4]]},"12":{"position":[[237,4]]}}}],["orga",{"_index":757,"t":{"534":{"position":[[729,4]]},"561":{"position":[[383,4]]},"573":{"position":[[383,4]]},"583":{"position":[[383,4]]},"595":{"position":[[383,4]]}}}],["organ",{"_index":23,"t":{"8":{"position":[[115,12]]},"12":{"position":[[221,12]]},"22":{"position":[[220,12]]},"42":{"position":[[171,12]]},"50":{"position":[[30,12]]},"54":{"position":[[195,12]]},"150":{"position":[[63,10]]},"534":{"position":[[713,12]]},"561":{"position":[[367,12]]},"573":{"position":[[367,12]]},"583":{"position":[[367,12]]},"595":{"position":[[367,12]]},"603":{"position":[[143,12]]},"609":{"position":[[351,12]]},"617":{"position":[[194,12]]},"623":{"position":[[360,12]]},"673":{"position":[[252,10]]},"768":{"position":[[273,12]]},"774":{"position":[[122,13],[216,13]]},"778":{"position":[[424,12]]}}}],["organis",{"_index":1273,"t":{"780":{"position":[[141,14]]},"786":{"position":[[42,14]]},"789":{"position":[[307,14]]},"791":{"position":[[563,14]]},"793":{"position":[[511,14]]},"824":{"position":[[1441,8]]}}}],["organiz",{"_index":1224,"t":{"770":{"position":[[197,14]]},"800":{"position":[[228,14]]},"810":{"position":[[14,14]]},"812":{"position":[[14,14]]},"816":{"position":[[153,14]]}}}],["orient",{"_index":274,"t":{"274":{"position":[[391,8]]},"655":{"position":[[176,8]]},"824":{"position":[[560,8]]}}}],["origin",{"_index":1009,"t":{"746":{"position":[[588,8],[2365,8],[2499,8]]},"768":{"position":[[390,6]]}}}],["os",{"_index":748,"t":{"523":{"position":[[169,2]]}}}],["otherwis",{"_index":732,"t":{"513":{"position":[[181,9]]},"780":{"position":[[1285,9]]}}}],["out",{"_index":719,"t":{"511":{"position":[[625,3]]},"513":{"position":[[206,3]]},"764":{"position":[[883,3]]},"766":{"position":[[731,3]]},"776":{"position":[[701,3],[1681,3]]},"810":{"position":[[267,3],[717,3]]}}}],["outgo",{"_index":1558,"t":{"858":{"position":[[97,8],[331,8]]},"980":{"position":[[456,8]]}}}],["output",{"_index":650,"t":{"467":{"position":[[759,6]]}}}],["outsid",{"_index":1419,"t":{"807":{"position":[[465,7]]}}}],["over",{"_index":276,"t":{"274":{"position":[[442,4]]},"278":{"position":[[395,4]]},"655":{"position":[[227,4]]},"707":{"position":[[865,4]]},"816":{"position":[[1004,4]]}}}],["owner",{"_index":1039,"t":{"752":{"position":[[475,5],[982,5],[1069,5]]},"824":{"position":[[99,6]]},"870":{"position":[[357,5]]}}}],["ownership",{"_index":1036,"t":{"752":{"position":[[271,9],[442,9],[569,9],[770,9],[904,9]]},"848":{"position":[[155,9]]},"864":{"position":[[51,9]]},"870":{"position":[[264,9],[444,9]]},"986":{"position":[[216,9]]}}}],["p1",{"_index":1566,"t":{"880":{"position":[[75,2],[170,2],[205,2]]}}}],["pace",{"_index":396,"t":{"280":{"position":[[822,4]]},"659":{"position":[[374,4]]}}}],["pack",{"_index":914,"t":{"701":{"position":[[340,4]]}}}],["packag",{"_index":1065,"t":{"760":{"position":[[260,8]]}}}],["page",{"_index":952,"t":{"711":{"position":[[83,4]]},"764":{"position":[[2129,5]]}}}],["pages",{"_index":522,"t":{"373":{"position":[[471,8],[503,8]]},"387":{"position":[[97,8]]},"395":{"position":[[97,8]]},"527":{"position":[[277,8],[309,8]]},"537":{"position":[[83,8]]},"542":{"position":[[83,8]]},"884":{"position":[[499,8],[531,8]]},"902":{"position":[[110,8]]},"912":{"position":[[110,8]]}}}],["pagetoken",{"_index":523,"t":{"373":{"position":[[488,9]]},"395":{"position":[[108,9]]},"527":{"position":[[294,9]]},"542":{"position":[[94,9]]},"884":{"position":[[516,9]]},"902":{"position":[[121,9]]}}}],["pagin",{"_index":515,"t":{"373":{"position":[[86,10]]},"527":{"position":[[60,10]]},"884":{"position":[[93,10]]}}}],["pair",{"_index":402,"t":{"280":{"position":[[1063,4]]},"667":{"position":[[165,5]]},"707":{"position":[[1536,4]]}}}],["paradigm",{"_index":284,"t":{"274":{"position":[[895,8]]},"280":{"position":[[25,8]]},"655":{"position":[[269,8]]}}}],["param",{"_index":591,"t":{"463":{"position":[[262,6]]}}}],["paramet",{"_index":559,"t":{"455":{"position":[[45,9]]},"460":{"position":[[845,9],[989,10]]},"463":{"position":[[792,9]]},"467":{"position":[[0,9]]},"469":{"position":[[76,10],[147,10],[249,10],[1222,9]]},"473":{"position":[[248,9],[526,9]]},"475":{"position":[[201,9]]},"477":{"position":[[558,9]]},"577":{"position":[[103,9]]},"675":{"position":[[64,9],[108,9]]},"739":{"position":[[364,10]]},"752":{"position":[[1300,10]]},"980":{"position":[[242,10]]}}}],["parliament",{"_index":1160,"t":{"764":{"position":[[478,10]]}}}],["pars",{"_index":1026,"t":{"746":{"position":[[1205,5],[1827,5]]}}}],["parti",{"_index":1185,"t":{"764":{"position":[[1744,5]]},"774":{"position":[[107,5]]},"816":{"position":[[280,7]]},"818":{"position":[[829,7]]},"824":{"position":[[643,7]]}}}],["particip",{"_index":877,"t":{"681":{"position":[[656,12],[748,11],[821,11]]},"762":{"position":[[1598,12]]}}}],["particular",{"_index":1169,"t":{"764":{"position":[[818,10]]},"780":{"position":[[620,10]]}}}],["partner",{"_index":1232,"t":{"772":{"position":[[369,8],[473,8]]}}}],["pass",{"_index":590,"t":{"463":{"position":[[240,6]]},"669":{"position":[[457,6]]},"713":{"position":[[1159,6]]}}}],["password",{"_index":1102,"t":{"762":{"position":[[796,9]]},"791":{"position":[[403,9],[637,8]]}}}],["path",{"_index":646,"t":{"467":{"position":[[392,4],[448,4]]},"469":{"position":[[564,4]]},"870":{"position":[[506,4],[573,4]]},"984":{"position":[[80,4]]}}}],["paus",{"_index":412,"t":{"282":{"position":[[549,6]]},"663":{"position":[[257,6]]},"729":{"position":[[257,6]]},"733":{"position":[[944,6]]}}}],["payload",{"_index":304,"t":{"276":{"position":[[442,7]]},"653":{"position":[[1083,7]]},"667":{"position":[[68,7],[674,7]]},"707":{"position":[[1690,7],[2303,7]]},"709":{"position":[[663,7]]},"746":{"position":[[1113,7],[1280,7],[1301,7],[1453,7],[1465,7],[1499,7],[1573,7],[1833,7],[2152,7]]}}}],["pend",{"_index":52,"t":{"12":{"position":[[339,7]]},"42":{"position":[[251,7]]},"54":{"position":[[275,7]]}}}],["per",{"_index":318,"t":{"276":{"position":[[781,3]]},"278":{"position":[[312,3]]},"305":{"position":[[50,3]]},"315":{"position":[[65,3]]},"451":{"position":[[1752,3]]},"465":{"position":[[428,3]]},"467":{"position":[[486,3],[525,3]]},"469":{"position":[[698,3],[723,3]]},"477":{"position":[[568,3]]},"675":{"position":[[486,3]]},"709":{"position":[[36,3]]},"711":{"position":[[145,3],[366,3],[623,3],[712,3],[735,3],[787,3]]},"737":{"position":[[58,3]]},"848":{"position":[[633,3]]},"1076":{"position":[[1062,3]]}}}],["per_resource_auth",{"_index":627,"t":{"465":{"position":[[428,17]]},"467":{"position":[[486,17]]},"477":{"position":[[568,17]]},"675":{"position":[[486,17]]}}}],["percentag",{"_index":457,"t":{"292":{"position":[[163,10],[348,10],[486,10],[671,10]]},"329":{"position":[[454,10],[637,10],[775,10],[960,10],[1098,10],[1274,10],[1412,10],[1590,10]]}}}],["perform",{"_index":371,"t":{"278":{"position":[[248,11]]},"282":{"position":[[1757,7]]},"731":{"position":[[772,7]]},"748":{"position":[[1620,7]]},"756":{"position":[[191,9],[273,9]]},"762":{"position":[[164,7]]},"770":{"position":[[221,7]]},"776":{"position":[[6,8]]},"780":{"position":[[47,9]]},"795":{"position":[[137,9]]},"807":{"position":[[204,9]]}}}],["period",{"_index":844,"t":{"669":{"position":[[446,6]]},"713":{"position":[[1148,6]]},"744":{"position":[[479,6]]},"752":{"position":[[1293,6]]},"756":{"position":[[78,12],[101,6],[400,6]]},"766":{"position":[[865,6],[974,6]]},"776":{"position":[[491,6]]},"778":{"position":[[72,6]]},"791":{"position":[[451,8]]},"797":{"position":[[254,6]]},"810":{"position":[[271,12]]},"818":{"position":[[1429,12]]},"850":{"position":[[226,6]]},"852":{"position":[[359,6]]},"854":{"position":[[250,6]]},"856":{"position":[[224,6]]},"860":{"position":[[70,6]]},"976":{"position":[[170,6]]},"978":{"position":[[73,6]]},"980":{"position":[[235,6]]},"984":{"position":[[147,6]]}}}],["permiss",{"_index":670,"t":{"471":{"position":[[155,11]]},"791":{"position":[[805,10]]}}}],["person",{"_index":1115,"t":{"762":{"position":[[1374,8]]},"764":{"position":[[554,7],[595,8],[989,8],[1375,8],[1778,8],[1906,8]]},"766":{"position":[[33,8],[421,8],[480,8]]},"768":{"position":[[209,8]]},"770":{"position":[[4,8]]},"772":{"position":[[123,7],[265,8],[309,7]]},"774":{"position":[[65,8],[145,7],[285,8]]},"776":{"position":[[128,8],[550,8],[651,8],[758,8],[975,8],[1109,8],[1329,8],[1796,8],[2052,8],[2269,8],[2294,6]]},"778":{"position":[[4,8],[209,8],[264,8]]},"780":{"position":[[18,8],[856,8],[920,8],[1614,8],[1747,8],[2150,8],[2225,8],[2245,8]]},"782":{"position":[[135,8]]},"786":{"position":[[211,8]]},"789":{"position":[[646,7]]},"791":{"position":[[93,7]]},"793":{"position":[[166,8]]},"795":{"position":[[19,8]]},"797":{"position":[[52,8],[157,8]]},"800":{"position":[[47,8],[120,7]]},"802":{"position":[[102,8]]},"805":{"position":[[23,8]]},"807":{"position":[[130,8]]},"814":{"position":[[113,8]]},"816":{"position":[[23,8]]},"818":{"position":[[868,8]]}}}],["personnel",{"_index":1228,"t":{"772":{"position":[[183,9]]},"789":{"position":[[382,9]]}}}],["physic",{"_index":1308,"t":{"780":{"position":[[1482,8]]},"789":{"position":[[31,8]]},"793":{"position":[[322,8]]},"795":{"position":[[163,10]]},"807":{"position":[[160,8]]},"810":{"position":[[562,8]]}}}],["pipelin",{"_index":163,"t":{"136":{"position":[[320,8]]},"709":{"position":[[1775,8]]}}}],["pki",{"_index":621,"t":{"465":{"position":[[341,3],[395,3]]},"469":{"position":[[405,3],[502,3]]},"675":{"position":[[399,3],[453,3]]}}}],["place",{"_index":1044,"t":{"752":{"position":[[1517,5]]},"764":{"position":[[756,5]]},"778":{"position":[[242,5]]},"780":{"position":[[837,5]]},"802":{"position":[[287,5]]},"807":{"position":[[459,5]]},"829":{"position":[[284,5]]},"986":{"position":[[509,5]]}}}],["plain",{"_index":277,"t":{"274":{"position":[[447,5]]},"655":{"position":[[232,5]]},"870":{"position":[[1130,5]]}}}],["platform",{"_index":1504,"t":{"824":{"position":[[844,9]]}}}],["pleas",{"_index":63,"t":{"14":{"position":[[0,6]]},"24":{"position":[[0,6]]},"34":{"position":[[0,6]]},"44":{"position":[[0,6]]},"56":{"position":[[0,6]]},"66":{"position":[[0,6]]},"80":{"position":[[0,6]]},"92":{"position":[[0,6]]},"108":{"position":[[0,6]]},"122":{"position":[[0,6]]},"134":{"position":[[0,6]]},"148":{"position":[[0,6]]},"160":{"position":[[0,6]]},"172":{"position":[[0,6]]},"186":{"position":[[0,6]]},"200":{"position":[[0,6]]},"212":{"position":[[0,6]]},"226":{"position":[[0,6]]},"235":{"position":[[0,6]]},"244":{"position":[[0,6]]},"253":{"position":[[0,6]]},"260":{"position":[[0,6]]},"272":{"position":[[0,6]]},"294":{"position":[[0,6]]},"303":{"position":[[0,6]]},"317":{"position":[[0,6]]},"331":{"position":[[0,6]]},"347":{"position":[[0,6]]},"359":{"position":[[0,6]]},"371":{"position":[[0,6]]},"399":{"position":[[0,6]]},"413":{"position":[[0,6]]},"425":{"position":[[0,6]]},"441":{"position":[[0,6]]},"453":{"position":[[0,6]]},"479":{"position":[[0,6]]},"481":{"position":[[0,6]]},"493":{"position":[[0,6]]},"507":{"position":[[234,6]]},"551":{"position":[[0,6]]},"563":{"position":[[0,6]]},"575":{"position":[[0,6]]},"585":{"position":[[0,6]]},"597":{"position":[[0,6]]},"611":{"position":[[0,6]]},"625":{"position":[[0,6]]},"637":{"position":[[0,6]]},"649":{"position":[[0,6]]},"711":{"position":[[65,6]]},"780":{"position":[[2199,6]]},"862":{"position":[[0,6]]},"872":{"position":[[0,6]]},"882":{"position":[[0,6]]},"916":{"position":[[0,6]]},"928":{"position":[[0,6]]},"942":{"position":[[235,6]]},"954":{"position":[[0,6]]},"970":{"position":[[0,6]]},"988":{"position":[[0,6]]},"1004":{"position":[[0,6]]},"1020":{"position":[[0,6]]},"1036":{"position":[[0,6]]},"1050":{"position":[[0,6]]},"1066":{"position":[[0,6]]},"1078":{"position":[[0,6]]}}}],["point",{"_index":713,"t":{"511":{"position":[[230,5],[289,5]]},"822":{"position":[[946,5]]}}}],["polici",{"_index":1045,"t":{"754":{"position":[[33,8]]},"756":{"position":[[26,6],[387,6]]},"758":{"position":[[32,6],[128,6]]},"762":{"position":[[238,8]]},"764":{"position":[[729,8],[1499,6]]},"768":{"position":[[181,6]]},"789":{"position":[[722,6]]},"791":{"position":[[849,6]]},"795":{"position":[[466,8]]},"797":{"position":[[387,8]]},"800":{"position":[[523,8]]},"802":{"position":[[587,6]]},"805":{"position":[[430,6]]},"807":{"position":[[511,6]]},"812":{"position":[[746,8]]},"814":{"position":[[202,6]]},"818":{"position":[[122,8]]},"860":{"position":[[57,6],[175,6],[271,6]]}}}],["popul",{"_index":676,"t":{"473":{"position":[[42,9]]},"475":{"position":[[41,9]]}}}],["port",{"_index":608,"t":{"465":{"position":[[209,4]]},"467":{"position":[[59,4],[68,4],[299,4]]},"469":{"position":[[768,4],[777,4]]},"675":{"position":[[267,4]]},"746":{"position":[[729,4]]},"870":{"position":[[593,4]]}}}],["portabl",{"_index":1250,"t":{"776":{"position":[[346,11],[1730,11]]}}}],["portal",{"_index":731,"t":{"513":{"position":[[173,6]]},"822":{"position":[[408,6],[519,6],[822,6]]},"824":{"position":[[29,6],[522,6]]}}}],["possibl",{"_index":68,"t":{"14":{"position":[[42,8]]},"24":{"position":[[42,8]]},"34":{"position":[[42,8]]},"44":{"position":[[42,8]]},"56":{"position":[[42,8]]},"66":{"position":[[42,8]]},"80":{"position":[[42,8]]},"92":{"position":[[42,8]]},"108":{"position":[[42,8]]},"122":{"position":[[42,8]]},"134":{"position":[[42,8]]},"148":{"position":[[42,8]]},"160":{"position":[[42,8]]},"172":{"position":[[42,8]]},"186":{"position":[[42,8]]},"200":{"position":[[42,8]]},"212":{"position":[[42,8]]},"226":{"position":[[42,8]]},"235":{"position":[[42,8]]},"244":{"position":[[42,8]]},"253":{"position":[[42,8]]},"260":{"position":[[42,8]]},"272":{"position":[[42,8]]},"294":{"position":[[42,8]]},"303":{"position":[[42,8]]},"317":{"position":[[42,8]]},"331":{"position":[[42,8]]},"347":{"position":[[42,8]]},"359":{"position":[[42,8]]},"371":{"position":[[42,8]]},"399":{"position":[[42,8]]},"413":{"position":[[42,8]]},"425":{"position":[[42,8]]},"441":{"position":[[42,8]]},"453":{"position":[[42,8]]},"460":{"position":[[34,8]]},"471":{"position":[[543,8]]},"493":{"position":[[42,8]]},"507":{"position":[[276,8]]},"551":{"position":[[42,8]]},"563":{"position":[[42,8]]},"575":{"position":[[42,8]]},"585":{"position":[[42,8]]},"597":{"position":[[42,8]]},"611":{"position":[[42,8]]},"625":{"position":[[42,8]]},"637":{"position":[[42,8]]},"649":{"position":[[42,8]]},"677":{"position":[[135,8],[1253,8]]},"679":{"position":[[590,8]]},"681":{"position":[[1268,8]]},"683":{"position":[[554,8]]},"685":{"position":[[513,8]]},"687":{"position":[[1451,8]]},"713":{"position":[[133,8],[599,8]]},"789":{"position":[[516,8]]},"797":{"position":[[181,8]]},"802":{"position":[[34,8]]},"818":{"position":[[221,8]]},"826":{"position":[[729,8]]},"862":{"position":[[42,8]]},"872":{"position":[[42,8]]},"882":{"position":[[42,8]]},"916":{"position":[[42,8]]},"928":{"position":[[42,8]]},"942":{"position":[[277,8]]},"954":{"position":[[42,8]]},"970":{"position":[[42,8]]},"988":{"position":[[42,8]]},"1004":{"position":[[42,8]]},"1020":{"position":[[42,8]]},"1036":{"position":[[42,8]]},"1050":{"position":[[42,8]]},"1066":{"position":[[42,8]]},"1078":{"position":[[42,8]]}}}],["post",{"_index":12,"t":{"6":{"position":[[0,4]]},"10":{"position":[[8,4]]},"18":{"position":[[0,4]]},"20":{"position":[[8,4]]},"28":{"position":[[0,4]]},"30":{"position":[[8,4]]},"98":{"position":[[0,4]]},"102":{"position":[[8,4]]},"138":{"position":[[0,4]]},"142":{"position":[[8,4]]},"174":{"position":[[70,4]]},"176":{"position":[[0,4]]},"182":{"position":[[8,4]]},"229":{"position":[[8,4]]},"247":{"position":[[8,4]]},"256":{"position":[[8,4]]},"401":{"position":[[97,4]]},"403":{"position":[[0,4]]},"405":{"position":[[37,4],[70,4]]},"409":{"position":[[8,4]]},"429":{"position":[[0,4]]},"435":{"position":[[8,4]]},"460":{"position":[[145,4],[489,4],[627,4],[706,4],[740,4],[827,4],[902,4],[970,4],[1040,4]]},"463":{"position":[[257,4]]},"475":{"position":[[1004,4],[1622,4],[1760,4]]},"489":{"position":[[8,4]]},"497":{"position":[[0,4]]},"511":{"position":[[818,4]]},"601":{"position":[[0,4]]},"607":{"position":[[13,4]]},"621":{"position":[[13,4]]},"629":{"position":[[0,4]]},"633":{"position":[[8,4]]},"677":{"position":[[538,4],[615,4]]},"679":{"position":[[106,4],[206,4]]},"681":{"position":[[269,4],[372,4],[507,4]]},"685":{"position":[[213,4]]},"687":{"position":[[271,4],[364,4],[857,4],[949,4]]},"689":{"position":[[123,4],[235,4]]},"691":{"position":[[134,4],[251,4]]},"764":{"position":[[1591,6]]},"870":{"position":[[8,4]]},"932":{"position":[[0,4]]},"938":{"position":[[8,4]]},"958":{"position":[[0,4]]},"964":{"position":[[8,4]]},"974":{"position":[[0,4]]},"982":{"position":[[8,4]]},"990":{"position":[[71,4]]},"992":{"position":[[0,4]]},"998":{"position":[[8,4]]},"1008":{"position":[[0,4]]},"1014":{"position":[[8,4]]},"1054":{"position":[[0,4]]},"1060":{"position":[[8,4]]}}}],["postdata",{"_index":144,"t":{"102":{"position":[[52,8]]},"116":{"position":[[51,8]]},"142":{"position":[[52,8]]},"182":{"position":[[53,8]]},"196":{"position":[[52,8]]},"229":{"position":[[53,8]]},"238":{"position":[[52,8]]},"247":{"position":[[53,8]]},"409":{"position":[[53,8]]},"435":{"position":[[53,8]]},"489":{"position":[[53,8]]},"607":{"position":[[58,8]]},"938":{"position":[[54,8]]},"964":{"position":[[53,8]]},"982":{"position":[[53,8]]},"998":{"position":[[53,8]]},"1014":{"position":[[53,8]]},"1030":{"position":[[52,8]]},"1060":{"position":[[53,8]]}}}],["power",{"_index":1345,"t":{"789":{"position":[[191,5]]}}}],["practic",{"_index":1307,"t":{"780":{"position":[[1461,9],[1589,9]]}}}],["precaut",{"_index":1343,"t":{"789":{"position":[[145,11]]}}}],["preconfigur",{"_index":420,"t":{"282":{"position":[[1077,13]]},"665":{"position":[[95,13]]},"731":{"position":[[92,13]]},"748":{"position":[[940,13]]}}}],["predefin",{"_index":596,"t":{"463":{"position":[[555,10]]},"605":{"position":[[325,10]]},"709":{"position":[[78,10]]},"822":{"position":[[438,10]]}}}],["presenc",{"_index":675,"t":{"473":{"position":[[28,8]]},"475":{"position":[[27,8]]}}}],["present",{"_index":518,"t":{"373":{"position":[[238,7]]},"764":{"position":[[1491,7],[1955,7]]},"772":{"position":[[563,7]]},"833":{"position":[[165,13],[215,10]]},"884":{"position":[[250,7]]}}}],["preserv",{"_index":1112,"t":{"762":{"position":[[1283,9]]}}}],["prevent",{"_index":821,"t":{"653":{"position":[[1695,7]]},"697":{"position":[[139,7]]},"739":{"position":[[464,7],[831,7]]},"780":{"position":[[1513,7]]},"789":{"position":[[622,10]]},"791":{"position":[[26,10]]},"807":{"position":[[107,10]]},"812":{"position":[[260,10]]},"996":{"position":[[175,7],[537,7]]}}}],["previou",{"_index":345,"t":{"276":{"position":[[1504,8]]}}}],["primarili",{"_index":1514,"t":{"826":{"position":[[36,9]]}}}],["principl",{"_index":1444,"t":{"814":{"position":[[49,10],[219,10]]}}}],["prior",{"_index":1124,"t":{"762":{"position":[[1868,5]]},"816":{"position":[[400,5]]}}}],["privaci",{"_index":1153,"t":{"764":{"position":[[326,7],[697,7],[786,7],[860,7],[1220,7],[1393,7],[1671,7]]},"770":{"position":[[141,7]]},"772":{"position":[[510,7],[571,7]]},"780":{"position":[[1807,7],[2413,7]]},"782":{"position":[[51,7]]},"814":{"position":[[231,7]]}}}],["privat",{"_index":626,"t":{"465":{"position":[[403,7]]},"467":{"position":[[474,7]]},"469":{"position":[[510,7]]},"675":{"position":[[461,7]]},"762":{"position":[[772,7]]},"780":{"position":[[1001,7]]},"791":{"position":[[712,7]]},"800":{"position":[[274,7]]}}}],["privileg",{"_index":1365,"t":{"791":{"position":[[250,9]]}}}],["problem",{"_index":894,"t":{"693":{"position":[[31,8]]},"699":{"position":[[31,8]]},"766":{"position":[[237,8]]}}}],["problemat",{"_index":595,"t":{"463":{"position":[[480,11]]}}}],["procedur",{"_index":1168,"t":{"764":{"position":[[742,10]]},"812":{"position":[[520,9]]}}}],["process",{"_index":155,"t":{"136":{"position":[[78,7]]},"282":{"position":[[1239,9]]},"471":{"position":[[22,7],[127,7]]},"665":{"position":[[257,9]]},"709":{"position":[[1533,7]]},"723":{"position":[[422,7]]},"731":{"position":[[254,9]]},"733":{"position":[[422,7]]},"746":{"position":[[72,7],[313,9]]},"748":{"position":[[422,7],[1102,9]]},"752":{"position":[[1497,7]]},"764":{"position":[[581,10],[947,9],[1361,10],[1795,10]]},"766":{"position":[[19,9],[455,9],[900,10]]},"770":{"position":[[33,9]]},"772":{"position":[[241,10]]},"776":{"position":[[83,10],[305,10],[597,9],[783,10],[1049,10],[1357,9],[1478,10],[1568,10]]},"780":{"position":[[4,10],[352,10],[1450,10]]},"786":{"position":[[200,10]]},"791":{"position":[[42,10]]},"793":{"position":[[54,10],[254,10]]},"795":{"position":[[73,9]]},"802":{"position":[[169,10]]},"807":{"position":[[280,7]]},"810":{"position":[[354,10],[742,9]]},"812":{"position":[[127,7],[331,7]]},"816":{"position":[[37,9],[83,9],[662,10],[699,10],[791,10]]},"818":{"position":[[1114,10],[1204,10]]},"822":{"position":[[732,9]]},"829":{"position":[[257,10],[332,9]]},"864":{"position":[[26,7]]},"986":{"position":[[489,7]]}}}],["processor",{"_index":1152,"t":{"764":{"position":[[231,9],[267,9],[1725,9]]}}}],["prod",{"_index":944,"t":{"707":{"position":[[1938,4]]}}}],["produc",{"_index":695,"t":{"477":{"position":[[142,9],[249,9]]}}}],["product",{"_index":1382,"t":{"795":{"position":[[242,7],[391,7]]},"807":{"position":[[248,10]]},"818":{"position":[[168,8]]},"831":{"position":[[594,10]]}}}],["profil",{"_index":778,"t":{"579":{"position":[[15,7]]},"581":{"position":[[72,7]]}}}],["progress",{"_index":397,"t":{"280":{"position":[[838,8]]},"282":{"position":[[456,11],[556,11]]},"659":{"position":[[390,8]]},"663":{"position":[[164,11],[264,11]]},"729":{"position":[[164,11],[264,11]]},"733":{"position":[[851,11],[951,11]]}}}],["prohibit",{"_index":1281,"t":{"780":{"position":[[289,10]]}}}],["project",{"_index":80,"t":{"22":{"position":[[135,8]]},"70":{"position":[[57,7]]},"72":{"position":[[9,8],[19,7]]},"74":{"position":[[0,7],[26,7]]},"76":{"position":[[67,8],[76,7]]},"78":{"position":[[142,8],[151,7]]},"82":{"position":[[51,7]]},"84":{"position":[[9,8],[19,7]]},"86":{"position":[[0,7],[26,7]]},"88":{"position":[[67,8],[76,7]]},"90":{"position":[[66,7],[173,8],[182,7],[500,8],[509,7]]},"98":{"position":[[10,8],[20,7]]},"100":{"position":[[0,7],[26,7]]},"102":{"position":[[81,8],[90,7]]},"106":{"position":[[146,8],[155,7]]},"112":{"position":[[9,8],[19,7]]},"114":{"position":[[0,7],[26,7]]},"116":{"position":[[79,8],[88,7]]},"118":{"position":[[27,8],[36,7]]},"120":{"position":[[140,8],[149,7]]},"126":{"position":[[12,8],[22,7]]},"128":{"position":[[0,7],[26,7]]},"130":{"position":[[69,8],[78,7]]},"138":{"position":[[10,8],[20,7]]},"140":{"position":[[0,7],[26,7]]},"142":{"position":[[80,8],[89,7]]},"150":{"position":[[32,7]]},"152":{"position":[[33,8]]},"154":{"position":[[9,8]]},"156":{"position":[[66,8]]},"158":{"position":[[61,8],[97,8],[121,7],[256,7],[279,7],[414,7],[575,7]]},"162":{"position":[[48,7]]},"164":{"position":[[9,8],[19,7]]},"166":{"position":[[0,7],[26,7]]},"168":{"position":[[66,8]]},"170":{"position":[[68,7],[249,7]]},"174":{"position":[[27,7],[50,7]]},"176":{"position":[[10,8],[20,7]]},"178":{"position":[[0,7],[26,7]]},"182":{"position":[[80,8],[89,7]]},"184":{"position":[[55,7],[237,7]]},"188":{"position":[[75,7]]},"190":{"position":[[9,8],[19,7]]},"192":{"position":[[0,7],[26,7]]},"194":{"position":[[14,7]]},"196":{"position":[[79,8],[88,7]]},"198":{"position":[[239,7]]},"202":{"position":[[32,7]]},"204":{"position":[[12,8],[22,7]]},"206":{"position":[[0,7],[26,7]]},"208":{"position":[[69,8]]},"215":{"position":[[66,8]]},"217":{"position":[[83,7],[179,8],[195,7]]},"219":{"position":[[15,7],[66,7],[248,8],[264,7]]},"222":{"position":[[66,8]]},"224":{"position":[[163,8],[179,7]]},"229":{"position":[[80,8]]},"231":{"position":[[3,8],[19,7]]},"233":{"position":[[153,8],[169,7]]},"238":{"position":[[79,8]]},"240":{"position":[[3,8],[19,7]]},"242":{"position":[[147,8],[163,7]]},"247":{"position":[[80,8]]},"251":{"position":[[145,8],[161,7]]},"256":{"position":[[67,8]]},"262":{"position":[[63,7]]},"264":{"position":[[9,8],[19,7]]},"266":{"position":[[0,7],[26,7]]},"268":{"position":[[59,8]]},"270":{"position":[[25,8],[147,7],[241,7],[432,7],[457,7],[558,7],[756,7],[781,7],[887,7],[1109,7],[1134,7],[1240,7],[1462,7],[1487,7],[1593,7],[1815,7],[1840,7],[1946,7],[2168,7],[2193,7],[2295,7],[2556,7]]},"305":{"position":[[54,7],[176,7]]},"309":{"position":[[36,8],[154,8],[237,8],[253,8],[323,8]]},"313":{"position":[[120,8]]},"315":{"position":[[69,7],[130,8],[146,7],[220,7]]},"319":{"position":[[120,8],[142,7]]},"323":{"position":[[36,8],[154,8],[237,8],[253,8],[323,8]]},"327":{"position":[[119,8]]},"329":{"position":[[43,8],[65,8],[81,7]]},"333":{"position":[[242,7]]},"335":{"position":[[64,7]]},"337":{"position":[[9,8],[19,7]]},"341":{"position":[[0,7],[26,7]]},"343":{"position":[[66,8]]},"345":{"position":[[97,8]]},"349":{"position":[[44,7]]},"351":{"position":[[12,8],[22,7]]},"353":{"position":[[0,7],[26,7]]},"355":{"position":[[75,8]]},"361":{"position":[[46,7]]},"363":{"position":[[9,8],[19,7]]},"365":{"position":[[0,7],[26,7]]},"367":{"position":[[59,8]]},"369":{"position":[[105,8]]},"373":{"position":[[57,7],[172,7]]},"375":{"position":[[9,8],[19,7]]},"377":{"position":[[0,7],[26,7]]},"379":{"position":[[59,8]]},"381":{"position":[[49,7],[100,7]]},"383":{"position":[[9,8],[19,7]]},"385":{"position":[[0,7],[26,7]]},"387":{"position":[[59,8]]},"389":{"position":[[49,7]]},"391":{"position":[[9,8],[19,7]]},"393":{"position":[[0,7],[26,7]]},"395":{"position":[[59,8]]},"397":{"position":[[49,7]]},"403":{"position":[[10,8],[20,7]]},"405":{"position":[[0,7],[26,7]]},"409":{"position":[[80,8]]},"417":{"position":[[9,8],[19,7]]},"419":{"position":[[0,7],[26,7]]},"421":{"position":[[59,8]]},"429":{"position":[[10,8],[20,7]]},"431":{"position":[[0,7],[26,7]]},"435":{"position":[[80,8]]},"439":{"position":[[69,7]]},"445":{"position":[[9,8],[19,7]]},"447":{"position":[[0,7],[26,7]]},"449":{"position":[[59,8]]},"463":{"position":[[167,8]]},"467":{"position":[[650,8]]},"473":{"position":[[175,7],[303,7],[311,7]]},"475":{"position":[[569,7],[593,8],[602,7],[697,8],[706,7],[794,8],[803,7],[902,8],[911,7],[1010,8],[1019,7],[1113,7],[1137,8],[1146,7],[1262,8],[1271,7],[1378,8],[1387,7],[1505,8],[1514,7],[1628,8],[1637,7],[1766,8],[1775,7]]},"477":{"position":[[459,7]]},"485":{"position":[[8,8],[18,7]]},"487":{"position":[[0,7],[26,7]]},"489":{"position":[[79,8]]},"497":{"position":[[9,8],[19,7]]},"499":{"position":[[0,7],[26,7]]},"503":{"position":[[58,8]]},"507":{"position":[[69,7]]},"509":{"position":[[532,8],[583,8]]},"534":{"position":[[170,8],[186,7],[494,8],[510,7],[953,8],[969,7],[1341,8],[1357,7],[1703,8],[1719,7]]},"539":{"position":[[167,8],[183,7],[491,8],[507,7]]},"544":{"position":[[152,8],[168,7],[540,8],[556,7],[902,8],[918,7]]},"547":{"position":[[83,7]]},"549":{"position":[[91,7],[193,8],[209,7]]},"561":{"position":[[148,8],[164,7]]},"573":{"position":[[148,8],[164,7]]},"583":{"position":[[148,8],[164,7]]},"595":{"position":[[148,8],[164,7]]},"599":{"position":[[37,7]]},"603":{"position":[[3,8],[19,7],[49,7]]},"605":{"position":[[28,8],[48,8],[103,8],[243,8],[336,7],[368,7],[402,7],[460,7],[1027,8],[1110,8]]},"607":{"position":[[85,8]]},"609":{"position":[[135,8],[151,7],[181,7]]},"617":{"position":[[51,8],[67,7],[98,7]]},"619":{"position":[[28,8],[48,8],[103,8],[243,8]]},"621":{"position":[[83,8]]},"623":{"position":[[55,7],[138,8],[154,7],[185,7]]},"633":{"position":[[67,8]]},"635":{"position":[[55,7],[138,8],[154,7],[184,7]]},"645":{"position":[[69,8]]},"653":{"position":[[17,7],[68,8],[119,8],[314,7],[508,7]]},"673":{"position":[[204,7],[213,7],[314,7],[354,7],[412,7],[603,7],[775,7]]},"675":{"position":[[679,8]]},"677":{"position":[[394,8],[852,8]]},"679":{"position":[[68,7],[128,8],[248,7],[438,7],[475,7],[570,8],[611,8]]},"681":{"position":[[49,8],[72,7],[94,7],[193,7],[215,7],[424,8],[437,7],[463,7],[540,8],[599,7],[634,7],[731,7],[772,8],[836,7],[871,7],[903,8],[919,7],[949,7]]},"683":{"position":[[89,7],[101,7],[242,7],[293,8],[395,8]]},"685":{"position":[[65,7],[127,8],[235,8],[293,8],[341,8]]},"687":{"position":[[10,7],[214,7],[420,8],[433,7],[501,8],[517,7],[1004,8],[1017,7],[1084,8],[1100,7]]},"689":{"position":[[145,8]]},"691":{"position":[[156,8]]},"705":{"position":[[201,7]]},"709":{"position":[[929,7]]},"711":{"position":[[0,7],[49,7],[88,7],[149,7],[791,7]]},"715":{"position":[[201,7]]},"725":{"position":[[201,7]]},"735":{"position":[[206,7]]},"739":{"position":[[79,7]]},"744":{"position":[[328,8]]},"746":{"position":[[788,7],[824,7],[880,7],[893,7]]},"750":{"position":[[201,7]]},"752":{"position":[[88,7]]},"760":{"position":[[140,7]]},"795":{"position":[[383,7]]},"831":{"position":[[270,7]]},"836":{"position":[[45,7]]},"838":{"position":[[8,8],[18,7]]},"840":{"position":[[0,7],[26,7]]},"842":{"position":[[79,8]]},"844":{"position":[[12,8]]},"846":{"position":[[35,8],[93,8]]},"848":{"position":[[1077,8],[1434,8],[1645,8]]},"850":{"position":[[12,8]]},"852":{"position":[[11,8],[69,8]]},"854":{"position":[[12,8]]},"856":{"position":[[11,8],[69,8]]},"866":{"position":[[8,8],[18,7]]},"868":{"position":[[0,7],[26,7]]},"870":{"position":[[31,8]]},"876":{"position":[[8,8],[18,7]]},"878":{"position":[[0,7],[26,7]]},"880":{"position":[[66,8],[161,8],[196,8]]},"884":{"position":[[64,7],[177,7]]},"886":{"position":[[42,7]]},"888":{"position":[[8,8],[18,7]]},"890":{"position":[[0,7],[26,7]]},"892":{"position":[[66,8]]},"894":{"position":[[55,8],[113,8],[246,8],[305,8]]},"896":{"position":[[38,7]]},"898":{"position":[[8,8],[18,7]]},"900":{"position":[[0,7],[26,7]]},"902":{"position":[[66,8]]},"904":{"position":[[55,8],[113,8]]},"906":{"position":[[38,7]]},"908":{"position":[[8,8],[18,7]]},"910":{"position":[[0,7],[26,7]]},"912":{"position":[[66,8]]},"914":{"position":[[55,8],[114,8]]},"920":{"position":[[8,8],[18,7]]},"922":{"position":[[0,7],[26,7]]},"924":{"position":[[59,8]]},"932":{"position":[[10,8],[20,7]]},"934":{"position":[[0,7],[26,7]]},"938":{"position":[[83,8]]},"942":{"position":[[69,7]]},"944":{"position":[[41,7]]},"946":{"position":[[11,8],[21,7]]},"948":{"position":[[0,7],[26,7]]},"950":{"position":[[67,8]]},"958":{"position":[[9,8],[19,7]]},"962":{"position":[[0,7],[26,7]]},"964":{"position":[[79,8]]},"974":{"position":[[9,8],[19,7]]},"980":{"position":[[0,7],[26,7]]},"982":{"position":[[78,8]]},"990":{"position":[[56,7]]},"992":{"position":[[9,8],[19,7]]},"996":{"position":[[0,7],[26,7]]},"998":{"position":[[79,8]]},"1008":{"position":[[9,8],[19,7]]},"1012":{"position":[[0,7],[26,7]]},"1014":{"position":[[78,8]]},"1024":{"position":[[8,8],[18,7]]},"1028":{"position":[[0,7],[26,7]]},"1030":{"position":[[78,8]]},"1040":{"position":[[8,8],[18,7]]},"1042":{"position":[[0,7],[26,7]]},"1044":{"position":[[65,8]]},"1054":{"position":[[9,8],[19,7]]},"1058":{"position":[[0,7],[26,7]]},"1060":{"position":[[79,8]]},"1070":{"position":[[9,8],[19,7]]},"1072":{"position":[[0,7],[26,7]]},"1074":{"position":[[59,8]]}}}],["project_1",{"_index":185,"t":{"158":{"position":[[121,9]]}}}],["project_2",{"_index":187,"t":{"158":{"position":[[279,9]]}}}],["project_a",{"_index":688,"t":{"475":{"position":[[602,9],[706,9],[803,9],[911,9],[1019,9],[1146,9],[1271,9],[1387,9],[1514,9],[1637,9],[1775,9]]}}}],["project_admin",{"_index":206,"t":{"219":{"position":[[15,13]]},"319":{"position":[[142,13]]},"603":{"position":[[49,13]]},"605":{"position":[[368,13],[402,13]]},"609":{"position":[[181,13]]},"617":{"position":[[98,13]]},"623":{"position":[[185,13]]},"635":{"position":[[184,13]]},"673":{"position":[[314,13],[354,13]]},"681":{"position":[[94,13],[193,13],[463,13],[871,13],[949,13]]},"683":{"position":[[101,13]]}}}],["project_nam",{"_index":124,"t":{"72":{"position":[[19,12]]},"74":{"position":[[0,12]]},"84":{"position":[[19,12]]},"86":{"position":[[0,12]]},"98":{"position":[[20,12]]},"100":{"position":[[0,12]]},"112":{"position":[[19,12]]},"114":{"position":[[0,12]]},"126":{"position":[[22,12]]},"128":{"position":[[0,12]]},"138":{"position":[[20,12]]},"140":{"position":[[0,12]]},"164":{"position":[[19,12]]},"166":{"position":[[0,12]]},"174":{"position":[[50,12]]},"176":{"position":[[20,12]]},"178":{"position":[[0,12]]},"190":{"position":[[19,12]]},"192":{"position":[[0,12]]},"204":{"position":[[22,12]]},"206":{"position":[[0,12]]},"264":{"position":[[19,12]]},"266":{"position":[[0,12]]},"337":{"position":[[19,12]]},"341":{"position":[[0,12]]},"351":{"position":[[22,12]]},"353":{"position":[[0,12]]},"363":{"position":[[19,12]]},"365":{"position":[[0,12]]},"375":{"position":[[19,12]]},"377":{"position":[[0,12]]},"383":{"position":[[19,12]]},"385":{"position":[[0,12]]},"391":{"position":[[19,12]]},"393":{"position":[[0,12]]},"403":{"position":[[20,12]]},"405":{"position":[[0,12]]},"417":{"position":[[19,12]]},"419":{"position":[[0,12]]},"429":{"position":[[20,12]]},"431":{"position":[[0,12]]},"445":{"position":[[19,12]]},"447":{"position":[[0,12]]},"485":{"position":[[18,12]]},"487":{"position":[[0,12]]},"497":{"position":[[19,12]]},"499":{"position":[[0,12]]},"838":{"position":[[18,12]]},"840":{"position":[[0,12]]},"866":{"position":[[18,12]]},"868":{"position":[[0,12]]},"876":{"position":[[18,12]]},"878":{"position":[[0,12]]},"888":{"position":[[18,12]]},"890":{"position":[[0,12]]},"898":{"position":[[18,12]]},"900":{"position":[[0,12]]},"908":{"position":[[18,12]]},"910":{"position":[[0,12]]},"920":{"position":[[18,12]]},"922":{"position":[[0,12]]},"932":{"position":[[20,12]]},"934":{"position":[[0,12]]},"946":{"position":[[21,12]]},"948":{"position":[[0,12]]},"958":{"position":[[19,12]]},"962":{"position":[[0,12]]},"974":{"position":[[19,12]]},"980":{"position":[[0,12]]},"992":{"position":[[19,12]]},"996":{"position":[[0,12]]},"1008":{"position":[[19,12]]},"1012":{"position":[[0,12]]},"1024":{"position":[[18,12]]},"1028":{"position":[[0,12]]},"1040":{"position":[[18,12]]},"1042":{"position":[[0,12]]},"1054":{"position":[[19,12]]},"1058":{"position":[[0,12]]},"1070":{"position":[[19,12]]},"1072":{"position":[[0,12]]}}}],["project_new",{"_index":190,"t":{"182":{"position":[[89,11]]},"196":{"position":[[88,11]]}}}],["projects_metr",{"_index":496,"t":{"329":{"position":[[43,16]]}}}],["projet",{"_index":192,"t":{"184":{"position":[[98,6]]},"198":{"position":[[90,6]]}}}],["projet_new",{"_index":191,"t":{"184":{"position":[[98,10]]}}}],["projet_new_upd",{"_index":195,"t":{"198":{"position":[[90,18]]}}}],["properli",{"_index":534,"t":{"407":{"position":[[411,8]]},"810":{"position":[[485,8]]}}}],["properti",{"_index":134,"t":{"78":{"position":[[209,10]]},"90":{"position":[[240,10],[567,10]]},"104":{"position":[[48,10]]},"106":{"position":[[213,10]]},"118":{"position":[[95,10]]},"120":{"position":[[207,10]]},"407":{"position":[[189,8]]},"463":{"position":[[406,8]]},"707":{"position":[[1035,10],[1123,10],[1242,10],[1312,10]]},"762":{"position":[[683,8]]}}}],["protect",{"_index":320,"t":{"276":{"position":[[898,7]]},"709":{"position":[[425,7]]},"762":{"position":[[734,7]]},"764":{"position":[[532,10],[661,10],[774,7],[1195,10],[1892,10]]},"776":{"position":[[231,10]]},"780":{"position":[[1734,7],[2267,9],[2400,7]]},"782":{"position":[[278,10]]},"784":{"position":[[101,10],[221,10]]},"786":{"position":[[268,10]]},"791":{"position":[[646,9]]},"795":{"position":[[440,10]]},"797":{"position":[[361,10]]},"800":{"position":[[497,10]]},"805":{"position":[[40,9]]},"810":{"position":[[105,10],[290,10],[502,10],[670,10]]},"812":{"position":[[695,10]]},"814":{"position":[[68,10],[191,10]]},"816":{"position":[[586,10],[1254,10]]},"818":{"position":[[386,10],[586,10],[805,10],[959,10],[1307,10]]},"824":{"position":[[1184,7]]}}}],["protocol",{"_index":264,"t":{"274":{"position":[[100,8]]},"655":{"position":[[94,8]]},"780":{"position":[[1089,8]]},"824":{"position":[[179,9]]}}}],["prove",{"_index":1304,"t":{"780":{"position":[[1337,6]]}}}],["provid",{"_index":72,"t":{"16":{"position":[[90,8]]},"274":{"position":[[322,8]]},"276":{"position":[[1856,8]]},"278":{"position":[[12,7]]},"282":{"position":[[1860,7],[1924,7],[2162,8],[2441,7]]},"339":{"position":[[56,7]]},"455":{"position":[[105,7]]},"471":{"position":[[453,7]]},"477":{"position":[[14,8]]},"509":{"position":[[343,8]]},"577":{"position":[[85,8]]},"655":{"position":[[107,8]]},"709":{"position":[[1137,7],[1352,7]]},"713":{"position":[[273,9],[484,8],[579,7],[635,8]]},"731":{"position":[[875,7],[939,7]]},"744":{"position":[[27,7]]},"748":{"position":[[1723,7],[1787,7]]},"762":{"position":[[333,7],[431,8],[1388,8],[1694,7],[1791,9]]},"772":{"position":[[10,7],[32,7]]},"776":{"position":[[1156,9],[1851,8],[2071,8]]},"780":{"position":[[377,8],[1111,8],[2213,7],[2322,9]]},"789":{"position":[[21,9],[548,8],[795,8]]},"818":{"position":[[158,9]]},"824":{"position":[[63,9],[192,9],[1061,8]]},"831":{"position":[[417,9]]},"858":{"position":[[313,8]]},"980":{"position":[[438,8]]}}}],["provis",{"_index":1202,"t":{"766":{"position":[[272,12]]},"770":{"position":[[65,9]]},"774":{"position":[[535,9]]},"800":{"position":[[317,9]]}}}],["pseudonym",{"_index":1384,"t":{"797":{"position":[[15,16],[131,12]]}}}],["pub",{"_index":406,"t":{"282":{"position":[[235,3],[758,3],[1257,3],[1351,3],[1462,3]]},"661":{"position":[[0,3],[76,3],[229,3]]},"663":{"position":[[466,3]]},"665":{"position":[[28,3],[275,3],[369,3],[480,3]]},"727":{"position":[[235,3]]},"729":{"position":[[466,3]]},"731":{"position":[[272,3],[366,3],[477,3]]},"733":{"position":[[650,3],[1153,3]]},"748":{"position":[[811,3],[1120,3],[1214,3],[1325,3]]}}}],["public",{"_index":1140,"t":{"764":{"position":[[21,6]]},"774":{"position":[[172,6]]}}}],["publish",{"_index":120,"t":{"68":{"position":[[63,9]]},"136":{"position":[[266,7]]},"217":{"position":[[238,9]]},"219":{"position":[[307,9]]},"224":{"position":[[222,9]]},"270":{"position":[[2523,9]]},"274":{"position":[[38,7],[196,10],[278,10],[418,7],[626,7],[743,10],[829,10],[877,7],[905,10]]},"276":{"position":[[185,9],[694,9],[880,9],[991,10]]},"280":{"position":[[7,7],[35,10],[270,10],[961,9],[1075,9]]},"333":{"position":[[45,10]]},"373":{"position":[[138,9]]},"401":{"position":[[10,7],[27,9]]},"403":{"position":[[54,7]]},"409":{"position":[[117,7]]},"411":{"position":[[68,9]]},"415":{"position":[[58,10]]},"443":{"position":[[93,9]]},"451":{"position":[[69,9],[735,9],[1053,9],[1429,9],[1491,10],[1742,9],[1784,7]]},"460":{"position":[[618,7]]},"475":{"position":[[943,7],[965,7],[1044,7]]},"477":{"position":[[319,10]]},"511":{"position":[[263,9],[362,9],[555,9]]},"534":{"position":[[229,9],[552,9],[1011,9],[1387,9],[1749,9]]},"539":{"position":[[226,9],[549,9]]},"544":{"position":[[210,9],[586,9],[948,9]]},"549":{"position":[[252,9]]},"561":{"position":[[206,9]]},"573":{"position":[[206,9]]},"583":{"position":[[206,9]]},"595":{"position":[[206,9]]},"605":{"position":[[732,9],[762,9],[794,7]]},"651":{"position":[[43,7],[156,10],[238,10]]},"653":{"position":[[269,10],[929,9],[1238,9]]},"655":{"position":[[32,7],[203,7],[251,7],[279,10]]},"657":{"position":[[45,10]]},"667":{"position":[[807,9]]},"673":{"position":[[787,9],[861,7]]},"687":{"position":[[33,9],[107,7],[177,9],[250,9],[299,9],[459,9],[547,9],[574,9]]},"689":{"position":[[32,9],[269,9],[332,9],[387,7]]},"695":{"position":[[82,9]]},"703":{"position":[[0,10]]},"707":{"position":[[76,9],[258,10],[369,7],[464,10],[626,9],[805,10],[888,7],[1838,9],[2200,7],[2399,7]]},"709":{"position":[[275,9],[407,9],[518,10],[1721,7],[1929,7],[1978,10],[2044,7]]},"711":{"position":[[518,9],[553,10],[613,9],[655,7]]},"723":{"position":[[225,9],[439,9],[477,9]]},"733":{"position":[[225,9],[439,9],[477,9]]},"739":{"position":[[223,9]]},"746":{"position":[[2093,7],[2170,7],[2308,7]]},"748":{"position":[[225,9],[439,9],[477,9]]},"826":{"position":[[85,9]]},"829":{"position":[[366,10],[483,10]]},"833":{"position":[[401,9]]},"1076":{"position":[[418,9],[734,9]]}}}],["publisher_demo",{"_index":885,"t":{"687":{"position":[[177,14],[250,14],[299,14],[574,14]]},"689":{"position":[[32,14],[269,14],[332,14]]}}}],["publishing_r",{"_index":554,"t":{"451":{"position":[[1491,15]]}}}],["publishtim",{"_index":809,"t":{"653":{"position":[[1195,11]]},"667":{"position":[[374,11],[764,11]]},"695":{"position":[[4,11]]}}}],["pubsub",{"_index":263,"t":{"274":{"position":[[93,6]]},"463":{"position":[[53,6]]},"655":{"position":[[87,6]]}}}],["pull",{"_index":404,"t":{"282":{"position":[[27,4],[164,4],[272,4],[292,4],[605,4],[677,4]]},"460":{"position":[[984,4],[1034,4]]},"475":{"position":[[1558,4],[1577,4],[1667,4],[1742,6]]},"477":{"position":[[333,7]]},"511":{"position":[[302,4],[752,4]]},"605":{"position":[[656,4]]},"653":{"position":[[1486,4],[1779,4]]},"661":{"position":[[31,4],[158,4]]},"663":{"position":[[0,4],[313,4],[385,4]]},"665":{"position":[[641,4]]},"669":{"position":[[120,4],[211,4]]},"691":{"position":[[408,4]]},"707":{"position":[[529,4]]},"727":{"position":[[27,4],[164,4]]},"729":{"position":[[0,4],[313,4],[385,4],[700,4]]},"733":{"position":[[579,4],[687,4],[1000,4],[1072,4]]},"739":{"position":[[177,4]]},"741":{"position":[[140,4]]},"746":{"position":[[978,4],[2594,4]]},"748":{"position":[[603,4],[740,4]]},"760":{"position":[[104,7]]},"831":{"position":[[168,4]]},"833":{"position":[[460,4]]},"980":{"position":[[295,4]]},"990":{"position":[[174,4]]},"992":{"position":[[67,4]]},"998":{"position":[[125,4]]},"1006":{"position":[[26,4]]}}}],["pull_sub",{"_index":1017,"t":{"746":{"position":[[978,8]]}}}],["purg",{"_index":718,"t":{"511":{"position":[[591,6]]}}}],["purpos",{"_index":1094,"t":{"762":{"position":[[544,7],[1320,7],[1421,8],[1512,8],[1653,8]]},"764":{"position":[[1654,8],[1939,8]]},"766":{"position":[[110,8],[525,8],[620,8],[718,8],[911,8]]},"770":{"position":[[114,8]]},"774":{"position":[[441,8]]},"776":{"position":[[1033,8]]},"795":{"position":[[57,8]]},"814":{"position":[[177,7]]}}}],["pursuant",{"_index":1266,"t":{"776":{"position":[[2157,8]]},"814":{"position":[[9,8]]}}}],["push",{"_index":291,"t":{"276":{"position":[[98,4],[127,6],[1633,4],[1679,4],[1802,4]]},"282":{"position":[[18,4],[53,4],[963,4],[990,4],[1013,4],[1560,4],[1660,4],[1714,4],[1769,4],[1810,4]]},"301":{"position":[[112,4]]},"460":{"position":[[720,4]]},"511":{"position":[[313,4],[763,4],[774,4]]},"653":{"position":[[793,4]]},"661":{"position":[[22,4],[57,4]]},"665":{"position":[[5,4],[673,4]]},"669":{"position":[[128,4],[267,4]]},"675":{"position":[[540,4]]},"727":{"position":[[18,4],[53,4]]},"731":{"position":[[5,4],[28,4],[575,4],[675,4],[729,4],[784,4],[825,4],[1004,4]]},"744":{"position":[[0,4],[1097,6],[1182,4],[1258,4]]},"746":{"position":[[111,7],[341,4]]},"748":{"position":[[594,4],[629,4],[853,4],[876,4],[1423,4],[1523,4],[1577,4],[1632,4],[1673,4]]},"752":{"position":[[17,4],[164,4],[299,4],[400,4],[457,4],[488,4],[657,4],[798,4],[919,4],[949,4],[995,4],[1050,4],[1331,4],[1350,4],[1393,4],[1571,4]]},"754":{"position":[[45,4]]},"756":{"position":[[341,4]]},"758":{"position":[[145,7],[236,4],[326,4],[479,4],[577,4],[657,4],[732,4]]},"760":{"position":[[4,4],[82,4],[165,7],[353,4],[403,4],[466,4],[506,4],[861,4]]},"826":{"position":[[211,4]]},"829":{"position":[[423,4]]},"831":{"position":[[174,4]]},"848":{"position":[[48,4],[183,4],[282,4],[637,4],[713,4],[825,4],[1190,4]]},"858":{"position":[[106,4],[152,4],[340,4]]},"860":{"position":[[11,4],[288,7],[379,4],[469,4],[622,4],[720,4],[800,4],[875,4]]},"864":{"position":[[77,4]]},"870":{"position":[[157,4],[292,4],[370,4],[605,4],[640,4],[700,4],[1060,4]]},"972":{"position":[[26,4]]},"980":{"position":[[303,4],[465,4],[507,4]]},"986":{"position":[[109,4],[244,4],[323,4],[342,4],[385,4]]}}}],["push_en",{"_index":852,"t":{"675":{"position":[[540,12]]}}}],["push_serv",{"_index":467,"t":{"301":{"position":[[112,12]]}}}],["pushconfig",{"_index":804,"t":{"653":{"position":[[751,10]]},"685":{"position":[[374,10]]},"744":{"position":[[388,10]]},"752":{"position":[[1124,10],[1140,10]]},"850":{"position":[[77,10]]},"852":{"position":[[135,10]]},"854":{"position":[[77,10]]},"856":{"position":[[135,10]]},"894":{"position":[[153,10],[345,10]]},"904":{"position":[[153,10]]},"914":{"position":[[154,10]]},"976":{"position":[[3,10]]},"978":{"position":[[3,10]]},"980":{"position":[[86,10]]},"984":{"position":[[3,10]]}}}],["pushendpoint",{"_index":805,"t":{"653":{"position":[[807,12]]},"685":{"position":[[390,12]]},"752":{"position":[[1178,12]]},"850":{"position":[[118,12]]},"852":{"position":[[151,12]]},"856":{"position":[[151,12]]},"976":{"position":[[43,12]]},"980":{"position":[[122,12]]},"984":{"position":[[43,12]]}}}],["put",{"_index":149,"t":{"112":{"position":[[0,3]]},"116":{"position":[[8,3]]},"188":{"position":[[84,3]]},"190":{"position":[[0,3]]},"196":{"position":[[8,3]]},"238":{"position":[[8,3]]},"335":{"position":[[79,3]]},"337":{"position":[[0,3]]},"343":{"position":[[8,3]]},"460":{"position":[[217,3],[290,3],[357,3]]},"475":{"position":[[789,3],[1373,3]]},"615":{"position":[[0,3]]},"683":{"position":[[272,3]]},"685":{"position":[[106,3]]},"752":{"position":[[103,3]]},"836":{"position":[[60,3]]},"838":{"position":[[0,3]]},"842":{"position":[[8,3]]},"866":{"position":[[0,3]]},"902":{"position":[[8,3]]},"912":{"position":[[8,3]]}}}],["putbodi",{"_index":1539,"t":{"842":{"position":[[52,7]]}}}],["putdata",{"_index":793,"t":{"621":{"position":[[57,7]]}}}],["py",{"_index":1079,"t":{"760":{"position":[[784,2]]}}}],["python",{"_index":287,"t":{"276":{"position":[[43,6]]},"760":{"position":[[653,6]]}}}],["qm",{"_index":1473,"t":{"820":{"position":[[31,3]]}}}],["qo",{"_index":1463,"t":{"818":{"position":[[429,2]]}}}],["qualiti",{"_index":1460,"t":{"818":{"position":[[89,7],[412,7]]},"820":{"position":[[4,7]]}}}],["queri",{"_index":478,"t":{"309":{"position":[[27,8],[145,8],[280,5]]},"323":{"position":[[27,8],[145,8],[280,5]]},"707":{"position":[[567,5]]}}}],["question",{"_index":892,"t":{"693":{"position":[[0,9]]},"699":{"position":[[0,9]]},"776":{"position":[[1629,10]]},"782":{"position":[[8,9]]}}}],["queue",{"_index":415,"t":{"282":{"position":[[747,5],[819,5]]},"653":{"position":[[1738,5]]},"663":{"position":[[455,5],[527,5]]},"697":{"position":[[182,5]]},"729":{"position":[[455,5],[527,5]]},"733":{"position":[[1142,5],[1214,5]]},"739":{"position":[[507,5],[874,5]]},"741":{"position":[[31,5],[79,5]]},"829":{"position":[[102,5]]},"996":{"position":[[218,5],[580,5]]}}}],["quick",{"_index":1533,"t":{"833":{"position":[[327,5]]}}}],["r4nd0mt0k3n",{"_index":789,"t":{"609":{"position":[[265,11]]},"623":{"position":[[274,11]]}}}],["racial",{"_index":1220,"t":{"768":{"position":[[373,6]]}}}],["raid",{"_index":1408,"t":{"805":{"position":[[356,4]]}}}],["rail",{"_index":920,"t":{"701":{"position":[[544,5]]}}}],["rate",{"_index":431,"t":{"282":{"position":[[1536,4]]},"451":{"position":[[1502,4],[1525,4],[1700,4]]},"665":{"position":[[554,4]]},"711":{"position":[[308,4],[315,4],[564,4],[571,4]]},"731":{"position":[[551,4]]},"748":{"position":[[1399,4]]},"1076":{"position":[[808,4],[831,4],[1011,4]]}}}],["raw",{"_index":1002,"t":{"746":{"position":[[37,3]]}}}],["re",{"_index":413,"t":{"282":{"position":[[572,2]]},"663":{"position":[[280,2]]},"701":{"position":[[535,2]]},"713":{"position":[[798,2]]},"721":{"position":[[125,2]]},"729":{"position":[[280,2]]},"733":{"position":[[967,2]]},"752":{"position":[[1421,2]]},"758":{"position":[[662,2]]},"860":{"position":[[805,2]]},"986":{"position":[[413,2]]}}}],["reach",{"_index":733,"t":{"513":{"position":[[200,5]]},"758":{"position":[[364,7],[518,7]]},"860":{"position":[[507,7],[661,7]]}}}],["read",{"_index":974,"t":{"723":{"position":[[16,4]]},"733":{"position":[[16,4]]},"748":{"position":[[16,4]]},"762":{"position":[[51,4]]},"793":{"position":[[190,4]]},"800":{"position":[[71,4]]},"822":{"position":[[416,5]]}}}],["readabl",{"_index":594,"t":{"463":{"position":[[444,8],[634,8]]},"776":{"position":[[1921,8]]}}}],["readi",{"_index":1530,"t":{"831":{"position":[[507,5],[537,5]]}}}],["readm",{"_index":1070,"t":{"760":{"position":[[365,6],[415,6]]}}}],["real",{"_index":278,"t":{"274":{"position":[[491,4]]},"826":{"position":[[531,4]]}}}],["reason",{"_index":1211,"t":{"766":{"position":[[662,10]]}}}],["receipt",{"_index":419,"t":{"282":{"position":[[954,7]]},"663":{"position":[[662,7]]},"669":{"position":[[107,7]]},"729":{"position":[[662,7]]},"733":{"position":[[1349,7]]}}}],["receiv",{"_index":281,"t":{"274":{"position":[[552,7],[1069,7]]},"280":{"position":[[199,7]]},"319":{"position":[[92,7]]},"511":{"position":[[784,8]]},"653":{"position":[[666,8],[742,8],[843,7],[1623,8]]},"655":{"position":[[443,7]]},"669":{"position":[[472,7]]},"705":{"position":[[155,7]]},"715":{"position":[[155,7]]},"723":{"position":[[208,7],[410,7]]},"725":{"position":[[155,7]]},"729":{"position":[[677,9]]},"731":{"position":[[981,9]]},"733":{"position":[[208,7],[410,7]]},"735":{"position":[[160,7]]},"739":{"position":[[759,8]]},"748":{"position":[[208,7],[410,7]]},"750":{"position":[[155,7]]},"752":{"position":[[1218,7]]},"756":{"position":[[438,9]]},"758":{"position":[[65,9]]},"760":{"position":[[579,7],[758,7],[775,8]]},"776":{"position":[[1784,7]]},"824":{"position":[[908,8]]},"850":{"position":[[157,7]]},"852":{"position":[[190,7]]},"860":{"position":[[108,9],[208,9]]},"870":{"position":[[682,7]]},"980":{"position":[[162,7]]},"996":{"position":[[465,8]]}}}],["receive_her",{"_index":1551,"t":{"850":{"position":[[157,12]]},"852":{"position":[[190,12]]},"870":{"position":[[682,12]]}}}],["receivedmessag",{"_index":1581,"t":{"1002":{"position":[[10,16]]}}}],["recent",{"_index":768,"t":{"539":{"position":[[58,8]]}}}],["recept",{"_index":1350,"t":{"789":{"position":[[393,9]]}}}],["record",{"_index":1416,"t":{"807":{"position":[[297,8]]}}}],["rectif",{"_index":1258,"t":{"776":{"position":[[881,13]]}}}],["rectifi",{"_index":1247,"t":{"776":{"position":[[277,7],[956,7]]}}}],["refer",{"_index":64,"t":{"14":{"position":[[7,5]]},"24":{"position":[[7,5]]},"34":{"position":[[7,5]]},"44":{"position":[[7,5]]},"56":{"position":[[7,5]]},"66":{"position":[[7,5]]},"80":{"position":[[7,5]]},"92":{"position":[[7,5]]},"108":{"position":[[7,5]]},"122":{"position":[[7,5]]},"134":{"position":[[7,5]]},"148":{"position":[[7,5]]},"160":{"position":[[7,5]]},"172":{"position":[[7,5]]},"186":{"position":[[7,5]]},"200":{"position":[[7,5]]},"212":{"position":[[7,5]]},"226":{"position":[[7,5]]},"235":{"position":[[7,5]]},"244":{"position":[[7,5]]},"253":{"position":[[7,5]]},"260":{"position":[[7,5]]},"272":{"position":[[7,5]]},"294":{"position":[[7,5]]},"303":{"position":[[7,5]]},"317":{"position":[[7,5]]},"331":{"position":[[7,5]]},"347":{"position":[[7,5]]},"359":{"position":[[7,5]]},"371":{"position":[[7,5]]},"399":{"position":[[7,5]]},"413":{"position":[[7,5]]},"425":{"position":[[7,5]]},"441":{"position":[[7,5]]},"453":{"position":[[7,5]]},"479":{"position":[[7,5]]},"481":{"position":[[7,5]]},"493":{"position":[[7,5]]},"507":{"position":[[241,5]]},"551":{"position":[[7,5]]},"563":{"position":[[7,5]]},"575":{"position":[[7,5]]},"585":{"position":[[7,5]]},"597":{"position":[[7,5]]},"611":{"position":[[7,5]]},"625":{"position":[[7,5]]},"637":{"position":[[7,5]]},"649":{"position":[[7,5]]},"744":{"position":[[155,5],[1131,5]]},"764":{"position":[[2203,5]]},"766":{"position":[[69,8]]},"774":{"position":[[261,8]]},"776":{"position":[[2490,8]]},"862":{"position":[[7,5]]},"872":{"position":[[7,5]]},"882":{"position":[[7,5]]},"916":{"position":[[7,5]]},"928":{"position":[[7,5]]},"942":{"position":[[242,5]]},"954":{"position":[[7,5]]},"970":{"position":[[7,5]]},"988":{"position":[[7,5]]},"1004":{"position":[[7,5]]},"1020":{"position":[[7,5]]},"1036":{"position":[[7,5]]},"1050":{"position":[[7,5]]},"1066":{"position":[[7,5]]},"1078":{"position":[[7,5]]}}}],["reformat",{"_index":983,"t":{"744":{"position":[[359,8]]},"746":{"position":[[89,8],[389,11]]},"826":{"position":[[575,8]]}}}],["refresh",{"_index":796,"t":{"627":{"position":[[13,9]]}}}],["refreshtoken",{"_index":797,"t":{"629":{"position":[[28,12]]},"633":{"position":[[93,12]]}}}],["regard",{"_index":1164,"t":{"764":{"position":[[567,6]]},"782":{"position":[[36,9]]},"810":{"position":[[752,9]]},"812":{"position":[[448,6]]},"816":{"position":[[571,6]]}}}],["regardless",{"_index":1502,"t":{"824":{"position":[[797,10]]}}}],["regist",{"_index":5,"t":{"2":{"position":[[42,11]]},"8":{"position":[[15,8]]},"12":{"position":[[47,10],[150,8],[350,10]]},"42":{"position":[[294,10]]},"54":{"position":[[318,10]]},"309":{"position":[[312,10]]},"323":{"position":[[312,10]]},"752":{"position":[[288,10],[787,10]]},"762":{"position":[[3,11],[832,10]]},"831":{"position":[[50,8]]},"848":{"position":[[172,10]]},"864":{"position":[[66,10]]},"870":{"position":[[281,10],[461,10]]},"986":{"position":[[233,10]]}}}],["registered_at",{"_index":53,"t":{"12":{"position":[[350,13]]},"42":{"position":[[294,13]]},"54":{"position":[[318,13]]}}}],["registr",{"_index":10,"t":{"4":{"position":[[27,12]]},"6":{"position":[[10,13]]},"10":{"position":[[67,13]]},"16":{"position":[[30,12]]},"18":{"position":[[10,13]]},"20":{"position":[[67,13]]},"26":{"position":[[31,12]]},"28":{"position":[[10,13]]},"30":{"position":[[67,13]]},"36":{"position":[[32,12]]},"38":{"position":[[9,13]]},"40":{"position":[[66,13]]},"42":{"position":[[44,12]]},"46":{"position":[[27,12]]},"48":{"position":[[9,13]]},"52":{"position":[[66,13]]},"54":{"position":[[41,13],[87,13]]},"58":{"position":[[30,12]]},"60":{"position":[[12,13]]},"62":{"position":[[69,13]]},"735":{"position":[[110,12]]},"762":{"position":[[1408,12]]}}}],["registri",{"_index":1480,"t":{"822":{"position":[[262,8]]},"824":{"position":[[15,8],[513,8],[1290,8],[1335,8]]}}}],["regul",{"_index":1121,"t":{"762":{"position":[[1817,8]]},"764":{"position":[[437,10],[672,10],[1106,10]]},"791":{"position":[[885,11]]},"797":{"position":[[292,11]]},"802":{"position":[[626,11]]},"807":{"position":[[550,11]]},"810":{"position":[[116,11]]},"812":{"position":[[718,11]]},"816":{"position":[[1028,11]]},"818":{"position":[[540,11]]}}}],["regular",{"_index":1436,"t":{"812":{"position":[[152,7]]}}}],["regularli",{"_index":1426,"t":{"810":{"position":[[398,9]]}}}],["relat",{"_index":217,"t":{"262":{"position":[[30,7]]},"270":{"position":[[34,7]]},"284":{"position":[[36,7]]},"292":{"position":[[46,7]]},"443":{"position":[[30,7]]},"451":{"position":[[33,7]]},"460":{"position":[[83,7]]},"772":{"position":[[45,7]]},"776":{"position":[[1810,8]]},"782":{"position":[[111,7]]},"1068":{"position":[[30,7]]}}}],["relationship",{"_index":1230,"t":{"772":{"position":[[213,12]]}}}],["releas",{"_index":735,"t":{"523":{"position":[[17,7]]},"760":{"position":[[478,8]]}}}],["relev",{"_index":1109,"t":{"762":{"position":[[1062,8]]},"766":{"position":[[652,8]]},"795":{"position":[[112,8]]}}}],["reli",{"_index":701,"t":{"509":{"position":[[44,4],[235,6]]}}}],["reliabl",{"_index":1491,"t":{"822":{"position":[[1020,11]]}}}],["religion",{"_index":1222,"t":{"768":{"position":[[398,8]]}}}],["remain",{"_index":1310,"t":{"780":{"position":[[1628,7]]}}}],["remot",{"_index":324,"t":{"276":{"position":[[984,6]]},"709":{"position":[[511,6]]},"744":{"position":[[1111,6]]},"752":{"position":[[1199,6]]},"791":{"position":[[740,6]]},"816":{"position":[[254,6],[307,6]]},"826":{"position":[[302,6]]},"848":{"position":[[407,6],[892,6]]},"858":{"position":[[145,6]]},"980":{"position":[[143,6]]}}}],["remov",{"_index":210,"t":{"219":{"position":[[103,6]]},"256":{"position":[[98,6]]},"701":{"position":[[495,6]]},"741":{"position":[[50,6]]},"752":{"position":[[1380,8]]},"793":{"position":[[217,7]]},"800":{"position":[[96,7]]},"802":{"position":[[151,7]]},"986":{"position":[[372,8]]}}}],["repeat",{"_index":1046,"t":{"756":{"position":[[69,8]]}}}],["replac",{"_index":1176,"t":{"764":{"position":[[1256,8]]}}}],["replay",{"_index":298,"t":{"276":{"position":[[271,6],[288,6],[1052,6],[1149,6],[1343,6]]},"713":{"position":[[809,6]]},"721":{"position":[[136,6]]}}}],["replic",{"_index":312,"t":{"276":{"position":[[618,9]]}}}],["repo",{"_index":1068,"t":{"760":{"position":[[317,4]]}}}],["report",{"_index":1104,"t":{"762":{"position":[[901,6],[1031,9],[2133,9]]},"766":{"position":[[305,7],[363,7]]},"812":{"position":[[357,9],[458,9]]}}}],["repositori",{"_index":1486,"t":{"822":{"position":[[709,10]]}}}],["repres",{"_index":255,"t":{"270":{"position":[[2483,10]]},"451":{"position":[[1389,10]]},"653":{"position":[[353,12]]},"667":{"position":[[187,11]]},"707":{"position":[[917,9]]},"962":{"position":[[114,12]]}}}],["reprocess",{"_index":339,"t":{"276":{"position":[[1354,9]]}}}],["republish",{"_index":314,"t":{"276":{"position":[[657,11]]},"746":{"position":[[252,9]]}}}],["request",{"_index":7,"t":{"4":{"position":[[5,7]]},"16":{"position":[[5,7]]},"26":{"position":[[5,7]]},"36":{"position":[[5,7]]},"46":{"position":[[5,7]]},"58":{"position":[[5,7]]},"70":{"position":[[5,7]]},"78":{"position":[[41,9]]},"82":{"position":[[5,7]]},"94":{"position":[[5,7]]},"110":{"position":[[5,7]]},"124":{"position":[[5,7]]},"136":{"position":[[5,7]]},"152":{"position":[[5,7]]},"162":{"position":[[5,7]]},"174":{"position":[[5,7],[75,7]]},"188":{"position":[[5,7]]},"202":{"position":[[5,7]]},"262":{"position":[[14,7]]},"276":{"position":[[1330,7]]},"282":{"position":[[100,8],[219,8],[696,8],[1033,7],[1502,8]]},"286":{"position":[[5,7]]},"305":{"position":[[5,7]]},"335":{"position":[[5,7],[83,7]]},"349":{"position":[[5,7],[66,7]]},"361":{"position":[[5,7],[65,7]]},"373":{"position":[[5,7],[121,7]]},"401":{"position":[[102,7]]},"415":{"position":[[14,7]]},"427":{"position":[[14,7]]},"443":{"position":[[14,7]]},"455":{"position":[[78,7]]},"458":{"position":[[40,7]]},"460":{"position":[[91,8],[1080,8],[1169,8]]},"463":{"position":[[328,7],[522,7],[825,7]]},"473":{"position":[[559,7]]},"483":{"position":[[14,7]]},"495":{"position":[[14,7]]},"527":{"position":[[5,7]]},"553":{"position":[[5,7]]},"565":{"position":[[5,7]]},"577":{"position":[[5,7]]},"587":{"position":[[5,7]]},"599":{"position":[[5,7]]},"613":{"position":[[5,7]]},"627":{"position":[[5,7]]},"639":{"position":[[5,7]]},"661":{"position":[[94,8],[213,8]]},"663":{"position":[[404,8]]},"665":{"position":[[51,7],[520,8]]},"705":{"position":[[67,7]]},"715":{"position":[[67,7]]},"725":{"position":[[67,7]]},"727":{"position":[[100,8],[219,8]]},"729":{"position":[[404,8]]},"731":{"position":[[48,7],[517,8]]},"733":{"position":[[634,8],[1091,8]]},"735":{"position":[[67,7]]},"739":{"position":[[23,7],[333,7]]},"748":{"position":[[676,8],[795,8],[896,7],[1365,8]]},"750":{"position":[[67,7]]},"752":{"position":[[48,7],[107,7]]},"758":{"position":[[331,7],[484,7],[665,7],[737,7]]},"770":{"position":[[286,8]]},"776":{"position":[[437,7],[736,7],[2248,7]]},"778":{"position":[[478,7],[527,7]]},"784":{"position":[[10,7]]},"836":{"position":[[5,7],[64,7]]},"848":{"position":[[743,7],[1220,7]]},"858":{"position":[[111,7],[345,8]]},"860":{"position":[[474,7],[627,7],[808,7],[880,7]]},"864":{"position":[[5,7]]},"870":{"position":[[903,7]]},"874":{"position":[[5,7]]},"884":{"position":[[5,7],[127,7]]},"886":{"position":[[5,7],[61,7]]},"896":{"position":[[5,7],[57,7]]},"906":{"position":[[5,7],[57,7]]},"918":{"position":[[5,7]]},"930":{"position":[[14,7]]},"944":{"position":[[5,7],[63,7]]},"956":{"position":[[5,7]]},"972":{"position":[[5,7]]},"980":{"position":[[470,8],[599,7],[707,7]]},"990":{"position":[[5,7],[76,7]]},"1022":{"position":[[5,7]]},"1038":{"position":[[5,7]]},"1052":{"position":[[5,7]]},"1068":{"position":[[14,7]]}}}],["requir",{"_index":138,"t":{"78":{"position":[[356,8]]},"90":{"position":[[387,8],[714,8]]},"104":{"position":[[195,8]]},"106":{"position":[[360,8]]},"118":{"position":[[242,8]]},"120":{"position":[[354,8]]},"144":{"position":[[264,8]]},"276":{"position":[[567,12]]},"282":{"position":[[332,7]]},"473":{"position":[[15,8]]},"475":{"position":[[14,8]]},"663":{"position":[[40,7]]},"707":{"position":[[1217,8],[1334,8],[1371,8]]},"709":{"position":[[788,12]]},"729":{"position":[[40,7]]},"733":{"position":[[727,7]]},"762":{"position":[[443,8]]},"766":{"position":[[697,8],[872,8]]},"772":{"position":[[518,12]]},"774":{"position":[[418,8],[562,8]]},"776":{"position":[[930,7],[2331,8]]},"780":{"position":[[453,12]]},"786":{"position":[[182,12]]},"805":{"position":[[118,8]]},"807":{"position":[[78,8]]},"810":{"position":[[422,8],[724,8]]},"812":{"position":[[73,8]]},"816":{"position":[[206,8]]}}}],["research",{"_index":1147,"t":{"764":{"position":[[132,8],[377,8]]},"780":{"position":[[2360,8]]},"786":{"position":[[110,8]]},"818":{"position":[[33,8]]}}}],["resend",{"_index":425,"t":{"282":{"position":[[1373,6]]},"665":{"position":[[391,6]]},"669":{"position":[[329,6]]},"731":{"position":[[388,6]]},"748":{"position":[[1236,6]]}}}],["reserv",{"_index":1179,"t":{"764":{"position":[[1447,8]]}}}],["resourc",{"_index":116,"t":{"68":{"position":[[13,8]]},"150":{"position":[[106,9]]},"270":{"position":[[224,8],[252,8],[541,8],[569,8],[870,8],[903,8],[1223,8],[1256,8],[1576,8],[1609,8],[1929,8],[1962,8],[2278,8],[2306,8]]},"280":{"position":[[236,9],[555,9]]},"292":{"position":[[202,8],[231,8],[525,8],[554,8]]},"329":{"position":[[493,8],[522,8],[814,8],[843,8],[1137,8],[1166,8],[1451,8],[1480,8]]},"333":{"position":[[11,9]]},"451":{"position":[[231,8],[257,8],[544,8],[570,8],[858,8],[884,8],[1185,8],[1211,8],[1558,8],[1584,8]]},"455":{"position":[[417,8]]},"460":{"position":[[1142,8],[1216,8]]},"465":{"position":[[432,8]]},"467":{"position":[[490,8],[529,8],[669,9]]},"469":{"position":[[702,8],[727,8]]},"471":{"position":[[219,9],[575,8]]},"475":{"position":[[131,8],[144,8],[223,8],[254,8],[286,8],[320,8],[379,8],[395,8]]},"477":{"position":[[71,9],[173,8],[304,8],[572,8]]},"605":{"position":[[490,9],[578,9]]},"653":{"position":[[230,8],[344,8]]},"657":{"position":[[11,9]]},"659":{"position":[[107,9]]},"673":{"position":[[295,9],[442,9],[530,9],[574,8],[685,8],[754,9]]},"675":{"position":[[490,8]]},"681":{"position":[[170,9]]},"683":{"position":[[33,9]]},"762":{"position":[[142,9],[412,9],[517,9],[964,9],[1115,9],[1183,9],[1774,8]]},"833":{"position":[[27,9]]},"1076":{"position":[[222,8],[255,8],[541,8],[567,8],[864,8],[897,8]]}}}],["resource_nam",{"_index":230,"t":{"270":{"position":[[252,13],[569,13],[903,13],[1256,13],[1609,13],[1962,13],[2306,13]]},"292":{"position":[[231,13],[554,13]]},"329":{"position":[[522,13],[843,13],[1166,13],[1480,13]]},"451":{"position":[[257,13],[570,13],[884,13],[1211,13],[1584,13]]},"475":{"position":[[144,13],[320,13],[395,13]]},"1076":{"position":[[255,13],[567,13],[897,13]]}}}],["resource_typ",{"_index":229,"t":{"270":{"position":[[224,13],[541,13],[870,13],[1223,13],[1576,13],[1929,13],[2278,13]]},"292":{"position":[[202,13],[525,13]]},"329":{"position":[[493,13],[814,13],[1137,13],[1451,13]]},"451":{"position":[[231,13],[544,13],[858,13],[1185,13],[1558,13]]},"1076":{"position":[[222,13],[541,13],[864,13]]}}}],["respect",{"_index":516,"t":{"373":{"position":[[161,10]]},"477":{"position":[[350,12]]},"762":{"position":[[662,7]]},"814":{"position":[[166,10]]},"884":{"position":[[166,10]]}}}],["respond",{"_index":416,"t":{"282":{"position":[[773,8]]},"458":{"position":[[56,8]]},"463":{"position":[[538,8]]},"663":{"position":[[481,8]]},"669":{"position":[[167,7]]},"729":{"position":[[481,8]]},"733":{"position":[[1168,8]]},"770":{"position":[[267,7]]},"831":{"position":[[388,7]]}}}],["respons",{"_index":37,"t":{"12":{"position":[[19,8],[71,8]]},"22":{"position":[[19,8],[68,8]]},"32":{"position":[[19,8],[68,8]]},"42":{"position":[[19,8],[65,8]]},"54":{"position":[[19,8],[63,8]]},"64":{"position":[[8,8]]},"78":{"position":[[19,8],[67,8]]},"90":{"position":[[19,8],[83,8]]},"106":{"position":[[19,8],[71,8]]},"120":{"position":[[19,8],[65,8]]},"132":{"position":[[19,8],[46,8]]},"146":{"position":[[8,8]]},"158":{"position":[[19,8],[78,8]]},"170":{"position":[[19,8],[84,8]]},"184":{"position":[[19,8],[71,8]]},"198":{"position":[[19,8],[63,8]]},"210":{"position":[[8,8],[37,8]]},"217":{"position":[[19,8],[99,8]]},"224":{"position":[[19,8],[83,8]]},"233":{"position":[[19,8],[86,8]]},"242":{"position":[[19,8],[80,8]]},"251":{"position":[[19,8],[78,8]]},"258":{"position":[[6,8]]},"270":{"position":[[103,8]]},"282":{"position":[[1123,8],[1181,8],[1323,8]]},"292":{"position":[[19,8],[82,8]]},"301":{"position":[[19,8],[77,8]]},"315":{"position":[[19,8],[111,8]]},"329":{"position":[[8,8]]},"345":{"position":[[19,8],[70,8]]},"357":{"position":[[8,8],[37,8]]},"369":{"position":[[19,8],[78,8]]},"373":{"position":[[375,8]]},"381":{"position":[[8,8]]},"389":{"position":[[8,8]]},"397":{"position":[[8,8]]},"411":{"position":[[19,8],[87,8]]},"423":{"position":[[68,8]]},"437":{"position":[[8,8]]},"451":{"position":[[105,8]]},"455":{"position":[[141,8],[342,8]]},"463":{"position":[[284,8]]},"491":{"position":[[8,8]]},"505":{"position":[[8,8]]},"523":{"position":[[5,8]]},"527":{"position":[[181,8]]},"534":{"position":[[19,8],[90,8]]},"539":{"position":[[19,8],[87,8]]},"544":{"position":[[19,8],[72,8]]},"549":{"position":[[19,8],[113,8]]},"561":{"position":[[19,8],[81,8]]},"573":{"position":[[19,8],[81,8]]},"583":{"position":[[19,8],[81,8]]},"595":{"position":[[19,8],[81,8]]},"609":{"position":[[19,8],[68,8]]},"623":{"position":[[19,8],[71,8]]},"635":{"position":[[19,8],[71,8]]},"647":{"position":[[19,8],[50,8]]},"665":{"position":[[141,8],[199,8],[341,8]]},"669":{"position":[[246,8]]},"677":{"position":[[839,8]]},"679":{"position":[[267,8],[449,8]]},"681":{"position":[[890,8]]},"683":{"position":[[373,8]]},"685":{"position":[[271,8]]},"687":{"position":[[488,8],[1071,8]]},"689":{"position":[[298,8]]},"691":{"position":[[313,8]]},"731":{"position":[[138,8],[196,8],[338,8]]},"748":{"position":[[986,8],[1044,8],[1186,8]]},"756":{"position":[[227,8],[310,8]]},"791":{"position":[[314,11]]},"812":{"position":[[102,8]]},"824":{"position":[[982,8],[1010,14]]},"846":{"position":[[8,8]]},"870":{"position":[[976,8]]},"880":{"position":[[122,8]]},"884":{"position":[[395,8]]},"894":{"position":[[8,8]]},"904":{"position":[[8,8]]},"914":{"position":[[8,8]]},"926":{"position":[[8,8]]},"940":{"position":[[8,8]]},"952":{"position":[[8,8],[37,8]]},"968":{"position":[[8,8],[37,8]]},"986":{"position":[[8,8],[37,8]]},"1018":{"position":[[8,8]]},"1034":{"position":[[8,8],[37,8]]},"1046":{"position":[[8,8]]},"1064":{"position":[[8,8],[37,8]]},"1076":{"position":[[94,8]]}}}],["restart",{"_index":854,"t":{"675":{"position":[[775,7],[819,7]]}}}],["restrict",{"_index":1249,"t":{"776":{"position":[[296,8],[1463,11],[1553,11],[2144,12]]},"780":{"position":[[664,10]]},"791":{"position":[[279,10]]}}}],["result",{"_index":71,"t":{"16":{"position":[[52,6]]},"219":{"position":[[86,7]]},"373":{"position":[[310,7],[532,7]]},"463":{"position":[[387,7]]},"527":{"position":[[116,7],[338,7]]},"687":{"position":[[475,9],[1058,9]]},"780":{"position":[[2022,7],[2124,7]]},"829":{"position":[[391,7],[439,7]]},"884":{"position":[[330,7],[560,7]]}}}],["resum",{"_index":410,"t":{"282":{"position":[[449,6]]},"663":{"position":[[157,6]]},"729":{"position":[[157,6]]},"733":{"position":[[844,6]]}}}],["retain",{"_index":334,"t":{"276":{"position":[[1264,6]]},"766":{"position":[[840,8]]},"776":{"position":[[2350,6]]},"778":{"position":[[57,8]]}}}],["retent",{"_index":1271,"t":{"778":{"position":[[251,9],[349,9]]}}}],["retri",{"_index":433,"t":{"282":{"position":[[1547,7]]},"665":{"position":[[565,7]]},"731":{"position":[[562,7]]},"748":{"position":[[1410,7]]},"754":{"position":[[27,5]]},"756":{"position":[[20,5],[129,5],[172,5],[254,5],[381,5]]},"758":{"position":[[26,5],[122,5]]},"860":{"position":[[51,5],[169,5],[265,5]]}}}],["retriev",{"_index":98,"t":{"36":{"position":[[13,9]]},"46":{"position":[[13,9]]},"70":{"position":[[13,9]]},"82":{"position":[[13,9]]},"282":{"position":[[253,8]]},"515":{"position":[[27,8]]},"661":{"position":[[247,8]]},"707":{"position":[[333,11],[595,8]]},"713":{"position":[[694,8]]},"727":{"position":[[253,8]]},"733":{"position":[[668,8]]},"741":{"position":[[123,9]]},"748":{"position":[[829,8]]},"800":{"position":[[445,10]]},"1006":{"position":[[9,9]]}}}],["retrospect",{"_index":1394,"t":{"802":{"position":[[66,15]]}}}],["retrypolici",{"_index":884,"t":{"685":{"position":[[410,11]]},"744":{"position":[[444,11]]},"752":{"position":[[1256,11],[1277,11]]},"850":{"position":[[191,11]]},"852":{"position":[[324,11]]},"854":{"position":[[215,11]]},"856":{"position":[[189,11]]},"976":{"position":[[137,11]]},"978":{"position":[[40,11]]},"980":{"position":[[198,11],[219,11]]},"984":{"position":[[114,11]]}}}],["return",{"_index":209,"t":{"219":{"position":[[94,8]]},"262":{"position":[[22,7]]},"270":{"position":[[17,7]]},"282":{"position":[[922,8]]},"292":{"position":[[28,7]]},"301":{"position":[[28,7]]},"305":{"position":[[13,7]]},"315":{"position":[[28,7]]},"369":{"position":[[28,7]]},"373":{"position":[[321,6],[345,6],[516,7]]},"415":{"position":[[22,7]]},"423":{"position":[[17,7]]},"439":{"position":[[85,7]]},"443":{"position":[[22,7]]},"451":{"position":[[17,7]]},"455":{"position":[[153,8],[354,8]]},"483":{"position":[[22,7]]},"507":{"position":[[85,7]]},"527":{"position":[[127,6],[151,6],[322,7]]},"647":{"position":[[28,7]]},"653":{"position":[[1421,8]]},"663":{"position":[[630,8]]},"729":{"position":[[630,8]]},"733":{"position":[[1317,8]]},"739":{"position":[[625,8]]},"746":{"position":[[627,7],[1001,6]]},"870":{"position":[[967,6]]},"884":{"position":[[341,6],[365,6],[544,7]]},"918":{"position":[[13,7]]},"942":{"position":[[86,7]]},"996":{"position":[[331,8]]},"1022":{"position":[[13,7]]},"1038":{"position":[[13,7]]},"1068":{"position":[[22,7]]},"1076":{"position":[[17,7]]}}}],["return_immedi",{"_index":1018,"t":{"746":{"position":[[1001,18]]}}}],["returnimmedi",{"_index":817,"t":{"653":{"position":[[1522,17],[1660,17]]},"697":{"position":[[104,17]]},"739":{"position":[[426,17],[796,17]]},"996":{"position":[[137,17],[502,17]]}}}],["reus",{"_index":1003,"t":{"746":{"position":[[137,7]]}}}],["review",{"_index":1305,"t":{"780":{"position":[[1402,6]]},"791":{"position":[[460,6]]},"810":{"position":[[214,7]]},"816":{"position":[[406,6],[1212,6]]},"818":{"position":[[1442,8]]}}}],["revok",{"_index":1366,"t":{"791":{"position":[[471,8]]}}}],["right",{"_index":703,"t":{"509":{"position":[[173,5]]},"764":{"position":[[1460,5]]},"776":{"position":[[194,6],[259,6],[332,5],[386,5],[428,5],[872,5],[921,5],[1231,5],[1274,5],[1454,5],[1716,5],[1775,5],[1953,5],[2114,6],[2406,6]]},"793":{"position":[[599,6]]},"802":{"position":[[478,6]]},"816":{"position":[[997,6]]}}}],["risk",{"_index":1110,"t":{"762":{"position":[[1146,4]]}}}],["role",{"_index":89,"t":{"22":{"position":[[365,5]]},"217":{"position":[[215,5],[361,5]]},"219":{"position":[[150,5],[284,5],[424,5]]},"224":{"position":[[199,5],[345,5]]},"231":{"position":[[39,5]]},"233":{"position":[[189,5],[326,5]]},"240":{"position":[[39,5]]},"242":{"position":[[183,5],[320,5]]},"249":{"position":[[3,5]]},"251":{"position":[[181,5],[336,5]]},"319":{"position":[[156,4]]},"373":{"position":[[148,4]]},"473":{"position":[[215,5],[382,5],[396,5],[422,4]]},"475":{"position":[[52,5],[168,5],[341,5],[357,5]]},"477":{"position":[[386,4]]},"534":{"position":[[206,5],[352,5],[529,5],[811,5],[988,5],[1176,5],[1376,5],[1538,5],[1738,5],[1908,5]]},"539":{"position":[[203,5],[349,5],[526,5],[714,5]]},"544":{"position":[[187,5],[375,5],[575,5],[737,5],[937,5],[1107,5]]},"549":{"position":[[229,5],[375,5]]},"561":{"position":[[183,5],[465,5]]},"573":{"position":[[183,5],[465,5]]},"583":{"position":[[183,5],[465,5]]},"595":{"position":[[183,5],[465,5]]},"603":{"position":[[38,5],[201,5]]},"605":{"position":[[70,5],[140,5],[170,5],[204,4],[277,5],[344,5],[351,4],[634,4],[772,4],[895,4],[901,4],[957,4]]},"609":{"position":[[170,5],[409,5]]},"617":{"position":[[87,5],[274,5]]},"619":{"position":[[70,5],[140,5],[170,5],[204,4]]},"623":{"position":[[174,5],[418,5]]},"635":{"position":[[173,5],[314,5]]},"677":{"position":[[672,5],[764,4],[792,5],[995,5]]},"681":{"position":[[454,5],[607,5],[688,5],[720,5],[863,4],[938,5],[1094,5]]},"687":{"position":[[450,5],[536,5],[696,5],[1034,5],[1119,5],[1276,5]]},"789":{"position":[[252,4]]},"818":{"position":[[336,5]]},"884":{"position":[[153,4]]}}}],["room",{"_index":1340,"t":{"789":{"position":[[91,4]]},"805":{"position":[[294,5]]},"807":{"position":[[484,4]]}}}],["root",{"_index":643,"t":{"467":{"position":[[270,4]]},"469":{"position":[[1284,4],[1314,4]]}}}],["rout",{"_index":685,"t":{"475":{"position":[[450,6]]},"870":{"position":[[742,5],[806,5]]}}}],["rpc",{"_index":586,"t":{"463":{"position":[[97,3]]}}}],["rubi",{"_index":898,"t":{"701":{"position":[[30,4],[137,4]]}}}],["rule",{"_index":1371,"t":{"793":{"position":[[151,4]]},"818":{"position":[[500,5]]}}}],["run",{"_index":657,"t":{"467":{"position":[[910,4]]}}}],["runtim",{"_index":436,"t":{"282":{"position":[[1945,7]]},"731":{"position":[[960,7]]},"748":{"position":[[1808,7]]}}}],["s",{"_index":70,"t":{"16":{"position":[[28,1]]},"26":{"position":[[29,1]]},"36":{"position":[[30,1]]},"42":{"position":[[42,1]]},"58":{"position":[[28,1]]},"219":{"position":[[74,1]]},"270":{"position":[[2564,1]]},"276":{"position":[[115,1],[1691,1]]},"282":{"position":[[1116,1],[1572,1],[2388,1]]},"305":{"position":[[184,1]]},"373":{"position":[[257,1]]},"439":{"position":[[171,1]]},"451":{"position":[[31,1]]},"458":{"position":[[38,1]]},"463":{"position":[[520,1]]},"467":{"position":[[409,1],[472,1]]},"473":{"position":[[295,1]]},"507":{"position":[[171,1]]},"511":{"position":[[909,1]]},"565":{"position":[[64,1]]},"587":{"position":[[64,1]]},"605":{"position":[[124,1]]},"613":{"position":[[38,1]]},"619":{"position":[[124,1]]},"627":{"position":[[40,1]]},"665":{"position":[[134,1]]},"689":{"position":[[108,1]]},"691":{"position":[[119,1]]},"701":{"position":[[54,1],[557,1]]},"707":{"position":[[2415,1]]},"713":{"position":[[167,1],[720,1],[831,1]]},"717":{"position":[[15,1],[104,1]]},"719":{"position":[[90,1]]},"721":{"position":[[84,1],[158,1]]},"731":{"position":[[131,1],[587,1]]},"739":{"position":[[91,1],[133,1]]},"746":{"position":[[233,1]]},"748":{"position":[[979,1],[1435,1]]},"756":{"position":[[456,1]]},"758":{"position":[[171,1],[264,1],[413,1]]},"760":{"position":[[63,1],[235,1],[258,1]]},"764":{"position":[[141,1],[180,1],[197,1],[277,1]]},"772":{"position":[[367,1]]},"776":{"position":[[2246,1]]},"780":{"position":[[500,1]]},"786":{"position":[[134,1],[146,1]]},"816":{"position":[[123,1],[911,1]]},"818":{"position":[[57,1],[69,1],[310,1],[920,1],[1345,1],[1420,1]]},"820":{"position":[[106,1]]},"860":{"position":[[126,1],[314,1],[407,1],[556,1]]},"884":{"position":[[277,1]]},"942":{"position":[[172,1]]},"990":{"position":[[88,1],[130,1]]}}}],["s0m3t0k3n",{"_index":630,"t":{"465":{"position":[[470,9]]}}}],["s3cr3t",{"_index":128,"t":{"76":{"position":[[107,6]]},"88":{"position":[[98,6]]},"102":{"position":[[121,6]]},"116":{"position":[[119,6]]},"130":{"position":[[109,6]]},"142":{"position":[[129,6]]},"156":{"position":[[79,6]]},"168":{"position":[[89,6]]},"182":{"position":[[105,6]]},"196":{"position":[[104,6]]},"208":{"position":[[92,6]]},"215":{"position":[[93,6]]},"217":{"position":[[317,6]]},"222":{"position":[[98,6]]},"224":{"position":[[301,6]]},"229":{"position":[[115,6]]},"233":{"position":[[281,6]]},"238":{"position":[[114,6]]},"242":{"position":[[275,6]]},"247":{"position":[[119,6]]},"251":{"position":[[291,6]]},"256":{"position":[[109,6]]},"268":{"position":[[90,6]]},"290":{"position":[[71,6]]},"343":{"position":[[107,6]]},"355":{"position":[[116,6]]},"367":{"position":[[100,6]]},"379":{"position":[[90,6]]},"387":{"position":[[90,6]]},"395":{"position":[[90,6]]},"409":{"position":[[129,6]]},"421":{"position":[[104,6]]},"435":{"position":[[131,6]]},"449":{"position":[[108,6]]},"473":{"position":[[205,6]]},"489":{"position":[[125,6]]},"503":{"position":[[110,6]]},"532":{"position":[[76,6]]},"534":{"position":[[308,6]]},"537":{"position":[[76,6]]},"539":{"position":[[305,6]]},"542":{"position":[[76,6]]},"547":{"position":[[76,6]]},"549":{"position":[[331,6]]},"559":{"position":[[82,6]]},"571":{"position":[[92,6]]},"593":{"position":[[120,6]]},"607":{"position":[[117,6]]},"621":{"position":[[115,6]]},"633":{"position":[[110,6]]},"645":{"position":[[99,6]]},"675":{"position":[[530,6],[612,6]]},"677":{"position":[[318,6],[589,6]]},"842":{"position":[[130,6]]},"870":{"position":[[100,6]]},"880":{"position":[[106,6]]},"892":{"position":[[103,6]]},"902":{"position":[[103,6]]},"912":{"position":[[103,6]]},"924":{"position":[[113,6]]},"938":{"position":[[143,6]]},"950":{"position":[[117,6]]},"964":{"position":[[147,6]]},"982":{"position":[[145,6]]},"998":{"position":[[134,6]]},"1014":{"position":[[140,6]]},"1030":{"position":[[136,6]]},"1044":{"position":[[128,6]]},"1060":{"position":[[142,6]]},"1074":{"position":[[115,6]]}}}],["s3cr3t1",{"_index":759,"t":{"534":{"position":[[770,7]]},"539":{"position":[[673,7]]},"561":{"position":[[424,7]]},"571":{"position":[[80,7]]},"573":{"position":[[424,7]]},"581":{"position":[[84,7]]},"583":{"position":[[424,7]]},"595":{"position":[[424,7]]}}}],["s3cr3t2",{"_index":762,"t":{"534":{"position":[[1135,7]]},"544":{"position":[[334,7]]}}}],["s3cr3t3",{"_index":765,"t":{"534":{"position":[[1497,7]]},"544":{"position":[[696,7]]}}}],["s3cr3t4",{"_index":767,"t":{"534":{"position":[[1867,7]]},"544":{"position":[[1066,7]]}}}],["sa",{"_index":1155,"t":{"764":{"position":[[401,2]]},"774":{"position":[[6,2]]},"780":{"position":[[41,2],[395,2],[614,2]]}}}],["sadmin",{"_index":864,"t":{"677":{"position":[[637,6],[960,6]]}}}],["safe",{"_index":1294,"t":{"780":{"position":[[870,4]]},"807":{"position":[[454,4]]}}}],["safeguard",{"_index":1276,"t":{"780":{"position":[[197,9],[2055,9]]}}}],["safeti",{"_index":1286,"t":{"780":{"position":[[446,6]]},"789":{"position":[[764,6]]}}}],["same",{"_index":344,"t":{"276":{"position":[[1472,4]]},"278":{"position":[[95,4]]},"282":{"position":[[585,4]]},"475":{"position":[[428,4]]},"509":{"position":[[659,4]]},"653":{"position":[[195,4]]},"663":{"position":[[293,4]]},"729":{"position":[[293,4]]},"733":{"position":[[980,4]]},"739":{"position":[[199,4]]},"756":{"position":[[96,4]]},"762":{"position":[[1648,4]]},"772":{"position":[[505,4]]}}}],["saml",{"_index":1496,"t":{"824":{"position":[[174,4]]}}}],["satisfi",{"_index":1210,"t":{"766":{"position":[[607,7]]},"784":{"position":[[53,9]]}}}],["scalabl",{"_index":364,"t":{"278":{"position":[[129,11]]}}}],["scan",{"_index":1440,"t":{"812":{"position":[[202,8]]}}}],["scenario",{"_index":1515,"t":{"826":{"position":[[55,9]]}}}],["schema",{"_index":115,"t":{"68":{"position":[[0,7]]},"70":{"position":[[34,6]]},"72":{"position":[[33,7],[42,6]]},"74":{"position":[[47,6],[66,6],[91,6]]},"76":{"position":[[86,7],[94,6]]},"78":{"position":[[51,6],[161,7],[169,6],[197,6]]},"82":{"position":[[27,7]]},"84":{"position":[[33,7]]},"86":{"position":[[47,6]]},"88":{"position":[[86,7]]},"90":{"position":[[45,7],[102,7],[192,7],[200,6],[228,6],[519,7],[527,6],[555,6]]},"94":{"position":[[27,6]]},"98":{"position":[[34,7],[43,6]]},"100":{"position":[[47,6],[66,6],[91,6]]},"102":{"position":[[100,7],[108,6]]},"104":{"position":[[19,6]]},"106":{"position":[[55,6],[165,7],[173,6],[201,6]]},"110":{"position":[[39,6]]},"112":{"position":[[33,7],[42,6]]},"114":{"position":[[50,6],[65,6],[90,6]]},"116":{"position":[[98,7],[106,6]]},"118":{"position":[[46,7],[66,6]]},"120":{"position":[[49,6],[159,7],[195,6]]},"124":{"position":[[23,6]]},"126":{"position":[[36,7],[45,6]]},"128":{"position":[[50,6],[65,6],[90,6]]},"130":{"position":[[88,7],[96,6]]},"136":{"position":[[66,6],[105,6],[211,6],[352,6]]},"138":{"position":[[34,7],[43,6]]},"140":{"position":[[50,6],[65,6],[90,6]]},"142":{"position":[[99,7],[107,6]]},"144":{"position":[[5,6],[115,6],[149,6],[220,6]]},"276":{"position":[[359,6],[450,6],[763,6],[824,6]]},"339":{"position":[[22,6],[77,6],[87,6]]},"407":{"position":[[244,6],[290,6],[345,6]]},"458":{"position":[[85,6]]},"463":{"position":[[566,6]]},"473":{"position":[[121,6]]},"475":{"position":[[120,6]]},"707":{"position":[[952,6],[964,6],[986,6],[1006,6]]},"709":{"position":[[18,6],[157,6],[182,6],[351,6],[578,6],[671,6],[878,6],[914,6],[951,6],[1024,6],[1064,6],[1102,6],[1274,6],[1317,6],[1521,6],[1560,6],[1666,6],[1807,6]]},"737":{"position":[[40,6],[141,6],[176,7]]},"848":{"position":[[775,6],[1252,6]]}}}],["schema_nam",{"_index":125,"t":{"72":{"position":[[42,11]]},"74":{"position":[[66,11]]},"98":{"position":[[43,11]]},"100":{"position":[[66,11]]},"112":{"position":[[42,11]]},"114":{"position":[[65,11]]},"126":{"position":[[45,11]]},"128":{"position":[[65,11]]},"138":{"position":[[43,11]]},"140":{"position":[[65,11]]}}}],["scope",{"_index":511,"t":{"333":{"position":[[230,6]]},"653":{"position":[[302,6],[496,6]]},"673":{"position":[[591,6]]},"764":{"position":[[312,5]]},"774":{"position":[[465,5]]},"776":{"position":[[1378,5]]}}}],["script",{"_index":315,"t":{"276":{"position":[[669,6]]}}}],["second",{"_index":557,"t":{"451":{"position":[[1756,6]]},"653":{"position":[[551,7]]},"669":{"position":[[34,7],[380,7]]},"711":{"position":[[370,6],[627,6]]},"756":{"position":[[157,7],[203,7],[285,7],[303,6]]},"758":{"position":[[614,6],[692,7],[762,7]]},"860":{"position":[[757,6],[835,7],[905,7]]},"956":{"position":[[111,7]]},"962":{"position":[[127,7]]},"1076":{"position":[[1066,6]]}}}],["secreci",{"_index":1430,"t":{"810":{"position":[[656,7]]},"816":{"position":[[940,7]]},"818":{"position":[[708,7],[979,7]]}}}],["secret",{"_index":681,"t":{"473":{"position":[[350,6]]}}}],["section",{"_index":65,"t":{"14":{"position":[[16,7]]},"24":{"position":[[16,7]]},"34":{"position":[[16,7]]},"44":{"position":[[16,7]]},"56":{"position":[[16,7]]},"66":{"position":[[16,7]]},"80":{"position":[[16,7]]},"92":{"position":[[16,7]]},"108":{"position":[[16,7]]},"122":{"position":[[16,7]]},"134":{"position":[[16,7]]},"148":{"position":[[16,7]]},"160":{"position":[[16,7]]},"172":{"position":[[16,7]]},"186":{"position":[[16,7]]},"200":{"position":[[16,7]]},"212":{"position":[[16,7]]},"226":{"position":[[16,7]]},"235":{"position":[[16,7]]},"244":{"position":[[16,7]]},"253":{"position":[[16,7]]},"260":{"position":[[16,7]]},"272":{"position":[[16,7]]},"294":{"position":[[16,7]]},"303":{"position":[[16,7]]},"317":{"position":[[16,7]]},"331":{"position":[[16,7]]},"347":{"position":[[16,7]]},"359":{"position":[[16,7]]},"371":{"position":[[16,7]]},"399":{"position":[[16,7]]},"413":{"position":[[16,7]]},"425":{"position":[[16,7]]},"441":{"position":[[16,7]]},"453":{"position":[[16,7]]},"479":{"position":[[16,7]]},"481":{"position":[[16,7]]},"493":{"position":[[16,7]]},"507":{"position":[[250,7]]},"551":{"position":[[16,7]]},"563":{"position":[[16,7]]},"575":{"position":[[16,7]]},"585":{"position":[[16,7]]},"597":{"position":[[16,7]]},"611":{"position":[[16,7]]},"625":{"position":[[16,7]]},"637":{"position":[[16,7]]},"649":{"position":[[16,7]]},"707":{"position":[[133,7],[746,7],[2383,7]]},"709":{"position":[[1005,7],[1229,7],[1409,7],[1892,7],[2036,7]]},"862":{"position":[[16,7]]},"872":{"position":[[16,7]]},"882":{"position":[[16,7]]},"916":{"position":[[16,7]]},"928":{"position":[[16,7]]},"942":{"position":[[251,7]]},"954":{"position":[[16,7]]},"970":{"position":[[16,7]]},"988":{"position":[[16,7]]},"1004":{"position":[[16,7]]},"1020":{"position":[[16,7]]},"1036":{"position":[[16,7]]},"1050":{"position":[[16,7]]},"1066":{"position":[[16,7]]},"1078":{"position":[[16,7]]}}}],["sector",{"_index":1324,"t":{"780":{"position":[[2390,6]]}}}],["secur",{"_index":354,"t":{"276":{"position":[[1926,8],[1976,6]]},"762":{"position":[[633,8],[931,8],[1503,8],[1615,7]]},"780":{"position":[[107,8],[514,8],[705,6],[812,8],[1052,7],[1080,8],[1175,6],[1491,8],[1580,8],[1636,6],[1678,8],[1794,8],[2069,8]]},"786":{"position":[[255,8]]},"789":{"position":[[58,8],[367,8],[669,7],[713,8]]},"791":{"position":[[840,8],[908,8]]},"793":{"position":[[671,8]]},"795":{"position":[[451,10]]},"797":{"position":[[372,10]]},"800":{"position":[[397,6],[508,10]]},"802":{"position":[[578,8]]},"805":{"position":[[421,8],[470,8]]},"807":{"position":[[502,8]]},"810":{"position":[[155,8]]},"812":{"position":[[86,8],[367,8],[543,8],[607,8],[731,10]]},"816":{"position":[[420,8],[606,8]]},"818":{"position":[[113,8],[251,8],[357,8],[568,8],[661,6],[1392,8]]},"820":{"position":[[63,8]]},"824":{"position":[[1048,8],[1079,8]]},"829":{"position":[[549,6]]}}}],["see",{"_index":67,"t":{"14":{"position":[[34,3]]},"24":{"position":[[34,3]]},"34":{"position":[[34,3]]},"44":{"position":[[34,3]]},"56":{"position":[[34,3]]},"66":{"position":[[34,3]]},"80":{"position":[[34,3]]},"92":{"position":[[34,3]]},"108":{"position":[[34,3]]},"122":{"position":[[34,3]]},"134":{"position":[[34,3]]},"148":{"position":[[34,3]]},"160":{"position":[[34,3]]},"172":{"position":[[34,3]]},"186":{"position":[[34,3]]},"200":{"position":[[34,3]]},"212":{"position":[[34,3]]},"226":{"position":[[34,3]]},"235":{"position":[[34,3]]},"244":{"position":[[34,3]]},"253":{"position":[[34,3]]},"260":{"position":[[34,3]]},"272":{"position":[[34,3]]},"294":{"position":[[34,3]]},"303":{"position":[[34,3]]},"317":{"position":[[34,3]]},"331":{"position":[[34,3]]},"347":{"position":[[34,3]]},"359":{"position":[[34,3]]},"371":{"position":[[34,3]]},"399":{"position":[[34,3]]},"413":{"position":[[34,3]]},"425":{"position":[[34,3]]},"441":{"position":[[34,3]]},"453":{"position":[[34,3]]},"493":{"position":[[34,3]]},"507":{"position":[[268,3]]},"551":{"position":[[34,3]]},"563":{"position":[[34,3]]},"575":{"position":[[34,3]]},"585":{"position":[[34,3]]},"597":{"position":[[34,3]]},"611":{"position":[[34,3]]},"625":{"position":[[34,3]]},"637":{"position":[[34,3]]},"649":{"position":[[34,3]]},"677":{"position":[[1245,3]]},"679":{"position":[[582,3]]},"681":{"position":[[1260,3]]},"683":{"position":[[546,3]]},"685":{"position":[[505,3]]},"687":{"position":[[1443,3]]},"711":{"position":[[32,3]]},"768":{"position":[[169,3]]},"862":{"position":[[34,3]]},"872":{"position":[[34,3]]},"882":{"position":[[34,3]]},"916":{"position":[[34,3]]},"928":{"position":[[34,3]]},"942":{"position":[[269,3]]},"954":{"position":[[34,3]]},"970":{"position":[[34,3]]},"988":{"position":[[34,3]]},"1004":{"position":[[34,3]]},"1020":{"position":[[34,3]]},"1036":{"position":[[34,3]]},"1050":{"position":[[34,3]]},"1066":{"position":[[34,3]]},"1078":{"position":[[34,3]]}}}],["seek",{"_index":300,"t":{"276":{"position":[[335,7],[1494,7],[1575,4]]},"713":{"position":[[528,4]]}}}],["seem",{"_index":913,"t":{"701":{"position":[[330,5]]}}}],["select",{"_index":1449,"t":{"816":{"position":[[498,9]]}}}],["send",{"_index":280,"t":{"274":{"position":[[543,4],[943,4]]},"280":{"position":[[73,4],[971,5]]},"282":{"position":[[472,4],[575,5],[1025,5]]},"653":{"position":[[583,4],[939,5]]},"655":{"position":[[317,4]]},"663":{"position":[[180,4],[283,5]]},"665":{"position":[[43,5]]},"689":{"position":[[411,4]]},"703":{"position":[[15,4]]},"707":{"position":[[273,4],[1413,4]]},"729":{"position":[[180,4],[283,5]]},"731":{"position":[[40,5]]},"733":{"position":[[867,4],[970,5]]},"741":{"position":[[181,7],[249,7]]},"748":{"position":[[888,5]]},"776":{"position":[[817,7]]},"822":{"position":[[1079,4]]},"831":{"position":[[62,4]]},"833":{"position":[[426,4]]},"848":{"position":[[874,7]]},"1006":{"position":[[67,7]]}}}],["sens",{"_index":390,"t":{"280":{"position":[[369,5]]},"333":{"position":[[144,5]]},"657":{"position":[[144,5]]}}}],["sensit",{"_index":1219,"t":{"768":{"position":[[345,9]]}}}],["sent",{"_index":174,"t":{"144":{"position":[[231,4]]},"653":{"position":[[261,4]]},"780":{"position":[[1032,4]]},"824":{"position":[[899,4]]},"848":{"position":[[628,4]]}}}],["separ",{"_index":1378,"t":{"795":{"position":[[83,10],[187,9],[223,9]]}}}],["sequenti",{"_index":839,"t":{"667":{"position":[[644,10]]}}}],["serv",{"_index":372,"t":{"278":{"position":[[277,5]]},"282":{"position":[[1132,6]]},"301":{"position":[[181,7]]},"665":{"position":[[150,6]]},"731":{"position":[[147,6]]},"748":{"position":[[995,6]]},"774":{"position":[[583,5]]},"812":{"position":[[319,6]]}}}],["server",{"_index":346,"t":{"276":{"position":[[1638,6],[1684,6]]},"278":{"position":[[120,7]]},"282":{"position":[[243,6],[766,6],[1018,6],[1359,6],[1565,6]]},"301":{"position":[[117,7]]},"467":{"position":[[321,6],[373,6]]},"653":{"position":[[1556,6]]},"661":{"position":[[237,6]]},"663":{"position":[[474,6]]},"665":{"position":[[36,6],[377,6]]},"669":{"position":[[306,6]]},"727":{"position":[[243,6]]},"729":{"position":[[474,6]]},"731":{"position":[[33,6],[374,6],[580,6]]},"733":{"position":[[658,6],[1161,6]]},"739":{"position":[[692,6]]},"748":{"position":[[819,6],[881,6],[1222,6],[1428,6]]},"789":{"position":[[84,6]]},"805":{"position":[[287,6]]},"807":{"position":[[237,7],[477,6]]},"996":{"position":[[398,6]]}}}],["servic",{"_index":2,"t":{"2":{"position":[[15,7]]},"22":{"position":[[357,7]]},"46":{"position":[[47,7]]},"150":{"position":[[15,7]]},"152":{"position":[[49,7]]},"217":{"position":[[353,7]]},"219":{"position":[[40,7],[142,7],[416,7]]},"224":{"position":[[337,7]]},"233":{"position":[[318,7]]},"242":{"position":[[312,7]]},"251":{"position":[[328,7]]},"274":{"position":[[19,7],[56,7],[310,7],[400,7],[478,7],[511,7],[644,7],[695,7],[792,7],[861,7]]},"278":{"position":[[260,7]]},"282":{"position":[[82,7],[1995,7],[2084,7],[2140,7],[2154,7],[2196,8],[2338,7],[2380,7],[2499,7]]},"286":{"position":[[69,7]]},"292":{"position":[[400,7],[726,7]]},"301":{"position":[[61,7]]},"319":{"position":[[202,7]]},"329":{"position":[[689,7],[1015,7],[1326,7],[1645,7]]},"373":{"position":[[72,7],[332,7]]},"455":{"position":[[270,7]]},"463":{"position":[[19,7]]},"465":{"position":[[102,7],[454,7]]},"467":{"position":[[559,7],[605,7]]},"469":{"position":[[46,7],[207,7],[819,7],[838,7],[1262,7]]},"471":{"position":[[429,7]]},"513":{"position":[[90,7]]},"525":{"position":[[15,7]]},"527":{"position":[[46,7],[138,7]]},"534":{"position":[[74,7],[344,7],[803,7],[1168,7],[1530,7],[1900,7]]},"539":{"position":[[341,7],[706,7]]},"544":{"position":[[367,7],[729,7],[1099,7]]},"549":{"position":[[367,7]]},"553":{"position":[[60,7]]},"561":{"position":[[457,7]]},"573":{"position":[[457,7]]},"583":{"position":[[457,7]]},"595":{"position":[[457,7]]},"603":{"position":[[193,7]]},"605":{"position":[[132,7],[157,7],[191,7],[212,7],[299,7],[882,7],[918,7],[943,7],[970,7]]},"609":{"position":[[401,7]]},"617":{"position":[[266,7]]},"619":{"position":[[132,7],[157,7],[191,7],[212,7]]},"623":{"position":[[410,7]]},"635":{"position":[[306,7]]},"651":{"position":[[14,8],[61,7],[270,7]]},"653":{"position":[[40,7],[621,7],[1374,7]]},"655":{"position":[[19,7],[50,7],[185,7]]},"667":{"position":[[22,7],[502,7],[545,7],[583,7]]},"671":{"position":[[126,7]]},"673":{"position":[[44,7],[97,7],[126,7],[144,7],[186,7]]},"675":{"position":[[15,7],[50,7],[80,7],[150,7],[176,7],[192,7],[514,7],[567,7],[624,7],[752,7],[787,7],[796,7]]},"677":{"position":[[4,7],[102,7],[169,7],[236,7],[304,7],[349,7],[430,7],[470,7],[512,7],[571,7],[664,7],[681,7],[749,7],[784,7],[820,7],[881,7],[987,7],[1006,7]]},"679":{"position":[[15,7],[392,7],[519,7]]},"681":{"position":[[0,7],[243,7],[1086,7],[1203,7]]},"683":{"position":[[0,7]]},"687":{"position":[[150,7],[688,7],[806,7],[1268,7],[1386,7]]},"705":{"position":[[49,7],[102,7]]},"707":{"position":[[844,7],[1440,7],[2264,7]]},"709":{"position":[[315,7]]},"715":{"position":[[49,7],[102,7]]},"725":{"position":[[49,7],[102,7]]},"727":{"position":[[82,7]]},"735":{"position":[[49,7],[102,7]]},"739":{"position":[[4,7]]},"748":{"position":[[658,7]]},"750":{"position":[[49,7],[102,7]]},"752":{"position":[[188,7],[685,7]]},"760":{"position":[[605,7]]},"762":{"position":[[152,8],[422,8],[527,8],[974,8],[1125,8],[1193,8],[1706,8],[1783,7]]},"764":{"position":[[807,7],[1010,7]]},"766":{"position":[[264,7]]},"770":{"position":[[93,8],[244,8],[325,7]]},"776":{"position":[[1406,7]]},"778":{"position":[[138,7]]},"780":{"position":[[368,8],[738,7],[746,7],[795,7],[1698,8],[2314,7]]},"795":{"position":[[259,8]]},"818":{"position":[[181,8]]},"822":{"position":[[39,8],[73,7],[142,8],[197,7],[295,7],[1043,7],[1068,7]]},"824":{"position":[[55,7],[91,7],[146,8],[242,7],[388,7],[678,7],[1414,7]]},"826":{"position":[[25,7]]},"829":{"position":[[32,7],[475,7],[639,8]]},"831":{"position":[[159,7],[438,7]]},"833":{"position":[[105,7],[304,7]]},"848":{"position":[[72,7],[304,7]]},"858":{"position":[[255,7]]},"870":{"position":[[181,7],[541,7]]},"874":{"position":[[77,7]]},"884":{"position":[[79,7],[352,7]]},"980":{"position":[[380,7],[543,7]]},"986":{"position":[[133,7]]}}}],["service_admin",{"_index":208,"t":{"219":{"position":[[40,13]]},"605":{"position":[[212,13],[918,13],[943,13]]},"619":{"position":[[212,13]]},"673":{"position":[[144,13]]},"675":{"position":[[150,13]]},"677":{"position":[[169,13],[349,13],[470,13],[681,13],[749,13],[820,13],[1006,13]]},"681":{"position":[[0,13]]},"683":{"position":[[0,13]]}}}],["service_rol",{"_index":88,"t":{"22":{"position":[[357,13]]},"217":{"position":[[353,13]]},"219":{"position":[[142,13],[416,13]]},"224":{"position":[[337,13]]},"233":{"position":[[318,13]]},"242":{"position":[[312,13]]},"251":{"position":[[328,13]]},"534":{"position":[[344,13],[803,13],[1168,13],[1530,13],[1900,13]]},"539":{"position":[[341,13],[706,13]]},"544":{"position":[[367,13],[729,13],[1099,13]]},"549":{"position":[[367,13]]},"561":{"position":[[457,13]]},"573":{"position":[[457,13]]},"583":{"position":[[457,13]]},"595":{"position":[[457,13]]},"603":{"position":[[193,13]]},"605":{"position":[[132,13]]},"609":{"position":[[401,13]]},"617":{"position":[[266,13]]},"619":{"position":[[132,13]]},"623":{"position":[[410,13]]},"635":{"position":[[306,13]]},"677":{"position":[[664,13],[784,13],[987,13]]},"681":{"position":[[1086,13]]},"687":{"position":[[688,13],[1268,13]]}}}],["service_token",{"_index":629,"t":{"465":{"position":[[454,13]]},"467":{"position":[[559,13]]},"673":{"position":[[97,13]]},"675":{"position":[[50,13],[80,13],[514,13],[624,13],[752,13]]},"677":{"position":[[4,13],[304,13],[430,13]]}}}],["set",{"_index":306,"t":{"276":{"position":[[492,3],[1710,3]]},"282":{"position":[[1591,3]]},"467":{"position":[[587,3],[689,3]]},"469":{"position":[[670,3]]},"471":{"position":[[202,3]]},"477":{"position":[[586,3]]},"511":{"position":[[97,3],[140,3],[215,4]]},"653":{"position":[[1445,7],[1652,3]]},"669":{"position":[[617,3]]},"697":{"position":[[23,3],[96,3]]},"707":{"position":[[19,3]]},"709":{"position":[[713,3]]},"731":{"position":[[606,3]]},"739":{"position":[[649,7],[788,3]]},"744":{"position":[[185,3]]},"746":{"position":[[659,3],[749,7]]},"748":{"position":[[1454,3]]},"756":{"position":[[147,3]]},"764":{"position":[[878,4]]},"766":{"position":[[727,3]]},"776":{"position":[[1677,3]]},"818":{"position":[[135,3],[509,3]]},"996":{"position":[[355,7],[494,3]]}}}],["setup",{"_index":849,"t":{"671":{"position":[[50,5]]}}}],["sftp",{"_index":1392,"t":{"800":{"position":[[381,4]]}}}],["sgvsbg8gq2xvdwqguhvil1n1yiegsgvyzsbpcybtesbtzxnzywdliq",{"_index":1544,"t":{"848":{"position":[[970,54],[1329,54],[1540,54]]}}}],["shall",{"_index":1086,"t":{"762":{"position":[[123,5],[327,5],[499,5],[656,5],[728,5],[812,5],[883,5],[1949,5]]},"764":{"position":[[1553,5],[1823,5],[1984,5]]},"776":{"position":[[1760,5]]},"778":{"position":[[44,5]]},"780":{"position":[[179,5]]}}}],["share",{"_index":1383,"t":{"795":{"position":[[352,6]]}}}],["sheet",{"_index":1381,"t":{"795":{"position":[[214,5]]}}}],["short",{"_index":593,"t":{"463":{"position":[[430,5],[620,5]]}}}],["show",{"_index":582,"t":{"460":{"position":[[396,4],[536,4]]},"475":{"position":[[626,4],[1184,4]]},"746":{"position":[[433,5]]}}}],["side",{"_index":326,"t":{"276":{"position":[[1041,4]]},"709":{"position":[[568,4]]}}}],["signatur",{"_index":1511,"t":{"824":{"position":[[1161,10]]}}}],["simpl",{"_index":86,"t":{"22":{"position":[[260,6]]},"158":{"position":[[249,6],[407,6]]},"180":{"position":[[21,6]]},"194":{"position":[[48,6]]},"282":{"position":[[2033,6]]},"752":{"position":[[596,6]]},"760":{"position":[[638,6]]}}}],["simplesamlphp",{"_index":1481,"t":{"822":{"position":[[361,13]]}}}],["simul",{"_index":1061,"t":{"760":{"position":[[69,8]]}}}],["singl",{"_index":266,"t":{"274":{"position":[[135,6],[678,6]]},"511":{"position":[[953,6]]},"651":{"position":[[95,6]]},"653":{"position":[[396,6]]},"723":{"position":[[106,6]]},"733":{"position":[[106,6]]},"748":{"position":[[106,6]]},"760":{"position":[[274,6]]}}}],["site",{"_index":317,"t":{"276":{"position":[[738,5]]},"822":{"position":[[611,5]]}}}],["size",{"_index":552,"t":{"451":{"position":[[1029,4]]},"460":{"position":[[577,4]]},"707":{"position":[[2353,4]]},"1076":{"position":[[710,4]]}}}],["skip",{"_index":330,"t":{"276":{"position":[[1159,4],[1545,4]]},"746":{"position":[[1374,4],[1541,8],[1728,4],[1861,8],[2025,4]]}}}],["sleep",{"_index":1021,"t":{"746":{"position":[[1083,5],[2643,5]]}}}],["slowstart",{"_index":1050,"t":{"758":{"position":[[42,9],[112,9]]},"860":{"position":[[185,9],[255,9]]}}}],["small",{"_index":1528,"t":{"831":{"position":[[103,5]]}}}],["smoke",{"_index":1401,"t":{"805":{"position":[[162,5]]}}}],["smooth",{"_index":1199,"t":{"766":{"position":[[147,6]]}}}],["snipper",{"_index":1006,"t":{"746":{"position":[[425,7]]}}}],["societ",{"_index":1142,"t":{"764":{"position":[[45,7]]}}}],["softwar",{"_index":385,"t":{"278":{"position":[[479,8]]}}}],["sole",{"_index":1206,"t":{"766":{"position":[[494,6]]}}}],["solut",{"_index":923,"t":{"701":{"position":[[634,8]]}}}],["some_token",{"_index":525,"t":{"389":{"position":[[109,10]]},"395":{"position":[[118,10]]},"902":{"position":[[131,10]]},"914":{"position":[[256,10]]}}}],["some_token2",{"_index":769,"t":{"539":{"position":[[825,11]]},"542":{"position":[[104,11]]}}}],["some_token3",{"_index":771,"t":{"544":{"position":[[1241,11]]}}}],["someth",{"_index":568,"t":{"458":{"position":[[131,9]]}}}],["sometim",{"_index":1040,"t":{"752":{"position":[[968,9]]}}}],["somewhat",{"_index":906,"t":{"701":{"position":[[151,8]]}}}],["sp",{"_index":1494,"t":{"824":{"position":[[74,3]]}}}],["spam",{"_index":1437,"t":{"812":{"position":[[182,4]]}}}],["specif",{"_index":121,"t":{"70":{"position":[[25,8]]},"162":{"position":[[39,8]]},"170":{"position":[[59,8]]},"202":{"position":[[23,8]]},"217":{"position":[[74,8]]},"224":{"position":[[56,8]]},"262":{"position":[[54,8]]},"270":{"position":[[423,8],[747,8],[1100,8],[1453,8],[1806,8],[2159,8]]},"274":{"position":[[156,13],[703,13],[1049,8]]},"276":{"position":[[717,8]]},"280":{"position":[[179,8],[624,8]]},"286":{"position":[[56,8]]},"292":{"position":[[415,8],[741,8]]},"329":{"position":[[704,8],[1030,8],[1341,8],[1660,8]]},"373":{"position":[[48,8]]},"401":{"position":[[75,8]]},"443":{"position":[[54,8]]},"451":{"position":[[435,8],[752,8],[1070,8],[1453,8]]},"460":{"position":[[401,8],[541,8]]},"463":{"position":[[60,13]]},"475":{"position":[[666,8],[1224,8]]},"509":{"position":[[97,8]]},"553":{"position":[[39,8]]},"561":{"position":[[59,8]]},"565":{"position":[[39,8]]},"573":{"position":[[59,8]]},"577":{"position":[[39,8]]},"583":{"position":[[59,8]]},"587":{"position":[[39,8]]},"595":{"position":[[59,8]]},"651":{"position":[[116,13]]},"653":{"position":[[404,8]]},"655":{"position":[[423,8]]},"659":{"position":[[176,8]]},"681":{"position":[[40,8]]},"711":{"position":[[40,8]]},"713":{"position":[[547,8]]},"723":{"position":[[365,8]]},"733":{"position":[[365,8]]},"748":{"position":[[365,8]]},"774":{"position":[[248,12]]},"793":{"position":[[395,12]]},"797":{"position":[[274,8]]},"807":{"position":[[384,14]]},"826":{"position":[[457,8],[584,8]]},"874":{"position":[[55,8]]},"884":{"position":[[55,8]]},"1068":{"position":[[54,8]]},"1076":{"position":[[64,8],[435,8],[751,8]]}}}],["specifi",{"_index":666,"t":{"469":{"position":[[1137,7]]},"471":{"position":[[209,9]]},"739":{"position":[[540,9],[590,7]]},"762":{"position":[[1012,9]]},"848":{"position":[[259,9]]},"858":{"position":[[0,7]]},"996":{"position":[[251,9],[296,7]]}}}],["speed",{"_index":1505,"t":{"824":{"position":[[940,6]]}}}],["ssh",{"_index":1374,"t":{"793":{"position":[[452,3]]},"800":{"position":[[376,3]]}}}],["ssl",{"_index":1375,"t":{"793":{"position":[[488,3]]}}}],["ssp",{"_index":1497,"t":{"824":{"position":[[373,3]]}}}],["stackoverflow",{"_index":924,"t":{"701":{"position":[[646,13]]}}}],["staff",{"_index":1292,"t":{"780":{"position":[[754,5]]},"810":{"position":[[599,5]]}}}],["stage",{"_index":1244,"t":{"776":{"position":[[94,5]]}}}],["standard",{"_index":1287,"t":{"780":{"position":[[483,9],[2343,8]]},"816":{"position":[[716,8]]},"818":{"position":[[1401,9]]}}}],["start",{"_index":476,"t":{"309":{"position":[[0,5],[12,5],[104,5],[130,5]]},"313":{"position":[[78,5]]},"323":{"position":[[0,5],[12,5],[104,5],[130,5]]},"327":{"position":[[77,5]]},"673":{"position":[[167,5]]},"707":{"position":[[34,5],[799,5]]},"709":{"position":[[1972,5]]},"752":{"position":[[514,5]]},"758":{"position":[[135,6]]},"833":{"position":[[272,7]]},"860":{"position":[[278,6]]}}}],["start_dat",{"_index":475,"t":{"309":{"position":[[0,10]]},"313":{"position":[[78,10]]},"323":{"position":[[0,10]]},"327":{"position":[[77,10]]}}}],["state",{"_index":1089,"t":{"762":{"position":[[224,6]]}}}],["statement",{"_index":1154,"t":{"764":{"position":[[334,9],[705,9],[868,9],[1679,9]]},"770":{"position":[[149,9]]},"772":{"position":[[579,9]]},"776":{"position":[[1182,9]]},"782":{"position":[[59,9]]}}}],["station",{"_index":942,"t":{"707":{"position":[[1909,7],[2059,7]]}}}],["statist",{"_index":1203,"t":{"766":{"position":[[294,10],[352,10],[384,10]]},"822":{"position":[[754,11]]}}}],["statu",{"_index":51,"t":{"12":{"position":[[329,6]]},"42":{"position":[[241,6]]},"50":{"position":[[0,6]]},"54":{"position":[[265,6]]},"282":{"position":[[1953,6]]},"297":{"position":[[9,6]]},"299":{"position":[[59,6]]},"301":{"position":[[47,6],[96,6],[162,6]]},"439":{"position":[[209,6]]},"455":{"position":[[220,6],[442,6]]},"458":{"position":[[157,6]]},"460":{"position":[[76,6]]},"507":{"position":[[209,6]]},"521":{"position":[[9,6]]},"669":{"position":[[570,6]]},"707":{"position":[[1929,6],[2078,6]]},"731":{"position":[[968,6]]},"748":{"position":[[1816,6]]},"870":{"position":[[1082,6]]},"942":{"position":[[210,6]]}}}],["statutori",{"_index":1386,"t":{"797":{"position":[[235,9]]}}}],["step",{"_index":600,"t":{"465":{"position":[[10,4]]},"511":{"position":[[9,5]]},"673":{"position":[[57,5]]},"707":{"position":[[87,4],[164,4],[791,4]]},"709":{"position":[[843,5],[893,4],[1031,4],[1254,4],[1434,4],[1921,4]]},"752":{"position":[[0,4],[426,4],[603,4],[933,4]]},"831":{"position":[[11,5]]},"870":{"position":[[415,5]]}}}],["still",{"_index":954,"t":{"713":{"position":[[28,5]]}}}],["storag",{"_index":1306,"t":{"780":{"position":[[1437,7]]},"793":{"position":[[280,7]]},"807":{"position":[[416,7]]}}}],["store",{"_index":362,"t":{"278":{"position":[[73,7]]},"282":{"position":[[2268,5]]},"465":{"position":[[273,5],[299,5]]},"467":{"position":[[280,5],[328,5]]},"469":{"position":[[895,5],[968,5]]},"667":{"position":[[119,6]]},"675":{"position":[[331,5],[357,5]]},"741":{"position":[[17,6]]},"762":{"position":[[193,5]]},"764":{"position":[[964,6]]},"800":{"position":[[189,6]]},"822":{"position":[[457,6]]}}}],["store_db",{"_index":616,"t":{"465":{"position":[[299,8]]},"467":{"position":[[328,8]]},"675":{"position":[[357,8]]}}}],["store_host",{"_index":615,"t":{"465":{"position":[[273,10]]},"467":{"position":[[280,10]]},"675":{"position":[[331,10]]}}}],["str",{"_index":1012,"t":{"746":{"position":[[720,3],[1765,3],[1892,3],[2062,3],[2337,3],[2538,3],[2629,3]]}}}],["stream",{"_index":802,"t":{"653":{"position":[[370,6]]}}}],["strict",{"_index":902,"t":{"701":{"position":[[85,6]]}}}],["strict_encode64",{"_index":901,"t":{"701":{"position":[[85,15]]}}}],["strictli",{"_index":1209,"t":{"766":{"position":[[573,8]]}}}],["string",{"_index":136,"t":{"78":{"position":[[246,6],[277,6],[307,6],[342,6]]},"90":{"position":[[277,6],[308,6],[338,6],[373,6],[604,6],[635,6],[665,6],[700,6]]},"104":{"position":[[82,6],[113,6],[146,6],[181,6]]},"106":{"position":[[250,6],[281,6],[311,6],[346,6]]},"118":{"position":[[129,6],[160,6],[193,6],[228,6]]},"120":{"position":[[244,6],[275,6],[305,6],[340,6]]},"469":{"position":[[293,6],[360,6],[453,6],[547,6],[618,6],[663,6],[831,6],[904,6],[979,6]]},"707":{"position":[[1157,6]]},"746":{"position":[[649,6]]}}}],["strive",{"_index":1312,"t":{"780":{"position":[[1724,6]]}}}],["structur",{"_index":1264,"t":{"776":{"position":[[1883,10]]}}}],["style",{"_index":587,"t":{"463":{"position":[[101,5]]}}}],["sub",{"_index":407,"t":{"282":{"position":[[239,3],[762,3],[1261,3],[1355,3],[1466,3]]},"475":{"position":[[1295,3],[1411,3],[1538,3],[1661,3],[1799,3]]},"485":{"position":[[47,3]]},"487":{"position":[[34,3]]},"497":{"position":[[48,3]]},"499":{"position":[[34,3]]},"661":{"position":[[4,3],[80,3],[233,3]]},"663":{"position":[[470,3]]},"665":{"position":[[32,3],[279,3],[373,3],[484,3]]},"727":{"position":[[239,3]]},"729":{"position":[[470,3]]},"731":{"position":[[276,3],[370,3],[481,3]]},"733":{"position":[[654,3],[1157,3]]},"746":{"position":[[983,3],[987,3],[996,3],[1617,3],[1621,3],[1630,3],[1914,3],[1918,3],[1927,3],[2393,3],[2397,3],[2406,3]]},"748":{"position":[[815,3],[1124,3],[1218,3],[1329,3]]},"920":{"position":[[47,3]]},"922":{"position":[[41,3]]},"932":{"position":[[49,3]]},"934":{"position":[[34,3]]},"980":{"position":[[286,3]]},"1070":{"position":[[48,3]]},"1072":{"position":[[34,3]]}}}],["sub1",{"_index":214,"t":{"249":{"position":[[66,4]]},"251":{"position":[[249,4]]},"534":{"position":[[620,4],[1079,4]]},"539":{"position":[[617,4]]},"544":{"position":[[278,4]]},"561":{"position":[[274,4]]},"573":{"position":[[274,4]]},"583":{"position":[[274,4]]},"595":{"position":[[274,4]]},"880":{"position":[[187,4]]},"1076":{"position":[[272,4],[584,4],[914,4]]}}}],["sub101",{"_index":882,"t":{"685":{"position":[[36,6],[321,6]]},"691":{"position":[[62,6],[184,6],[416,6]]}}}],["sub2",{"_index":753,"t":{"534":{"position":[[628,4],[1457,4]]},"539":{"position":[[625,4]]},"544":{"position":[[656,4]]},"561":{"position":[[282,4]]},"573":{"position":[[282,4]]},"583":{"position":[[282,4]]},"595":{"position":[[282,4]]},"880":{"position":[[222,4]]}}}],["sub3",{"_index":754,"t":{"534":{"position":[[636,4],[1087,4],[1819,4]]},"539":{"position":[[633,4]]},"544":{"position":[[286,4],[1018,4]]},"561":{"position":[[290,4]]},"573":{"position":[[290,4]]},"583":{"position":[[290,4]]},"595":{"position":[[290,4]]}}}],["sub4",{"_index":761,"t":{"534":{"position":[[1095,4],[1827,4]]},"544":{"position":[[294,4],[1026,4]]}}}],["sub_a",{"_index":691,"t":{"475":{"position":[[1295,5],[1538,5],[1661,5],[1799,5]]}}}],["sub_nam",{"_index":698,"t":{"485":{"position":[[47,8]]},"487":{"position":[[34,8]]},"497":{"position":[[48,8]]},"499":{"position":[[34,8]]},"920":{"position":[[47,8]]},"922":{"position":[[41,8]]},"932":{"position":[[49,8]]},"934":{"position":[[34,8]]},"1070":{"position":[[48,8]]},"1072":{"position":[[34,8]]}}}],["sub_new",{"_index":692,"t":{"475":{"position":[[1411,7]]}}}],["subcontractor",{"_index":1457,"t":{"816":{"position":[[1062,14]]},"818":{"position":[[1076,14]]}}}],["subject",{"_index":1187,"t":{"764":{"position":[[1814,7]]},"766":{"position":[[793,7]]},"776":{"position":[[412,7],[905,7],[1070,7],[1258,7],[1499,7],[1752,7],[2125,7],[2238,7]]},"789":{"position":[[261,7]]},"793":{"position":[[97,7]]},"818":{"position":[[1360,7]]}}}],["submit",{"_index":925,"t":{"705":{"position":[[58,6]]},"715":{"position":[[58,6]]},"725":{"position":[[58,6]]},"735":{"position":[[58,6]]},"750":{"position":[[58,6]]}}}],["subs101",{"_index":883,"t":{"685":{"position":[[155,7]]}}}],["subscrib",{"_index":260,"t":{"274":{"position":[[46,9],[207,11],[293,11],[426,9],[634,9],[754,11],[844,11],[885,9],[990,11]]},"276":{"position":[[217,11]]},"280":{"position":[[15,9],[120,11],[762,11],[1019,11]]},"282":{"position":[[117,10],[388,11],[628,11],[855,10],[1048,10],[1105,10],[1417,11]]},"477":{"position":[[155,11],[262,11]]},"511":{"position":[[325,11],[496,11],[678,10]]},"651":{"position":[[51,9],[167,11],[253,11]]},"653":{"position":[[443,11],[987,11],[1707,10]]},"655":{"position":[[40,9],[211,9],[259,9],[364,11]]},"659":{"position":[[314,11]]},"661":{"position":[[111,10]]},"663":{"position":[[96,11],[336,11],[563,10]]},"665":{"position":[[66,10],[123,10],[435,11]]},"669":{"position":[[75,10],[147,10],[216,10],[272,10]]},"697":{"position":[[151,10]]},"709":{"position":[[289,10]]},"713":{"position":[[70,10],[405,10],[497,10],[668,10],[961,10]]},"723":{"position":[[0,11],[181,10],[551,10]]},"727":{"position":[[117,10]]},"729":{"position":[[96,11],[336,11],[563,10]]},"731":{"position":[[63,10],[120,10],[432,11]]},"733":{"position":[[0,11],[181,10],[551,10],[783,11],[1023,11],[1250,10]]},"739":{"position":[[297,10],[476,10],[843,10]]},"748":{"position":[[0,11],[181,10],[551,10],[693,10],[911,10],[968,10],[1280,11]]},"996":{"position":[[187,10],[549,10]]}}}],["subscript",{"_index":203,"t":{"217":{"position":[[267,13]]},"219":{"position":[[336,13]]},"224":{"position":[[251,13]]},"233":{"position":[[228,13]]},"242":{"position":[[222,13]]},"249":{"position":[[48,13]]},"251":{"position":[[230,13]]},"270":{"position":[[79,13],[475,13],[716,13],[804,13],[1056,13],[1157,13],[1409,13],[1510,13],[1762,13],[1863,13],[2115,13]]},"274":{"position":[[1032,13]]},"276":{"position":[[1190,12],[1815,13]]},"280":{"position":[[162,13],[433,13],[523,12],[537,13],[670,13],[693,12],[741,13],[881,12]]},"282":{"position":[[184,12],[277,13],[297,13],[432,12],[536,12],[610,12],[734,12],[968,13],[995,12],[1295,12],[1673,13],[1823,12],[1932,12]]},"329":{"position":[[175,13],[339,13]]},"451":{"position":[[165,13],[406,13]]},"460":{"position":[[222,12],[276,12],[343,12],[495,12],[550,12],[641,12],[692,12],[754,12],[809,12],[876,12],[944,12],[1021,12]]},"467":{"position":[[545,12]]},"471":{"position":[[585,13]]},"475":{"position":[[1052,13],[1094,13],[1156,13],[1170,13],[1233,12],[1281,13],[1301,13],[1349,12],[1397,13],[1419,13],[1473,12],[1524,13],[1544,13],[1598,12],[1647,13],[1672,13],[1785,13]]},"477":{"position":[[100,13],[189,12],[438,13]]},"483":{"position":[[69,12]]},"485":{"position":[[32,13]]},"487":{"position":[[56,12]]},"489":{"position":[[92,13]]},"495":{"position":[[68,12]]},"497":{"position":[[33,13]]},"499":{"position":[[56,12]]},"503":{"position":[[71,13]]},"509":{"position":[[628,13]]},"511":{"position":[[104,13],[124,12],[183,13],[202,12],[394,12],[453,12],[712,12],[866,13],[889,12],[983,13]]},"534":{"position":[[258,13],[601,13],[1060,13],[1438,13],[1800,13]]},"539":{"position":[[255,13],[598,13]]},"544":{"position":[[259,13],[637,13],[999,13]]},"549":{"position":[[281,13]]},"561":{"position":[[255,13]]},"573":{"position":[[255,13]]},"583":{"position":[[255,13]]},"595":{"position":[[255,13]]},"605":{"position":[[519,13],[675,13]]},"609":{"position":[[213,13]]},"623":{"position":[[217,13]]},"635":{"position":[[216,13]]},"653":{"position":[[164,13],[323,12],[470,12],[1507,12],[1800,12]]},"655":{"position":[[406,13]]},"659":{"position":[[75,12],[89,13],[222,13],[245,12],[293,13],[433,12]]},"661":{"position":[[178,12]]},"663":{"position":[[5,13],[140,12],[244,12],[318,12],[442,12]]},"665":{"position":[[10,12],[313,12],[646,13],[678,13]]},"669":{"position":[[650,12],[735,12]]},"673":{"position":[[471,13],[644,12],[660,12]]},"675":{"position":[[701,13]]},"681":{"position":[[138,13]]},"683":{"position":[[58,13],[166,13]]},"685":{"position":[[16,12],[141,13],[307,13],[488,13],[534,13]]},"691":{"position":[[49,12],[106,12],[170,13],[395,12]]},"707":{"position":[[181,12],[223,12],[412,12],[502,12],[658,12],[726,12],[754,13],[778,12]]},"711":{"position":[[131,13],[172,13],[212,13],[235,12],[473,13],[818,13],[899,13]]},"713":{"position":[[0,13],[154,12],[195,13],[707,12],[818,12]]},"717":{"position":[[2,12],[91,12]]},"719":{"position":[[77,12]]},"721":{"position":[[71,12],[145,12]]},"723":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12]]},"727":{"position":[[184,12]]},"729":{"position":[[5,13],[140,12],[244,12],[318,12],[442,12]]},"731":{"position":[[10,12],[310,12],[688,13],[838,12],[947,12]]},"733":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12],[599,12],[692,13],[827,12],[931,12],[1005,12],[1129,12]]},"737":{"position":[[74,12]]},"739":{"position":[[61,12],[120,12],[256,12]]},"741":{"position":[[145,12]]},"744":{"position":[[13,13],[288,12],[1019,12],[1195,13],[1245,12],[1271,13]]},"746":{"position":[[235,12],[354,12],[2604,12]]},"748":{"position":[[57,13],[77,12],[153,13],[284,12],[316,12],[510,12],[760,12],[858,12],[1158,12],[1536,13],[1686,12],[1795,12]]},"752":{"position":[[30,12],[70,12],[127,12],[332,12],[413,12],[620,12],[831,12],[1099,12],[1363,12],[1447,12]]},"756":{"position":[[354,12]]},"760":{"position":[[148,12],[874,13]]},"822":{"position":[[974,13]]},"824":{"position":[[1551,12]]},"826":{"position":[[224,13]]},"831":{"position":[[284,12]]},"836":{"position":[[27,12]]},"838":{"position":[[32,13],[47,12]]},"840":{"position":[[44,12],[67,12]]},"842":{"position":[[98,13]]},"846":{"position":[[54,13]]},"848":{"position":[[11,12],[216,12],[287,12],[357,13],[459,13],[1061,12],[1096,13],[1419,12],[1453,13],[1630,12],[1664,13]]},"852":{"position":[[30,13]]},"856":{"position":[[30,13]]},"860":{"position":[[24,12]]},"866":{"position":[[32,13],[47,12]]},"868":{"position":[[34,12],[57,12]]},"870":{"position":[[50,13],[120,12],[325,12],[1046,13]]},"874":{"position":[[33,13]]},"876":{"position":[[52,13]]},"880":{"position":[[88,13],[141,13],[173,13],[208,13]]},"884":{"position":[[33,13],[208,13],[263,13],[414,13]]},"886":{"position":[[23,13]]},"888":{"position":[[32,13]]},"890":{"position":[[46,13]]},"892":{"position":[[85,13]]},"894":{"position":[[27,13],[74,13],[265,13]]},"896":{"position":[[19,13]]},"898":{"position":[[32,13]]},"900":{"position":[[46,13]]},"902":{"position":[[85,13]]},"904":{"position":[[27,13],[74,13]]},"906":{"position":[[19,13]]},"908":{"position":[[32,13]]},"910":{"position":[[46,13]]},"912":{"position":[[85,13]]},"914":{"position":[[27,13],[74,13]]},"918":{"position":[[68,12]]},"920":{"position":[[32,13]]},"922":{"position":[[55,12]]},"924":{"position":[[78,13],[92,12]]},"930":{"position":[[68,12]]},"932":{"position":[[34,13]]},"934":{"position":[[56,12]]},"938":{"position":[[102,13],[116,12]]},"944":{"position":[[23,12]]},"946":{"position":[[35,13],[50,12]]},"948":{"position":[[34,12],[57,12]]},"950":{"position":[[86,13]]},"956":{"position":[[59,12]]},"958":{"position":[[33,13],[48,12]]},"962":{"position":[[34,12],[57,12]]},"964":{"position":[[98,13]]},"972":{"position":[[50,12]]},"974":{"position":[[33,13],[48,12]]},"980":{"position":[[34,12],[57,12]]},"982":{"position":[[97,13]]},"986":{"position":[[72,12],[277,12],[355,12],[439,12]]},"990":{"position":[[38,12],[117,12]]},"992":{"position":[[33,13],[48,12]]},"996":{"position":[[34,12],[57,12]]},"998":{"position":[[98,13]]},"1006":{"position":[[31,12]]},"1008":{"position":[[33,13],[48,12]]},"1012":{"position":[[34,12],[57,12]]},"1014":{"position":[[97,13]]},"1022":{"position":[[58,12]]},"1024":{"position":[[32,13],[47,12]]},"1028":{"position":[[34,12],[57,12]]},"1030":{"position":[[97,13]]},"1040":{"position":[[32,13],[47,12]]},"1042":{"position":[[34,12],[57,12]]},"1044":{"position":[[84,13]]},"1052":{"position":[[46,12]]},"1054":{"position":[[33,13],[48,12]]},"1058":{"position":[[34,12],[57,12]]},"1060":{"position":[[98,13]]},"1068":{"position":[[63,12]]},"1070":{"position":[[33,13]]},"1072":{"position":[[56,12]]},"1074":{"position":[[78,13]]},"1076":{"position":[[73,12],[138,12],[239,12],[783,12],[881,12]]}}}],["subscription_nam",{"_index":1041,"t":{"752":{"position":[[1099,17]]},"838":{"position":[[47,17]]},"840":{"position":[[44,17]]},"866":{"position":[[47,17]]},"868":{"position":[[34,17]]},"946":{"position":[[50,17]]},"948":{"position":[[34,17]]},"958":{"position":[[48,17]]},"962":{"position":[[34,17]]},"974":{"position":[[48,17]]},"980":{"position":[[34,17]]},"992":{"position":[[48,17]]},"996":{"position":[[34,17]]},"1008":{"position":[[48,17]]},"1012":{"position":[[34,17]]},"1024":{"position":[[47,17]]},"1028":{"position":[[34,17]]},"1040":{"position":[[47,17]]},"1042":{"position":[[34,17]]},"1054":{"position":[[48,17]]},"1058":{"position":[[34,17]]}}}],["subscriptions_count",{"_index":499,"t":{"329":{"position":[[175,19]]}}}],["subsequ",{"_index":1243,"t":{"776":{"position":[[72,10]]}}}],["success",{"_index":36,"t":{"12":{"position":[[3,10],[63,7]]},"22":{"position":[[3,10],[60,7]]},"32":{"position":[[3,10],[60,7]]},"42":{"position":[[3,10],[57,7]]},"54":{"position":[[3,10],[55,7]]},"64":{"position":[[0,7]]},"78":{"position":[[3,10],[59,7]]},"90":{"position":[[3,10],[75,7]]},"106":{"position":[[3,10],[63,7]]},"120":{"position":[[3,10],[57,7]]},"132":{"position":[[3,10],[38,7]]},"146":{"position":[[0,7]]},"158":{"position":[[3,10],[70,7]]},"170":{"position":[[3,10],[76,7]]},"184":{"position":[[3,10],[63,7]]},"198":{"position":[[3,10],[55,7]]},"210":{"position":[[0,7],[49,10]]},"217":{"position":[[3,10],[91,7]]},"224":{"position":[[3,10],[75,7]]},"233":{"position":[[3,10],[78,7]]},"242":{"position":[[3,10],[72,7]]},"251":{"position":[[3,10],[70,7]]},"258":{"position":[[18,7]]},"270":{"position":[[3,10],[95,7]]},"282":{"position":[[1173,7],[1315,7]]},"292":{"position":[[3,10],[74,7]]},"301":{"position":[[3,10],[69,7],[172,7]]},"315":{"position":[[3,10],[103,7]]},"329":{"position":[[0,7]]},"345":{"position":[[3,10],[62,7]]},"357":{"position":[[0,7],[49,10]]},"369":{"position":[[3,10],[70,7]]},"373":{"position":[[367,7]]},"381":{"position":[[0,7]]},"389":{"position":[[0,7]]},"397":{"position":[[0,7]]},"411":{"position":[[3,10],[79,7]]},"423":{"position":[[3,10],[60,7]]},"437":{"position":[[0,7]]},"451":{"position":[[3,10],[97,7]]},"463":{"position":[[317,10]]},"491":{"position":[[0,7]]},"505":{"position":[[0,7]]},"527":{"position":[[173,7]]},"534":{"position":[[3,10],[82,7]]},"539":{"position":[[3,10],[79,7]]},"544":{"position":[[3,10],[64,7]]},"549":{"position":[[3,10],[105,7]]},"561":{"position":[[3,10],[73,7]]},"573":{"position":[[3,10],[73,7]]},"583":{"position":[[3,10],[73,7]]},"595":{"position":[[3,10],[73,7]]},"609":{"position":[[3,10],[60,7]]},"623":{"position":[[3,10],[63,7]]},"635":{"position":[[3,10],[63,7]]},"647":{"position":[[3,10],[42,7]]},"665":{"position":[[191,7],[333,7]]},"669":{"position":[[238,7]]},"731":{"position":[[188,7],[330,7]]},"748":{"position":[[1036,7],[1178,7]]},"758":{"position":[[637,10]]},"846":{"position":[[0,7]]},"860":{"position":[[780,10]]},"880":{"position":[[114,7]]},"884":{"position":[[387,7]]},"894":{"position":[[0,7]]},"904":{"position":[[0,7]]},"914":{"position":[[0,7]]},"926":{"position":[[0,7]]},"940":{"position":[[0,7]]},"952":{"position":[[0,7],[49,10]]},"968":{"position":[[0,7],[49,10]]},"986":{"position":[[0,7],[49,10]]},"1018":{"position":[[0,7]]},"1034":{"position":[[0,7],[49,10]]},"1046":{"position":[[0,7]]},"1064":{"position":[[0,7],[49,10]]},"1076":{"position":[[3,10],[86,7]]}}}],["successfulli",{"_index":178,"t":{"146":{"position":[[56,12]]},"282":{"position":[[1226,12]]},"653":{"position":[[653,12]]},"665":{"position":[[244,12]]},"731":{"position":[[241,12]]},"748":{"position":[[1089,12]]},"758":{"position":[[281,12],[434,12]]},"860":{"position":[[424,12],[577,12]]}}}],["such",{"_index":193,"t":{"188":{"position":[[34,4]]},"219":{"position":[[127,4]]},"477":{"position":[[81,4]]},"605":{"position":[[500,4]]},"673":{"position":[[452,4]]},"675":{"position":[[244,4]]},"683":{"position":[[43,4]]},"687":{"position":[[230,4]]},"689":{"position":[[117,4]]},"691":{"position":[[128,4]]},"764":{"position":[[637,4],[1052,4]]},"766":{"position":[[615,4],[826,4]]},"772":{"position":[[468,4]]},"776":{"position":[[1971,4],[2047,4],[2357,4]]},"800":{"position":[[368,4]]},"824":{"position":[[1098,4]]}}}],["suffici",{"_index":1363,"t":{"791":{"position":[[11,10]]}}}],["suit",{"_index":1113,"t":{"762":{"position":[[1311,4]]}}}],["suitabl",{"_index":1337,"t":{"789":{"position":[[8,8]]}}}],["summari",{"_index":1487,"t":{"822":{"position":[[766,9]]}}}],["supervisori",{"_index":1186,"t":{"764":{"position":[[1753,11]]},"784":{"position":[[182,11]]},"812":{"position":[[486,11]]}}}],["supplementari",{"_index":1261,"t":{"776":{"position":[[1168,13]]}}}],["supplier",{"_index":1447,"t":{"816":{"position":[[343,8],[367,8]]}}}],["support",{"_index":3,"t":{"2":{"position":[[23,8]]},"150":{"position":[[23,8]]},"276":{"position":[[16,8],[366,7],[753,8],[1794,7]]},"282":{"position":[[4,8],[1652,7],[2003,8]]},"455":{"position":[[278,8]]},"463":{"position":[[83,8]]},"471":{"position":[[461,7]]},"475":{"position":[[457,9]]},"509":{"position":[[143,10],[374,7],[458,7],[566,7]]},"525":{"position":[[23,8]]},"653":{"position":[[102,7]]},"661":{"position":[[8,8]]},"665":{"position":[[624,7],[661,7]]},"709":{"position":[[8,8],[68,7],[585,7],[885,7],[941,9]]},"727":{"position":[[4,8]]},"731":{"position":[[667,7]]},"737":{"position":[[30,8]]},"739":{"position":[[12,8],[341,8]]},"748":{"position":[[580,8],[1515,7]]},"754":{"position":[[4,8]]},"762":{"position":[[372,7]]},"764":{"position":[[254,7]]},"772":{"position":[[74,10],[169,7]]},"776":{"position":[[2456,7]]},"782":{"position":[[189,7]]},"816":{"position":[[314,7]]},"831":{"position":[[89,7]]},"870":{"position":[[726,7],[868,7]]}}}],["suppos",{"_index":909,"t":{"701":{"position":[[195,8]]}}}],["surnam",{"_index":1218,"t":{"768":{"position":[[265,7]]},"778":{"position":[[375,7],[415,7]]}}}],["surveil",{"_index":1355,"t":{"789":{"position":[[456,12]]},"805":{"position":[[271,12]]}}}],["suspect",{"_index":1106,"t":{"762":{"position":[[921,9]]}}}],["suspend",{"_index":1122,"t":{"762":{"position":[[1827,7]]}}}],["swagger",{"_index":1001,"t":{"744":{"position":[[1230,7]]}}}],["sync",{"_index":640,"t":{"467":{"position":[[163,4]]},"511":{"position":[[225,4],[284,4]]}}}],["syslog",{"_index":636,"t":{"465":{"position":[[522,6]]}}}],["system",{"_index":273,"t":{"274":{"position":[[362,7],[926,7],[1012,7]]},"280":{"position":[[56,7],[142,7],[288,7]]},"282":{"position":[[1265,6]]},"333":{"position":[[63,7]]},"509":{"position":[[164,7],[285,6]]},"655":{"position":[[147,7],[300,7],[386,7]]},"657":{"position":[[63,7]]},"665":{"position":[[283,6]]},"731":{"position":[[280,6]]},"748":{"position":[[1128,6]]},"780":{"position":[[534,6],[1548,7]]},"789":{"position":[[413,7],[437,7]]},"791":{"position":[[53,7],[656,7],[786,6]]},"793":{"position":[[65,6]]},"795":{"position":[[151,7]]},"802":{"position":[[180,7],[328,6]]},"805":{"position":[[178,7],[305,6],[361,6]]},"807":{"position":[[40,6]]},"810":{"position":[[365,7],[377,7]]},"812":{"position":[[232,6],[271,6],[297,7],[435,6]]},"820":{"position":[[23,6],[83,6]]},"822":{"position":[[897,6]]},"824":{"position":[[788,7],[1040,6]]},"826":{"position":[[147,7],[264,6]]}}}],["t",{"_index":581,"t":{"460":{"position":[[374,1],[514,1]]},"509":{"position":[[456,1]]},"683":{"position":[[24,1]]},"746":{"position":[[1203,1],[1397,1]]}}}],["t0k3n",{"_index":560,"t":{"455":{"position":[[60,5]]},"463":{"position":[[807,5]]},"473":{"position":[[541,5]]}}}],["t1",{"_index":1567,"t":{"880":{"position":[[85,2]]}}}],["t5",{"_index":1537,"t":{"833":{"position":[[390,2]]}}}],["tab",{"_index":993,"t":{"744":{"position":[[752,3]]}}}],["take",{"_index":1043,"t":{"752":{"position":[[1512,4]]},"760":{"position":[[621,4]]},"776":{"position":[[1009,6]]},"802":{"position":[[282,4]]},"986":{"position":[[504,4]]}}}],["taken",{"_index":1275,"t":{"780":{"position":[[188,5]]},"789":{"position":[[340,5]]},"791":{"position":[[596,5]]},"800":{"position":[[13,5]]},"807":{"position":[[58,5]]},"810":{"position":[[47,5]]},"816":{"position":[[438,5]]}}}],["task",{"_index":1524,"t":{"829":{"position":[[111,5]]}}}],["team",{"_index":725,"t":{"513":{"position":[[59,4]]},"764":{"position":[[262,4]]},"772":{"position":[[177,4]]},"776":{"position":[[2464,4]]},"782":{"position":[[197,4]]},"831":{"position":[[246,4],[352,4]]}}}],["technic",{"_index":1198,"t":{"766":{"position":[[120,9]]},"770":{"position":[[183,9]]},"780":{"position":[[160,9],[642,9]]},"786":{"position":[[28,9]]},"789":{"position":[[293,9]]},"791":{"position":[[549,9]]},"793":{"position":[[289,9]]},"800":{"position":[[214,9]]},"807":{"position":[[172,9]]},"810":{"position":[[0,9],[574,9]]},"812":{"position":[[0,9]]},"816":{"position":[[139,9]]},"818":{"position":[[1382,9]]}}}],["techniqu",{"_index":1391,"t":{"800":{"position":[[357,10]]}}}],["technolog",{"_index":1146,"t":{"764":{"position":[[117,10],[390,10]]},"786":{"position":[[123,10]]},"818":{"position":[[46,10]]},"824":{"position":[[580,10],[828,12]]}}}],["telephon",{"_index":137,"t":{"78":{"position":[[319,9]]},"90":{"position":[[350,9],[677,9]]},"104":{"position":[[158,9]]},"106":{"position":[[323,9]]},"118":{"position":[[205,9]]},"120":{"position":[[317,9]]},"144":{"position":[[83,9]]}}}],["temperatur",{"_index":1404,"t":{"805":{"position":[[225,11]]}}}],["tenanc",{"_index":1380,"t":{"795":{"position":[[101,7]]}}}],["tenant",{"_index":710,"t":{"509":{"position":[[408,7],[551,6]]},"653":{"position":[[87,6]]}}}],["term",{"_index":801,"t":{"653":{"position":[[0,4]]},"764":{"position":[[1694,5],[1978,5]]}}}],["termin",{"_index":1123,"t":{"762":{"position":[[1838,9]]},"791":{"position":[[503,10]]},"816":{"position":[[1136,11]]}}}],["test",{"_index":20,"t":{"8":{"position":[[95,4]]},"12":{"position":[[278,4]]},"22":{"position":[[337,4]]},"136":{"position":[[41,4]]},"217":{"position":[[300,4],[336,4],[341,4]]},"219":{"position":[[369,4],[399,4],[404,4]]},"222":{"position":[[89,4]]},"224":{"position":[[70,4],[284,4],[320,4],[325,4]]},"231":{"position":[[81,4]]},"233":{"position":[[306,4]]},"242":{"position":[[300,4]]},"251":{"position":[[316,4]]},"276":{"position":[[1384,7]]},"329":{"position":[[539,4],[860,4]]},"534":{"position":[[291,4],[327,4],[332,4]]},"539":{"position":[[288,4],[324,4],[329,4]]},"549":{"position":[[314,4],[350,4],[355,4]]},"707":{"position":[[2087,4]]},"709":{"position":[[1496,4]]},"831":{"position":[[329,7]]}}}],["test1",{"_index":527,"t":{"407":{"position":[[43,5]]}}}],["test2",{"_index":529,"t":{"407":{"position":[[60,5]]}}}],["text",{"_index":1565,"t":{"870":{"position":[[1136,4]]}}}],["thereof",{"_index":1192,"t":{"764":{"position":[[2135,7]]},"780":{"position":[[116,7]]}}}],["thing",{"_index":856,"t":{"677":{"position":[[92,5]]}}}],["third",{"_index":1184,"t":{"764":{"position":[[1738,5]]},"774":{"position":[[101,5]]},"818":{"position":[[823,5]]}}}],["those",{"_index":687,"t":{"475":{"position":[[492,5]]},"605":{"position":[[97,5],[572,5]]},"619":{"position":[[97,5]]},"673":{"position":[[524,5]]},"681":{"position":[[164,5]]},"707":{"position":[[290,5]]},"766":{"position":[[691,5]]},"774":{"position":[[242,5]]},"793":{"position":[[23,5]]}}}],["though",{"_index":858,"t":{"677":{"position":[[193,6]]},"723":{"position":[[128,6]]},"733":{"position":[[128,6]]},"748":{"position":[[128,6]]}}}],["thought",{"_index":1135,"t":{"762":{"position":[[2211,7]]}}}],["threat",{"_index":1344,"t":{"789":{"position":[[179,7]]}}}],["three",{"_index":958,"t":{"713":{"position":[[215,5]]}}}],["through",{"_index":727,"t":{"513":{"position":[[117,7],[210,7]]},"705":{"position":[[75,7]]},"707":{"position":[[2237,7]]},"713":{"position":[[142,7],[1100,7]]},"715":{"position":[[75,7]]},"717":{"position":[[41,7]]},"725":{"position":[[75,7]]},"735":{"position":[[75,7]]},"744":{"position":[[727,7]]},"750":{"position":[[75,7]]},"764":{"position":[[2037,7]]},"768":{"position":[[48,7],[132,7]]},"778":{"position":[[318,7]]},"791":{"position":[[373,7]]},"802":{"position":[[255,7],[433,7]]},"822":{"position":[[795,7]]},"824":{"position":[[1578,7],[1618,7]]},"829":{"position":[[447,7]]},"833":{"position":[[483,7]]},"848":{"position":[[529,7]]}}}],["throughout",{"_index":1508,"t":{"824":{"position":[[1025,10]]}}}],["thu",{"_index":585,"t":{"463":{"position":[[78,4]]}}}],["ticket",{"_index":1441,"t":{"812":{"position":[[428,6]]},"831":{"position":[[372,6]]}}}],["time",{"_index":148,"t":{"110":{"position":[[92,4]]},"274":{"position":[[496,4]]},"305":{"position":[[76,4]]},"309":{"position":[[115,4],[216,4]]},"315":{"position":[[91,4]]},"323":{"position":[[115,4],[216,4]]},"511":{"position":[[239,4]]},"523":{"position":[[97,4]]},"653":{"position":[[536,4],[1261,4]]},"667":{"position":[[830,4]]},"695":{"position":[[105,4]]},"713":{"position":[[1143,4]]},"739":{"position":[[204,4]]},"746":{"position":[[1078,4],[2638,4]]},"758":{"position":[[196,4],[306,4],[459,4]]},"762":{"position":[[1227,4]]},"776":{"position":[[486,4]]},"778":{"position":[[82,4],[233,4]]},"784":{"position":[[141,4]]},"824":{"position":[[470,4],[930,5]]},"860":{"position":[[339,4],[449,4],[602,4]]},"980":{"position":[[583,4]]},"1038":{"position":[[96,4]]},"1040":{"position":[[79,4]]},"1044":{"position":[[135,4]]}}}],["timeout",{"_index":571,"t":{"460":{"position":[[104,7],[116,7]]},"669":{"position":[[559,7],[580,7]]},"697":{"position":[[12,7]]}}}],["timeseri",{"_index":231,"t":{"270":{"position":[[277,10],[594,10],[934,10],[1287,10],[1640,10],[1993,10],[2331,10]]},"292":{"position":[[260,10],[583,10]]},"329":{"position":[[551,10],[872,10],[1188,10],[1502,10]]},"451":{"position":[[284,10],[597,10],[911,10],[1238,10],[1611,10]]},"1076":{"position":[[280,10],[592,10],[922,10]]}}}],["timestamp",{"_index":232,"t":{"270":{"position":[[295,9],[612,9],[952,9],[1305,9],[1658,9],[2011,9],[2349,9],[2393,9]]},"276":{"position":[[348,9],[1513,9]]},"292":{"position":[[278,9],[601,9]]},"329":{"position":[[569,9],[890,9],[1206,9],[1520,9]]},"451":{"position":[[302,9],[615,9],[929,9],[1256,9],[1300,9],[1629,9]]},"653":{"position":[[1207,9]]},"667":{"position":[[776,9]]},"695":{"position":[[23,9]]},"713":{"position":[[556,9],[644,9]]},"719":{"position":[[103,9]]},"1038":{"position":[[60,9]]},"1040":{"position":[[86,9]]},"1042":{"position":[[86,9],[97,9]]},"1076":{"position":[[298,9],[610,9],[940,9]]}}}],["timetooffset",{"_index":1585,"t":{"1040":{"position":[[66,12]]},"1044":{"position":[[111,12]]}}}],["titl",{"_index":1149,"t":{"764":{"position":[[167,5]]}}}],["tl",{"_index":622,"t":{"465":{"position":[[345,3],[399,3]]},"467":{"position":[[411,3]]},"469":{"position":[[409,3],[506,3]]},"675":{"position":[[403,3],[457,3]]},"780":{"position":[[1099,3]]}}}],["token",{"_index":50,"t":{"12":{"position":[[309,5],[320,5]]},"22":{"position":[[275,5]]},"42":{"position":[[273,5]]},"50":{"position":[[18,5]]},"54":{"position":[[297,5]]},"217":{"position":[[308,5]]},"219":{"position":[[135,5],[377,5]]},"224":{"position":[[292,5]]},"233":{"position":[[272,5]]},"242":{"position":[[266,5]]},"251":{"position":[[282,5]]},"389":{"position":[[114,5]]},"395":{"position":[[123,5]]},"455":{"position":[[121,5]]},"465":{"position":[[462,5]]},"467":{"position":[[567,5]]},"469":{"position":[[846,5]]},"471":{"position":[[502,6]]},"473":{"position":[[195,5],[344,5],[357,5]]},"534":{"position":[[299,5],[761,5],[1126,5],[1488,5],[1858,5]]},"539":{"position":[[296,5],[664,5]]},"544":{"position":[[325,5],[687,5],[1057,5]]},"549":{"position":[[322,5]]},"561":{"position":[[415,5]]},"565":{"position":[[66,5]]},"567":{"position":[[24,5]]},"569":{"position":[[0,5],[11,5]]},"573":{"position":[[415,5]]},"583":{"position":[[415,5]]},"595":{"position":[[415,5]]},"609":{"position":[[256,5]]},"623":{"position":[[265,5]]},"627":{"position":[[42,5]]},"635":{"position":[[257,5]]},"673":{"position":[[105,5]]},"675":{"position":[[58,5],[88,5],[200,5],[522,5],[575,5],[632,5],[760,5]]},"677":{"position":[[12,5],[312,5],[438,5],[898,5],[1116,5]]},"681":{"position":[[994,5]]},"683":{"position":[[444,5]]},"687":{"position":[[592,5],[1173,5]]},"705":{"position":[[227,5]]},"715":{"position":[[227,5]]},"725":{"position":[[227,5]]},"735":{"position":[[232,5]]},"746":{"position":[[902,5],[913,5]]},"750":{"position":[[227,5]]},"762":{"position":[[786,6]]},"768":{"position":[[286,5]]},"831":{"position":[[432,5]]},"902":{"position":[[136,5]]},"914":{"position":[[261,5]]}}}],["token2",{"_index":770,"t":{"539":{"position":[[830,6]]},"542":{"position":[[109,6]]}}}],["token3",{"_index":772,"t":{"544":{"position":[[1246,6]]}}}],["tom",{"_index":1423,"t":{"810":{"position":[[250,4]]}}}],["topic",{"_index":118,"t":{"68":{"position":[[38,6]]},"136":{"position":[[168,5],[284,5]]},"217":{"position":[[253,6]]},"219":{"position":[[322,6]]},"224":{"position":[[237,6]]},"233":{"position":[[214,6]]},"242":{"position":[[208,6]]},"249":{"position":[[26,6]]},"251":{"position":[[206,6]]},"262":{"position":[[92,6]]},"266":{"position":[[34,5],[58,5]]},"270":{"position":[[61,6],[165,6],[399,6],[2566,6]]},"274":{"position":[[982,6],[1058,6]]},"276":{"position":[[210,5],[649,6],[726,6],[785,5],[840,5],[906,6],[965,5]]},"280":{"position":[[112,6],[188,6],[217,6],[225,6],[308,6],[426,5],[633,6],[646,5],[734,5],[982,5]]},"305":{"position":[[186,6]]},"309":{"position":[[45,6],[163,6]]},"323":{"position":[[45,6],[163,6]]},"329":{"position":[[156,6],[314,6]]},"333":{"position":[[0,6],[83,6],[201,5],[211,5]]},"335":{"position":[[27,5],[48,5]]},"337":{"position":[[33,6],[41,5]]},"339":{"position":[[38,5]]},"341":{"position":[[44,5],[60,5]]},"343":{"position":[[85,6]]},"345":{"position":[[55,5],[116,6]]},"349":{"position":[[33,5]]},"351":{"position":[[36,6],[44,5]]},"353":{"position":[[44,5],[60,5]]},"355":{"position":[[94,6]]},"361":{"position":[[35,5]]},"363":{"position":[[33,6],[41,5]]},"365":{"position":[[41,5],[57,5]]},"367":{"position":[[78,6]]},"369":{"position":[[63,5],[124,6]]},"373":{"position":[[33,6],[203,6],[251,5]]},"375":{"position":[[33,6]]},"377":{"position":[[53,6]]},"379":{"position":[[78,6]]},"381":{"position":[[27,6],[67,6],[118,6]]},"383":{"position":[[33,6]]},"385":{"position":[[53,6]]},"387":{"position":[[78,6]]},"389":{"position":[[27,6],[67,6]]},"391":{"position":[[33,6]]},"393":{"position":[[53,6]]},"395":{"position":[[78,6]]},"397":{"position":[[27,6],[67,6]]},"401":{"position":[[4,5],[84,5]]},"403":{"position":[[34,6],[42,5]]},"405":{"position":[[55,5]]},"407":{"position":[[272,5]]},"409":{"position":[[99,6]]},"415":{"position":[[81,5]]},"417":{"position":[[33,6],[41,5]]},"419":{"position":[[34,5],[58,5]]},"421":{"position":[[78,6]]},"423":{"position":[[53,5]]},"427":{"position":[[68,5]]},"429":{"position":[[34,6],[42,5]]},"431":{"position":[[34,5],[58,5]]},"435":{"position":[[99,6]]},"443":{"position":[[63,5]]},"445":{"position":[[33,6],[41,5]]},"447":{"position":[[34,5],[58,5]]},"449":{"position":[[78,6]]},"451":{"position":[[25,5],[149,5],[248,5],[444,5],[467,5],[561,5],[761,5],[784,5],[875,5],[1079,5],[1102,5],[1202,5],[1462,5],[1485,5],[1575,5]]},"460":{"position":[[163,5],[210,5],[303,6],[362,5],[410,5],[430,5],[478,5],[612,5]]},"467":{"position":[[539,5]]},"471":{"position":[[603,6]]},"475":{"position":[[522,6],[557,6],[612,6],[619,6],[675,5],[716,6],[723,5],[731,6],[772,5],[813,6],[820,5],[830,6],[877,5],[921,6],[928,5],[936,6],[987,5],[1029,6],[1036,5]]},"477":{"position":[[89,6],[183,5],[427,6]]},"479":{"position":[[24,6],[51,5]]},"481":{"position":[[24,6],[53,5]]},"509":{"position":[[621,6]]},"511":{"position":[[54,5],[151,5],[159,5],[379,5],[514,5],[840,5],[937,5],[960,5]]},"534":{"position":[[244,6],[567,6],[1026,6],[1414,6],[1776,6]]},"539":{"position":[[241,6],[564,6]]},"544":{"position":[[225,6],[613,6],[975,6]]},"549":{"position":[[267,6]]},"561":{"position":[[221,6]]},"573":{"position":[[221,6]]},"583":{"position":[[221,6]]},"595":{"position":[[221,6]]},"605":{"position":[[508,6],[814,6]]},"609":{"position":[[200,6]]},"623":{"position":[[204,6]]},"635":{"position":[[203,6]]},"653":{"position":[[157,6],[216,5],[283,5],[413,5],[950,5]]},"655":{"position":[[356,6],[432,6]]},"657":{"position":[[0,6],[83,6],[201,5]]},"659":{"position":[[185,6],[198,5],[286,5]]},"673":{"position":[[460,6],[558,5]]},"675":{"position":[[694,6]]},"681":{"position":[[130,6]]},"683":{"position":[[51,6],[155,6],[197,5],[307,6],[409,6],[536,6],[575,6]]},"685":{"position":[[47,5],[227,5],[249,5],[331,5],[355,6]]},"689":{"position":[[50,5],[102,5],[159,6],[381,5]]},"703":{"position":[[54,6]]},"707":{"position":[[104,5],[141,6],[158,5],[196,5],[296,6],[445,5],[643,5],[2391,6],[2422,5]]},"709":{"position":[[40,5],[126,5],[222,5],[367,5],[433,6],[492,5],[1048,5],[1119,5],[1198,5],[1248,5],[1289,5],[1334,5],[1428,5],[1623,5],[1739,5],[1954,5],[2006,5],[2066,5]]},"711":{"position":[[114,6],[414,5],[429,6],[811,6],[886,6]]},"723":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"733":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"737":{"position":[[62,5],[118,5]]},"739":{"position":[[135,5],[240,5]]},"744":{"position":[[319,5],[345,6],[379,5]]},"746":{"position":[[17,5],[227,5],[278,5],[374,5],[2178,5],[2189,5],[2319,5]]},"748":{"position":[[113,5],[122,5],[240,5],[305,5],[354,5],[456,5],[494,5]]},"822":{"position":[[449,6],[963,6]]},"824":{"position":[[1540,6]]},"829":{"position":[[304,5]]},"831":{"position":[[278,5]]},"844":{"position":[[3,5],[31,6]]},"846":{"position":[[84,5],[112,6]]},"850":{"position":[[3,5],[31,6]]},"852":{"position":[[60,5],[88,6]]},"854":{"position":[[3,5],[31,6]]},"856":{"position":[[60,5],[88,6]]},"874":{"position":[[64,5]]},"876":{"position":[[32,6],[40,5]]},"878":{"position":[[38,5],[55,5],[79,5]]},"880":{"position":[[78,6]]},"894":{"position":[[104,5],[132,6],[296,5],[324,6]]},"904":{"position":[[104,5],[132,6]]},"914":{"position":[[105,5],[133,6]]},"990":{"position":[[132,5]]},"1076":{"position":[[444,5],[467,5],[558,5],[760,5]]}}}],["topic1",{"_index":213,"t":{"249":{"position":[[37,6]]},"251":{"position":[[218,6]]},"451":{"position":[[274,6],[587,6],[901,6],[1228,6],[1601,6]]},"534":{"position":[[579,6],[1038,6]]},"539":{"position":[[576,6]]},"544":{"position":[[237,6]]},"561":{"position":[[233,6]]},"573":{"position":[[233,6]]},"583":{"position":[[233,6]]},"595":{"position":[[233,6]]}}}],["topic101",{"_index":881,"t":{"683":{"position":[[210,8],[314,8],[416,8]]},"685":{"position":[[53,8],[255,8],[362,8]]},"689":{"position":[[56,8],[166,8],[398,8]]}}}],["topic2",{"_index":752,"t":{"534":{"position":[[589,6],[1048,6],[1788,6]]},"539":{"position":[[586,6]]},"544":{"position":[[247,6],[987,6]]},"561":{"position":[[243,6]]},"573":{"position":[[243,6]]},"583":{"position":[[243,6]]},"595":{"position":[[243,6]]}}}],["topic3",{"_index":764,"t":{"534":{"position":[[1426,6]]},"544":{"position":[[625,6]]}}}],["topic_a",{"_index":689,"t":{"475":{"position":[[723,7],[928,7],[1036,7]]}}}],["topic_nam",{"_index":222,"t":{"266":{"position":[[34,10]]},"335":{"position":[[48,10]]},"337":{"position":[[41,10]]},"341":{"position":[[44,10]]},"351":{"position":[[44,10]]},"353":{"position":[[44,10]]},"363":{"position":[[41,10]]},"365":{"position":[[41,10]]},"403":{"position":[[42,10]]},"405":{"position":[[55,10]]},"417":{"position":[[41,10]]},"419":{"position":[[34,10]]},"429":{"position":[[42,10]]},"431":{"position":[[34,10]]},"445":{"position":[[41,10]]},"447":{"position":[[34,10]]},"876":{"position":[[40,10]]},"878":{"position":[[55,10]]}}}],["topic_new",{"_index":690,"t":{"475":{"position":[[820,9]]}}}],["topics_count",{"_index":498,"t":{"329":{"position":[[156,12]]}}}],["total",{"_index":256,"t":{"270":{"position":[[2498,5]]},"305":{"position":[[25,5]]},"315":{"position":[[40,5],[298,5]]},"329":{"position":[[223,5],[284,5],[308,5],[333,5]]},"451":{"position":[[83,5],[1023,5],[1404,5]]},"711":{"position":[[275,5],[506,5],[799,5],[868,5],[880,5],[893,5],[913,5]]},"1076":{"position":[[704,5]]}}}],["total_message_count",{"_index":490,"t":{"315":{"position":[[298,19]]},"329":{"position":[[223,19]]}}}],["total_subscriptions_count",{"_index":504,"t":{"329":{"position":[[333,25]]}}}],["total_topics_count",{"_index":503,"t":{"329":{"position":[[308,18]]}}}],["total_users_count",{"_index":502,"t":{"329":{"position":[[284,17]]}}}],["totals",{"_index":205,"t":{"217":{"position":[[476,9]]},"219":{"position":[[539,9]]},"224":{"position":[[460,9]]},"373":{"position":[[428,9]]},"381":{"position":[[164,9]]},"389":{"position":[[123,9]]},"397":{"position":[[113,9]]},"527":{"position":[[234,9]]},"534":{"position":[[2046,9]]},"539":{"position":[[840,9]]},"544":{"position":[[1256,9]]},"549":{"position":[[490,9]]},"884":{"position":[[456,9]]},"894":{"position":[[450,9]]},"904":{"position":[[259,9]]},"914":{"position":[[270,9]]}}}],["traceabl",{"_index":1395,"t":{"802":{"position":[[379,12]]}}}],["track",{"_index":399,"t":{"280":{"position":[[864,7]]},"511":{"position":[[915,7]]},"659":{"position":[[416,7]]}}}],["train",{"_index":1428,"t":{"810":{"position":[[608,7]]},"818":{"position":[[777,7]]}}}],["transfer",{"_index":1171,"t":{"764":{"position":[[975,9]]},"774":{"position":[[31,8],[336,11]]},"780":{"position":[[1258,8]]}}}],["transform",{"_index":1008,"t":{"746":{"position":[[521,9]]}}}],["transit",{"_index":1297,"t":{"780":{"position":[[1018,7]]}}}],["transmiss",{"_index":1389,"t":{"800":{"position":[[146,12]]}}}],["transmit",{"_index":1087,"t":{"762":{"position":[[181,8]]},"774":{"position":[[40,8]]},"776":{"position":[[1962,8]]}}}],["transport",{"_index":1298,"t":{"780":{"position":[[1064,9]]},"800":{"position":[[174,11]]},"822":{"position":[[90,9],[555,9],[856,9]]},"829":{"position":[[525,9]]}}}],["tri",{"_index":843,"t":{"669":{"position":[[401,5]]},"746":{"position":[[932,3],[1275,3],[1604,3],[1901,3],[2161,3],[2380,3]]},"870":{"position":[[554,3]]}}}],["trigger",{"_index":1560,"t":{"864":{"position":[[13,8]]}}}],["troubleshoot",{"_index":1201,"t":{"766":{"position":[[200,15]]}}}],["true",{"_index":628,"t":{"465":{"position":[[447,4]]},"469":{"position":[[760,4]]},"477":{"position":[[593,4]]},"653":{"position":[[1687,4]]},"675":{"position":[[506,4]]},"697":{"position":[[131,4]]},"739":{"position":[[446,4],[571,4],[823,4]]},"744":{"position":[[661,4]]},"746":{"position":[[926,4],[1020,4]]},"856":{"position":[[277,4]]},"978":{"position":[[195,4]]},"996":{"position":[[157,4],[282,4],[529,4]]}}}],["ttl",{"_index":716,"t":{"511":{"position":[[526,3]]}}}],["tupl",{"_index":875,"t":{"681":{"position":[[586,5]]}}}],["two",{"_index":558,"t":{"451":{"position":[[1780,3]]},"513":{"position":[[10,3]]},"707":{"position":[[1848,3]]},"711":{"position":[[394,3],[651,3]]},"824":{"position":[[639,3]]},"1076":{"position":[[1090,3]]}}}],["type",{"_index":31,"t":{"10":{"position":[[25,4]]},"20":{"position":[[25,4]]},"30":{"position":[[25,4]]},"40":{"position":[[24,4]]},"52":{"position":[[24,4]]},"62":{"position":[[27,4]]},"76":{"position":[[24,4]]},"78":{"position":[[181,4],[238,4],[269,4],[299,4],[334,4],[389,4]]},"88":{"position":[[24,4]]},"90":{"position":[[212,4],[269,4],[300,4],[330,4],[365,4],[420,4],[539,4],[596,4],[627,4],[657,4],[692,4],[747,4]]},"102":{"position":[[25,4]]},"104":{"position":[[3,4],[30,4],[74,4],[105,4],[138,4],[173,4]]},"106":{"position":[[185,4],[242,4],[273,4],[303,4],[338,4],[393,4]]},"116":{"position":[[24,4]]},"118":{"position":[[3,4],[77,4],[121,4],[152,4],[185,4],[220,4]]},"120":{"position":[[179,4],[236,4],[267,4],[297,4],[332,4],[398,4]]},"130":{"position":[[27,4]]},"142":{"position":[[25,4]]},"156":{"position":[[24,4]]},"168":{"position":[[24,4]]},"182":{"position":[[25,4]]},"196":{"position":[[24,4]]},"208":{"position":[[27,4]]},"215":{"position":[[24,4]]},"222":{"position":[[24,4]]},"229":{"position":[[25,4]]},"238":{"position":[[24,4]]},"247":{"position":[[25,4]]},"256":{"position":[[25,4]]},"268":{"position":[[17,4]]},"270":{"position":[[182,4],[207,4],[233,4],[499,4],[524,4],[550,4],[828,4],[853,4],[879,4],[1181,4],[1206,4],[1232,4],[1534,4],[1559,4],[1585,4],[1887,4],[1912,4],[1938,4],[2236,4],[2261,4],[2287,4]]},"278":{"position":[[359,5]]},"290":{"position":[[17,4]]},"292":{"position":[[155,4],[183,4],[211,4],[478,4],[506,4],[534,4]]},"299":{"position":[[17,4]]},"311":{"position":[[17,4]]},"313":{"position":[[17,4]]},"325":{"position":[[17,4]]},"327":{"position":[[17,4]]},"329":{"position":[[446,4],[474,4],[502,4],[767,4],[795,4],[823,4],[1090,4],[1118,4],[1146,4],[1404,4],[1432,4],[1460,4]]},"343":{"position":[[24,4]]},"355":{"position":[[27,4]]},"367":{"position":[[17,4]]},"379":{"position":[[17,4]]},"387":{"position":[[17,4]]},"395":{"position":[[17,4]]},"409":{"position":[[25,4]]},"421":{"position":[[17,4]]},"435":{"position":[[25,4]]},"449":{"position":[[17,4]]},"451":{"position":[[189,4],[214,4],[240,4],[502,4],[527,4],[553,4],[816,4],[841,4],[867,4],[1143,4],[1168,4],[1194,4],[1517,4],[1539,4],[1567,4]]},"489":{"position":[[25,4]]},"503":{"position":[[17,4]]},"532":{"position":[[24,4]]},"537":{"position":[[24,4]]},"542":{"position":[[24,4]]},"547":{"position":[[24,4]]},"559":{"position":[[24,4]]},"571":{"position":[[24,4]]},"581":{"position":[[24,4]]},"593":{"position":[[24,4]]},"607":{"position":[[30,4]]},"621":{"position":[[30,4]]},"633":{"position":[[25,4]]},"645":{"position":[[27,4]]},"707":{"position":[[1017,4],[1065,4],[1093,4],[1149,4],[1274,4]]},"709":{"position":[[958,5]]},"744":{"position":[[404,4],[461,4]]},"746":{"position":[[1406,4],[1440,4],[1474,4],[1508,4]]},"752":{"position":[[1269,4]]},"842":{"position":[[24,4]]},"848":{"position":[[248,4],[343,4],[445,4]]},"850":{"position":[[93,4],[208,4]]},"852":{"position":[[249,4],[341,4]]},"854":{"position":[[93,4],[232,4]]},"856":{"position":[[206,4]]},"870":{"position":[[1124,4]]},"880":{"position":[[24,4]]},"892":{"position":[[24,4]]},"902":{"position":[[24,4]]},"912":{"position":[[24,4]]},"924":{"position":[[17,4]]},"938":{"position":[[25,4]]},"950":{"position":[[27,4]]},"964":{"position":[[25,4]]},"976":{"position":[[18,4],[116,4],[153,4]]},"978":{"position":[[18,4],[56,4]]},"980":{"position":[[211,4],[732,4]]},"982":{"position":[[25,4]]},"984":{"position":[[18,4],[130,4]]},"998":{"position":[[25,4]]},"1014":{"position":[[25,4]]},"1030":{"position":[[24,4]]},"1044":{"position":[[24,4]]},"1060":{"position":[[25,4]]},"1074":{"position":[[17,4]]},"1076":{"position":[[180,4],[205,4],[231,4],[499,4],[524,4],[550,4],[823,4],[845,4],[873,4]]}}}],["typic",{"_index":669,"t":{"471":{"position":[[80,9]]}}}],["u28gew91ihdlbnqgywhlywqgyw5kigrly29kzwqgdghpcywgew91ignvdwxkbid0ihjlc2lzdcblaca",{"_index":530,"t":{"407":{"position":[[79,79]]},"707":{"position":[[1955,79],[2104,79]]},"1002":{"position":[[142,79]]}}}],["ui",{"_index":994,"t":{"744":{"position":[[774,2]]},"824":{"position":[[1607,2]]}}}],["unauthent",{"_index":562,"t":{"455":{"position":[[201,15],[230,15]]}}}],["unauthor",{"_index":563,"t":{"455":{"position":[[315,12]]},"460":{"position":[[1046,12],[1063,12]]},"780":{"position":[[1521,12]]},"800":{"position":[[107,12]]}}}],["unauthoris",{"_index":1361,"t":{"789":{"position":[[633,12]]},"791":{"position":[[80,12]]}}}],["under",{"_index":122,"t":{"70":{"position":[[41,5]]},"82":{"position":[[35,5]]},"114":{"position":[[34,5]]},"128":{"position":[[34,5]]},"140":{"position":[[34,5]]},"373":{"position":[[40,5]]},"467":{"position":[[196,5]]},"681":{"position":[[676,5],[853,5]]},"764":{"position":[[62,5],[919,5],[1420,5]]},"772":{"position":[[193,5],[401,5]]},"816":{"position":[[526,5]]},"874":{"position":[[47,5]]},"884":{"position":[[47,5]]}}}],["undergo",{"_index":1257,"t":{"776":{"position":[[772,10]]},"778":{"position":[[169,9]]}}}],["underli",{"_index":1503,"t":{"824":{"position":[[817,10]]}}}],["understand",{"_index":1000,"t":{"744":{"position":[[1171,10]]},"833":{"position":[[80,10]]}}}],["understood",{"_index":1083,"t":{"762":{"position":[[57,10]]}}}],["unfair",{"_index":1283,"t":{"780":{"position":[[345,6]]}}}],["uninterrupt",{"_index":1200,"t":{"766":{"position":[[158,13]]}}}],["uniqu",{"_index":1034,"t":{"752":{"position":[[217,6],[710,6]]},"791":{"position":[[350,6]]},"848":{"position":[[101,6]]},"870":{"position":[[210,6]]},"986":{"position":[[162,6]]}}}],["unix",{"_index":479,"t":{"309":{"position":[[110,4]]},"323":{"position":[[110,4]]}}}],["unlaw",{"_index":1095,"t":{"762":{"position":[[560,8]]},"780":{"position":[[238,8]]}}}],["unnotic",{"_index":380,"t":{"278":{"position":[[417,12]]}}}],["unsuccess",{"_index":1058,"t":{"758":{"position":[[710,12]]},"860":{"position":[[853,12]]}}}],["until",{"_index":820,"t":{"653":{"position":[[1593,5]]},"739":{"position":[[729,5]]},"758":{"position":[[311,5],[355,5],[464,5],[509,5]]},"860":{"position":[[454,5],[498,5],[607,5],[652,5]]},"996":{"position":[[435,5]]}}}],["unverifi",{"_index":1038,"t":{"752":{"position":[[348,10],[1463,10]]},"848":{"position":[[232,10]]},"870":{"position":[[341,10]]},"986":{"position":[[293,10],[455,10]]}}}],["up",{"_index":336,"t":{"276":{"position":[[1305,2]]},"511":{"position":[[101,2],[220,2]]},"669":{"position":[[621,2]]},"707":{"position":[[23,2]]},"744":{"position":[[189,2]]},"746":{"position":[[663,2],[757,2]]},"762":{"position":[[867,2]]},"805":{"position":[[301,3]]}}}],["updat",{"_index":145,"t":{"110":{"position":[[13,7],[55,6]]},"114":{"position":[[103,7]]},"120":{"position":[[41,7]]},"140":{"position":[[103,7]]},"188":{"position":[[13,7]]},"198":{"position":[[47,7],[101,7],[247,7]]},"242":{"position":[[59,7]]},"439":{"position":[[13,7]]},"507":{"position":[[13,7]]},"613":{"position":[[13,7]]},"709":{"position":[[1417,6]]},"752":{"position":[[1018,6],[1081,6]]},"764":{"position":[[1480,6]]},"766":{"position":[[804,7]]},"810":{"position":[[202,7]]},"812":{"position":[[160,8]]},"824":{"position":[[422,7]]},"833":{"position":[[475,7]]},"942":{"position":[[13,7]]},"980":{"position":[[497,7],[592,6],[644,6],[700,6]]}}}],["upon",{"_index":926,"t":{"705":{"position":[[123,4]]},"715":{"position":[[123,4]]},"725":{"position":[[123,4]]},"735":{"position":[[128,4]]},"750":{"position":[[123,4]]},"772":{"position":[[423,4]]}}}],["upper",{"_index":1056,"t":{"758":{"position":[[530,5]]},"860":{"position":[[673,5]]}}}],["ur",{"_index":99,"t":{"40":{"position":[[80,2]]},"42":{"position":[[92,2]]},"54":{"position":[[116,2]]},"62":{"position":[[83,2]]}}}],["uratkn",{"_index":106,"t":{"42":{"position":[[282,6]]},"54":{"position":[[306,6]]}}}],["urdesc",{"_index":104,"t":{"42":{"position":[[211,6]]},"54":{"position":[[235,6]]}}}],["uremail",{"_index":105,"t":{"42":{"position":[[230,7]]},"54":{"position":[[254,7]]}}}],["urfnam",{"_index":101,"t":{"42":{"position":[[136,7]]},"54":{"position":[[160,7]]}}}],["uri",{"_index":723,"t":{"511":{"position":[[802,3]]}}}],["url",{"_index":35,"t":{"10":{"position":[[59,3]]},"20":{"position":[[59,3]]},"30":{"position":[[59,3]]},"40":{"position":[[58,3]]},"52":{"position":[[58,3]]},"62":{"position":[[61,3]]},"76":{"position":[[59,3]]},"88":{"position":[[59,3]]},"102":{"position":[[73,3]]},"116":{"position":[[71,3]]},"130":{"position":[[61,3]]},"142":{"position":[[72,3]]},"156":{"position":[[58,3]]},"168":{"position":[[58,3]]},"182":{"position":[[72,3]]},"196":{"position":[[71,3]]},"208":{"position":[[61,3]]},"215":{"position":[[58,3]]},"222":{"position":[[58,3]]},"229":{"position":[[72,3]]},"238":{"position":[[71,3]]},"247":{"position":[[72,3]]},"256":{"position":[[59,3]]},"268":{"position":[[51,3]]},"282":{"position":[[2408,4]]},"290":{"position":[[51,3]]},"299":{"position":[[51,3]]},"311":{"position":[[51,3]]},"313":{"position":[[51,3]]},"325":{"position":[[51,3]]},"327":{"position":[[51,3]]},"343":{"position":[[58,3]]},"355":{"position":[[67,3]]},"367":{"position":[[51,3]]},"379":{"position":[[51,3]]},"387":{"position":[[51,3]]},"395":{"position":[[51,3]]},"409":{"position":[[72,3]]},"421":{"position":[[51,3]]},"435":{"position":[[72,3]]},"449":{"position":[[51,3]]},"455":{"position":[[41,3]]},"463":{"position":[[788,3]]},"473":{"position":[[522,3]]},"489":{"position":[[71,3]]},"503":{"position":[[50,3]]},"532":{"position":[[58,3]]},"537":{"position":[[58,3]]},"542":{"position":[[58,3]]},"547":{"position":[[58,3]]},"559":{"position":[[58,3]]},"571":{"position":[[58,3]]},"577":{"position":[[99,3]]},"581":{"position":[[58,3]]},"593":{"position":[[58,3]]},"607":{"position":[[77,3]]},"621":{"position":[[75,3]]},"633":{"position":[[59,3]]},"645":{"position":[[61,3]]},"653":{"position":[[828,3]]},"677":{"position":[[552,3]]},"679":{"position":[[120,3]]},"681":{"position":[[283,3]]},"683":{"position":[[285,3]]},"685":{"position":[[119,3]]},"687":{"position":[[285,3],[871,3]]},"689":{"position":[[137,3]]},"691":{"position":[[148,3]]},"744":{"position":[[700,3]]},"831":{"position":[[455,3]]},"842":{"position":[[71,3]]},"870":{"position":[[23,3]]},"880":{"position":[[58,3]]},"892":{"position":[[58,3]]},"902":{"position":[[58,3]]},"912":{"position":[[58,3]]},"924":{"position":[[51,3]]},"938":{"position":[[75,3]]},"950":{"position":[[59,3]]},"964":{"position":[[71,3]]},"982":{"position":[[70,3]]},"998":{"position":[[71,3]]},"1014":{"position":[[70,3]]},"1030":{"position":[[70,3]]},"1044":{"position":[[57,3]]},"1060":{"position":[[71,3]]},"1074":{"position":[[51,3]]}}}],["urlnam",{"_index":102,"t":{"42":{"position":[[160,7]]},"54":{"position":[[184,7]]}}}],["urnam",{"_index":100,"t":{"42":{"position":[[112,6]]},"54":{"position":[[136,6]]}}}],["urorg",{"_index":103,"t":{"42":{"position":[[187,5]]},"54":{"position":[[211,5]]}}}],["us",{"_index":151,"t":{"136":{"position":[[16,4]]},"274":{"position":[[408,5]]},"276":{"position":[[8,3],[1464,3],[1669,4]]},"282":{"position":[[912,5],[1515,4],[2208,3]]},"305":{"position":[[126,5]]},"373":{"position":[[80,5]]},"407":{"position":[[251,3]]},"458":{"position":[[65,5]]},"463":{"position":[[210,5],[547,5]]},"465":{"position":[[19,5]]},"467":{"position":[[155,4],[351,4]]},"469":{"position":[[1198,3]]},"473":{"position":[[441,4]]},"475":{"position":[[582,5],[686,5],[783,5],[888,5],[998,5],[1126,5],[1251,5],[1367,5],[1491,5],[1616,5],[1754,5]]},"477":{"position":[[295,3]]},"509":{"position":[[93,3],[512,4]]},"513":{"position":[[142,3]]},"515":{"position":[[19,4]]},"527":{"position":[[54,5]]},"565":{"position":[[53,5]]},"587":{"position":[[53,5]]},"605":{"position":[[712,3],[844,3]]},"653":{"position":[[48,4]]},"655":{"position":[[193,5]]},"663":{"position":[[620,5]]},"665":{"position":[[533,4]]},"673":{"position":[[233,4]]},"675":{"position":[[125,4],[740,3]]},"677":{"position":[[36,4],[267,3],[420,5],[1170,4]]},"679":{"position":[[0,5]]},"683":{"position":[[450,4]]},"701":{"position":[[74,3],[299,5],[377,4],[538,5]]},"707":{"position":[[932,5]]},"709":{"position":[[1471,4]]},"713":{"position":[[737,3]]},"717":{"position":[[57,5]]},"729":{"position":[[620,5]]},"731":{"position":[[530,4]]},"733":{"position":[[1307,5]]},"744":{"position":[[1220,3]]},"748":{"position":[[1378,4]]},"752":{"position":[[250,4],[749,4]]},"760":{"position":[[797,6]]},"762":{"position":[[114,3],[134,3],[265,3],[401,3],[509,3],[1107,3],[1438,4],[2083,3]]},"764":{"position":[[958,4]]},"768":{"position":[[22,5]]},"776":{"position":[[1904,4]]},"780":{"position":[[965,3],[1037,5],[1692,5]]},"791":{"position":[[72,4],[343,3],[697,3]]},"793":{"position":[[43,3],[266,3]]},"800":{"position":[[259,3]]},"812":{"position":[[140,3]]},"816":{"position":[[1047,3]]},"818":{"position":[[1134,4]]},"822":{"position":[[48,5],[184,4],[282,4],[539,3],[840,3],[914,3],[1055,4]]},"824":{"position":[[155,5],[492,5],[599,4],[656,3],[1590,3]]},"826":{"position":[[46,4],[398,3],[536,3]]},"829":{"position":[[24,3]]},"831":{"position":[[142,3],[516,3]]},"833":{"position":[[199,4]]},"848":{"position":[[134,4]]},"870":{"position":[[243,4],[578,5]]},"884":{"position":[[87,5]]},"980":{"position":[[692,3]]},"986":{"position":[[195,4]]}}}],["usag",{"_index":449,"t":{"282":{"position":[[2515,5]]},"284":{"position":[[65,5]]},"292":{"position":[[139,5],[387,5],[462,5],[713,5]]},"329":{"position":[[430,5],[676,5],[751,5],[1002,5],[1074,5],[1313,5],[1388,5],[1632,5]]},"711":{"position":[[729,5],[755,5],[780,5]]}}}],["usagereport",{"_index":495,"t":{"321":{"position":[[15,11]]},"325":{"position":[[65,11]]},"327":{"position":[[65,11]]}}}],["user",{"_index":6,"t":{"2":{"position":[[54,5]]},"4":{"position":[[53,4]]},"8":{"position":[[24,4]]},"12":{"position":[[58,4],[159,4]]},"16":{"position":[[23,4],[76,4]]},"22":{"position":[[55,4],[159,4],[267,4]]},"26":{"position":[[24,4]]},"32":{"position":[[55,4]]},"36":{"position":[[25,4]]},"42":{"position":[[37,4]]},"54":{"position":[[82,4]]},"58":{"position":[[23,4]]},"150":{"position":[[98,5]]},"217":{"position":[[61,5],[118,5]]},"219":{"position":[[7,4],[76,5],[110,4],[187,5]]},"224":{"position":[[65,4],[102,5]]},"233":{"position":[[73,4]]},"242":{"position":[[67,4]]},"251":{"position":[[65,4]]},"270":{"position":[[789,4],[895,4],[1077,4],[1142,4],[1248,4],[1430,4],[1495,4],[1601,4],[1783,4],[1848,4],[1954,4],[2136,4]]},"274":{"position":[[356,5],[535,4],[920,5],[1006,5]]},"276":{"position":[[807,4],[1531,4]]},"278":{"position":[[437,5]]},"280":{"position":[[50,5],[136,5],[282,5],[463,4],[588,5]]},"282":{"position":[[2285,4],[2390,5]]},"319":{"position":[[82,4]]},"321":{"position":[[9,5]]},"325":{"position":[[59,5]]},"327":{"position":[[59,5]]},"329":{"position":[[201,5],[290,5]]},"333":{"position":[[57,5]]},"373":{"position":[[105,4],[394,5]]},"415":{"position":[[51,5]]},"423":{"position":[[40,5],[98,5]]},"427":{"position":[[46,5]]},"433":{"position":[[14,5]]},"439":{"position":[[34,5],[166,4]]},"455":{"position":[[5,4],[91,4],[307,4]]},"458":{"position":[[33,4]]},"460":{"position":[[1095,4],[1184,4]]},"463":{"position":[[515,4],[752,4]]},"467":{"position":[[659,5]]},"469":{"position":[[178,4],[1117,4]]},"471":{"position":[[92,4],[347,4]]},"473":{"position":[[53,5],[290,4],[328,4],[407,4],[486,4]]},"475":{"position":[[540,4],[637,4],[751,4],[850,4],[957,4],[1077,4],[1195,4],[1328,4],[1446,4],[1569,4],[1704,4]]},"477":{"position":[[118,5],[365,5]]},"483":{"position":[[51,5]]},"491":{"position":[[38,5]]},"495":{"position":[[46,5]]},"501":{"position":[[14,5]]},"507":{"position":[[34,5],[166,4]]},"509":{"position":[[646,5]]},"511":{"position":[[39,4],[60,5]]},"525":{"position":[[65,5]]},"527":{"position":[[33,5],[200,5]]},"529":{"position":[[9,5]]},"532":{"position":[[66,5]]},"534":{"position":[[61,5],[109,5]]},"537":{"position":[[66,5]]},"539":{"position":[[73,5],[106,5]]},"542":{"position":[[66,5]]},"544":{"position":[[58,5],[91,5]]},"547":{"position":[[66,5]]},"549":{"position":[[61,5],[132,5]]},"553":{"position":[[48,4]]},"555":{"position":[[9,5],[16,4]]},"557":{"position":[[0,4],[23,4]]},"559":{"position":[[66,5]]},"561":{"position":[[68,4]]},"565":{"position":[[48,4],[59,4]]},"567":{"position":[[9,5]]},"569":{"position":[[24,4]]},"571":{"position":[[66,5]]},"573":{"position":[[68,4]]},"577":{"position":[[48,4]]},"579":{"position":[[9,5]]},"581":{"position":[[66,5]]},"583":{"position":[[68,4]]},"587":{"position":[[48,4],[59,4]]},"589":{"position":[[9,5]]},"591":{"position":[[22,4]]},"593":{"position":[[66,5]]},"595":{"position":[[68,4]]},"599":{"position":[[27,4]]},"601":{"position":[[10,5],[17,4]]},"605":{"position":[[0,4],[23,4],[85,4],[119,4],[261,5],[382,5],[562,5],[605,5],[742,5],[932,5],[1085,5]]},"607":{"position":[[99,5]]},"609":{"position":[[55,4]]},"613":{"position":[[33,4]]},"615":{"position":[[9,5],[16,4]]},"619":{"position":[[0,4],[23,4],[85,4],[119,4],[261,5]]},"621":{"position":[[97,5]]},"627":{"position":[[35,4]]},"629":{"position":[[10,5],[17,4]]},"631":{"position":[[0,4],[23,4]]},"633":{"position":[[81,5]]},"639":{"position":[[33,4]]},"641":{"position":[[12,5],[19,4]]},"643":{"position":[[0,4],[23,4]]},"645":{"position":[[83,5]]},"653":{"position":[[182,5]]},"655":{"position":[[141,5],[294,5],[380,5]]},"657":{"position":[[57,5]]},"659":{"position":[[15,4],[140,5]]},"673":{"position":[[158,4],[287,5],[328,4],[334,5],[514,5],[705,5],[736,5]]},"675":{"position":[[164,4],[688,5]]},"677":{"position":[[121,4],[203,4],[339,4],[413,5],[484,4],[560,5],[735,4],[1199,4],[1236,5],[1274,5]]},"679":{"position":[[42,4],[533,4]]},"681":{"position":[[14,5],[108,4],[207,4],[233,4],[291,5],[487,4],[651,4],[697,4],[811,4],[1251,5],[1289,5]]},"683":{"position":[[14,5],[234,4],[259,4],[500,4]]},"685":{"position":[[93,4]]},"687":{"position":[[140,4],[265,4],[293,5],[851,4],[879,5],[1434,5],[1472,5]]},"689":{"position":[[27,4],[70,4],[260,5],[327,4]]},"691":{"position":[[27,4],[74,4],[276,5],[342,4]]},"697":{"position":[[45,4]]},"707":{"position":[[1833,4]]},"709":{"position":[[55,4],[334,4]]},"711":{"position":[[157,4],[805,5],[874,5]]},"739":{"position":[[169,4],[581,4]]},"762":{"position":[[20,4]]},"764":{"position":[[848,5],[1018,5],[2145,4],[2166,4]]},"766":{"position":[[62,5],[415,5],[465,5]]},"768":{"position":[[58,4],[355,4]]},"770":{"position":[[22,5],[279,5]]},"772":{"position":[[259,5]]},"774":{"position":[[87,5],[306,5]]},"776":{"position":[[122,5],[156,4],[2419,4]]},"778":{"position":[[37,5],[360,4],[398,4],[473,4],[522,4]]},"780":{"position":[[1354,5]]},"782":{"position":[[151,5]]},"784":{"position":[[40,4],[125,4]]},"791":{"position":[[421,5],[800,4],[880,4]]},"793":{"position":[[594,4]]},"802":{"position":[[452,4],[621,4]]},"807":{"position":[[545,4]]},"812":{"position":[[713,4]]},"822":{"position":[[956,5]]},"831":{"position":[[227,4],[403,4],[427,4],[529,4]]},"884":{"position":[[111,4]]},"918":{"position":[[42,5]]},"926":{"position":[[38,5]]},"930":{"position":[[46,5]]},"936":{"position":[[14,5]]},"942":{"position":[[34,5],[167,4]]},"990":{"position":[[166,4]]}}}],["user2",{"_index":798,"t":{"633":{"position":[[87,5]]},"635":{"position":[[248,5]]},"645":{"position":[[89,5]]}}}],["user_nam",{"_index":773,"t":{"555":{"position":[[16,9]]},"557":{"position":[[0,9]]},"601":{"position":[[17,9]]},"605":{"position":[[0,9]]},"615":{"position":[[16,9]]},"619":{"position":[[0,9]]},"629":{"position":[[17,9]]},"631":{"position":[[0,9]]},"641":{"position":[[19,9]]},"643":{"position":[[0,9]]}}}],["user_registr",{"_index":113,"t":{"54":{"position":[[82,18]]}}}],["usera",{"_index":62,"t":{"12":{"position":[[445,5]]},"42":{"position":[[350,5]]},"54":{"position":[[374,5]]},"158":{"position":[[225,5],[383,5],[541,5]]},"170":{"position":[[215,5]]},"184":{"position":[[203,5]]},"198":{"position":[[203,5]]},"270":{"position":[[925,5]]},"423":{"position":[[109,5]]},"491":{"position":[[49,5]]},"534":{"position":[[658,5],[1280,5],[1642,5],[2012,5]]},"539":{"position":[[655,5]]},"544":{"position":[[479,5],[841,5],[1211,5]]},"559":{"position":[[72,5]]},"561":{"position":[[312,5]]},"573":{"position":[[312,5]]},"583":{"position":[[312,5]]},"595":{"position":[[312,5]]},"609":{"position":[[512,5]]},"623":{"position":[[521,5]]},"635":{"position":[[417,5]]}}}],["userb",{"_index":243,"t":{"270":{"position":[[1278,5]]},"423":{"position":[[117,5]]},"491":{"position":[[57,5]]},"534":{"position":[[1117,5]]},"544":{"position":[[316,5]]}}}],["userc",{"_index":1570,"t":{"926":{"position":[[48,5]]}}}],["userd",{"_index":1571,"t":{"926":{"position":[[56,5]]}}}],["userfoo1",{"_index":544,"t":{"439":{"position":[[175,8]]},"507":{"position":[[175,8]]},"942":{"position":[[176,8]]}}}],["userfoo2",{"_index":545,"t":{"439":{"position":[[184,8]]},"507":{"position":[[184,8]]},"942":{"position":[[185,8]]}}}],["useri",{"_index":540,"t":{"433":{"position":[[33,5]]},"501":{"position":[[33,5]]},"936":{"position":[[33,5]]}}}],["usernam",{"_index":680,"t":{"473":{"position":[[275,8]]},"677":{"position":[[498,8]]},"744":{"position":[[805,8]]},"791":{"position":[[624,8]]}}}],["usernew",{"_index":787,"t":{"607":{"position":[[105,7]]},"609":{"position":[[245,7]]},"621":{"position":[[103,7]]}}}],["users_count",{"_index":501,"t":{"329":{"position":[[201,11]]}}}],["userx",{"_index":244,"t":{"270":{"position":[[1631,5]]},"433":{"position":[[25,5]]},"501":{"position":[[25,5]]},"534":{"position":[[1479,5]]},"544":{"position":[[678,5]]},"936":{"position":[[25,5]]}}}],["userz",{"_index":245,"t":{"270":{"position":[[1984,5]]},"534":{"position":[[1849,5]]},"544":{"position":[[1048,5]]}}}],["usual",{"_index":388,"t":{"280":{"position":[[340,7]]},"333":{"position":[[115,7]]},"657":{"position":[[115,7]]},"673":{"position":[[765,7]]},"687":{"position":[[0,7]]}}}],["utc",{"_index":810,"t":{"653":{"position":[[1252,3],[1324,3]]},"667":{"position":[[821,3]]},"695":{"position":[[96,3],[168,3]]}}}],["util",{"_index":1060,"t":{"760":{"position":[[46,7]]}}}],["uuid",{"_index":42,"t":{"12":{"position":[[90,4]]},"18":{"position":[[25,4]]},"22":{"position":[[87,4]]},"28":{"position":[[25,4]]},"38":{"position":[[24,4]]},"42":{"position":[[84,4]]},"54":{"position":[[108,4]]},"60":{"position":[[27,4]]},"78":{"position":[[86,4]]},"90":{"position":[[117,4],[444,4]]},"106":{"position":[[90,4]]},"120":{"position":[[84,4]]},"217":{"position":[[131,4]]},"219":{"position":[[200,4]]},"224":{"position":[[115,4]]},"233":{"position":[[105,4]]},"242":{"position":[[99,4]]},"251":{"position":[[97,4]]},"534":{"position":[[122,4],[446,4],[905,4],[1293,4],[1655,4]]},"539":{"position":[[119,4],[443,4]]},"544":{"position":[[104,4],[492,4],[854,4]]},"549":{"position":[[145,4]]},"561":{"position":[[100,4]]},"573":{"position":[[100,4]]},"583":{"position":[[100,4]]},"587":{"position":[[66,4]]},"589":{"position":[[23,4]]},"591":{"position":[[0,4],[10,4]]},"595":{"position":[[100,4]]},"609":{"position":[[87,4]]},"617":{"position":[[3,4]]},"623":{"position":[[90,4]]},"635":{"position":[[90,4]]}}}],["uuid1",{"_index":74,"t":{"20":{"position":[[81,5]]},"30":{"position":[[81,5]]},"40":{"position":[[83,5]]},"42":{"position":[[95,5]]},"54":{"position":[[119,5]]},"62":{"position":[[86,5]]}}}],["v1",{"_index":13,"t":{"6":{"position":[[7,2]]},"10":{"position":[[64,2]]},"18":{"position":[[7,2]]},"20":{"position":[[64,2]]},"28":{"position":[[7,2]]},"30":{"position":[[64,2]]},"38":{"position":[[6,2]]},"40":{"position":[[63,2]]},"48":{"position":[[6,2]]},"52":{"position":[[63,2]]},"60":{"position":[[9,2]]},"62":{"position":[[66,2]]},"72":{"position":[[6,2]]},"76":{"position":[[64,2]]},"84":{"position":[[6,2]]},"88":{"position":[[64,2]]},"98":{"position":[[7,2]]},"102":{"position":[[78,2]]},"112":{"position":[[6,2]]},"116":{"position":[[76,2]]},"126":{"position":[[9,2]]},"130":{"position":[[66,2]]},"138":{"position":[[7,2]]},"142":{"position":[[77,2]]},"154":{"position":[[6,2]]},"156":{"position":[[63,2]]},"164":{"position":[[6,2]]},"168":{"position":[[63,2]]},"176":{"position":[[7,2]]},"182":{"position":[[77,2]]},"190":{"position":[[6,2]]},"196":{"position":[[76,2]]},"204":{"position":[[9,2]]},"208":{"position":[[66,2]]},"215":{"position":[[63,2]]},"222":{"position":[[63,2]]},"229":{"position":[[77,2]]},"238":{"position":[[76,2]]},"247":{"position":[[77,2]]},"256":{"position":[[64,2]]},"264":{"position":[[6,2]]},"268":{"position":[[56,2]]},"288":{"position":[[6,2]]},"290":{"position":[[56,2]]},"297":{"position":[[6,2]]},"299":{"position":[[56,2]]},"307":{"position":[[6,2]]},"311":{"position":[[56,2]]},"313":{"position":[[56,2]]},"321":{"position":[[6,2]]},"325":{"position":[[56,2]]},"327":{"position":[[56,2]]},"337":{"position":[[6,2]]},"343":{"position":[[63,2]]},"351":{"position":[[9,2]]},"355":{"position":[[72,2]]},"363":{"position":[[6,2]]},"367":{"position":[[56,2]]},"375":{"position":[[6,2]]},"379":{"position":[[56,2]]},"383":{"position":[[6,2]]},"387":{"position":[[56,2]]},"391":{"position":[[6,2]]},"395":{"position":[[56,2]]},"403":{"position":[[7,2]]},"409":{"position":[[77,2]]},"417":{"position":[[6,2]]},"421":{"position":[[56,2]]},"429":{"position":[[7,2]]},"435":{"position":[[77,2]]},"445":{"position":[[6,2]]},"449":{"position":[[56,2]]},"485":{"position":[[5,2]]},"489":{"position":[[76,2]]},"497":{"position":[[6,2]]},"503":{"position":[[55,2]]},"517":{"position":[[5,2]]},"529":{"position":[[6,2]]},"532":{"position":[[63,2]]},"537":{"position":[[63,2]]},"542":{"position":[[63,2]]},"547":{"position":[[63,2]]},"555":{"position":[[6,2]]},"559":{"position":[[63,2]]},"567":{"position":[[6,2]]},"571":{"position":[[63,2]]},"579":{"position":[[6,2]]},"581":{"position":[[63,2]]},"589":{"position":[[6,2]]},"593":{"position":[[63,2]]},"601":{"position":[[7,2]]},"607":{"position":[[82,2]]},"615":{"position":[[6,2]]},"621":{"position":[[80,2]]},"629":{"position":[[7,2]]},"633":{"position":[[64,2]]},"641":{"position":[[9,2]]},"645":{"position":[[66,2]]},"677":{"position":[[557,2]]},"679":{"position":[[125,2]]},"681":{"position":[[288,2]]},"683":{"position":[[290,2]]},"685":{"position":[[124,2]]},"687":{"position":[[290,2],[876,2]]},"689":{"position":[[142,2]]},"691":{"position":[[153,2]]},"838":{"position":[[5,2]]},"842":{"position":[[76,2]]},"866":{"position":[[5,2]]},"870":{"position":[[28,2]]},"876":{"position":[[5,2]]},"880":{"position":[[63,2]]},"888":{"position":[[5,2]]},"892":{"position":[[63,2]]},"898":{"position":[[5,2]]},"902":{"position":[[63,2]]},"908":{"position":[[5,2]]},"912":{"position":[[63,2]]},"920":{"position":[[5,2]]},"924":{"position":[[56,2]]},"932":{"position":[[7,2]]},"938":{"position":[[80,2]]},"946":{"position":[[8,2]]},"950":{"position":[[64,2]]},"958":{"position":[[6,2]]},"964":{"position":[[76,2]]},"974":{"position":[[6,2]]},"982":{"position":[[75,2]]},"992":{"position":[[6,2]]},"998":{"position":[[76,2]]},"1008":{"position":[[6,2]]},"1014":{"position":[[75,2]]},"1024":{"position":[[5,2]]},"1030":{"position":[[75,2]]},"1040":{"position":[[5,2]]},"1044":{"position":[[62,2]]},"1054":{"position":[[6,2]]},"1060":{"position":[[76,2]]},"1070":{"position":[[6,2]]},"1074":{"position":[[56,2]]}}}],["va",{"_index":482,"t":{"311":{"position":[[67,2]]},"313":{"position":[[67,2]]},"319":{"position":[[29,2]]},"329":{"position":[[27,2]]}}}],["va_metr",{"_index":481,"t":{"311":{"position":[[67,10]]},"313":{"position":[[67,10]]},"319":{"position":[[29,10]]},"329":{"position":[[27,10]]}}}],["valid",{"_index":119,"t":{"68":{"position":[[48,10]]},"138":{"position":[[56,8]]},"142":{"position":[[116,8]]},"146":{"position":[[46,9]]},"276":{"position":[[532,10],[770,10],[850,8]]},"407":{"position":[[392,10]]},"455":{"position":[[115,5]]},"709":{"position":[[25,10],[377,8],[753,10],[1442,8],[1900,8]]},"737":{"position":[[47,10]]},"752":{"position":[[158,5],[258,8],[651,5],[757,8]]},"848":{"position":[[42,5],[142,8]]},"870":{"position":[[151,5],[251,8]]},"986":{"position":[[103,5],[203,8]]}}}],["valu",{"_index":227,"t":{"270":{"position":[[201,5],[332,5],[518,5],[649,5],[847,5],[989,5],[1200,5],[1342,5],[1553,5],[1695,5],[1906,5],[2048,5],[2255,5],[2376,5],[2420,5]]},"276":{"position":[[514,6]]},"280":{"position":[[1057,5]]},"292":{"position":[[177,5],[315,5],[359,5],[500,5],[638,5],[682,5]]},"309":{"position":[[91,5]]},"323":{"position":[[91,5]]},"329":{"position":[[468,5],[606,5],[648,5],[789,5],[927,5],[971,5],[1112,5],[1243,5],[1285,5],[1426,5],[1557,5],[1601,5]]},"373":{"position":[[461,5]]},"407":{"position":[[171,5]]},"451":{"position":[[208,5],[339,5],[521,5],[652,5],[835,5],[966,5],[1162,5],[1283,5],[1327,5],[1533,5],[1666,5]]},"469":{"position":[[1051,5]]},"511":{"position":[[530,6]]},"527":{"position":[[267,5]]},"653":{"position":[[1158,5]]},"667":{"position":[[159,5],[307,5],[351,5],[738,5]]},"669":{"position":[[687,5]]},"675":{"position":[[605,5]]},"707":{"position":[[1530,5]]},"709":{"position":[[735,6]]},"739":{"position":[[562,5]]},"793":{"position":[[712,6]]},"848":{"position":[[662,5],[697,5],[951,5],[1161,5],[1311,5],[1522,5]]},"852":{"position":[[268,5]]},"858":{"position":[[32,5],[210,5]]},"884":{"position":[[489,5]]},"956":{"position":[[90,5],[145,5]]},"980":{"position":[[335,5],[571,5],[677,5]]},"996":{"position":[[273,5]]},"1002":{"position":[[114,5]]},"1076":{"position":[[199,5],[335,5],[518,5],[647,5],[839,5],[977,5]]}}}],["value1",{"_index":827,"t":{"667":{"position":[[316,6]]}}}],["value2",{"_index":829,"t":{"667":{"position":[[360,6]]}}}],["value_typ",{"_index":226,"t":{"270":{"position":[[201,10],[518,10],[847,10],[1200,10],[1553,10],[1906,10],[2255,10]]},"292":{"position":[[177,10],[500,10]]},"329":{"position":[[468,10],[789,10],[1112,10],[1426,10]]},"451":{"position":[[208,10],[521,10],[835,10],[1162,10],[1533,10]]},"1076":{"position":[[199,10],[518,10],[839,10]]}}}],["variou",{"_index":446,"t":{"282":{"position":[[2352,7]]},"776":{"position":[[2136,7]]},"802":{"position":[[296,7]]}}}],["vasiliki",{"_index":1326,"t":{"782":{"position":[[304,8]]}}}],["ver",{"_index":1059,"t":{"760":{"position":[[17,3]]}}}],["veri",{"_index":359,"t":{"278":{"position":[[20,4]]}}}],["verif",{"_index":1042,"t":{"752":{"position":[[1484,12]]},"986":{"position":[[476,12]]}}}],["verifi",{"_index":1019,"t":{"746":{"position":[[1026,6],[1038,6],[1649,6],[1661,6],[1946,6],[1958,6],[2238,6],[2250,6],[2425,6],[2437,6]]},"752":{"position":[[435,6],[558,6],[847,8],[897,6]]},"852":{"position":[[441,8]]},"856":{"position":[[266,8]]},"864":{"position":[[37,9]]},"870":{"position":[[433,6]]}}}],["verificationhash",{"_index":1556,"t":{"852":{"position":[[377,16]]},"856":{"position":[[242,16]]},"870":{"position":[[519,16],[780,16],[844,16],[943,16],[1004,16]]}}}],["verifypushendpoint",{"_index":1561,"t":{"866":{"position":[[66,18]]},"870":{"position":[[77,18]]}}}],["version",{"_index":671,"t":{"471":{"position":[[398,8]]},"515":{"position":[[40,7]]},"517":{"position":[[8,7]]},"665":{"position":[[721,7]]}}}],["via",{"_index":175,"t":{"144":{"position":[[236,3]]},"705":{"position":[[175,3]]},"715":{"position":[[175,3]]},"725":{"position":[[175,3]]},"729":{"position":[[696,3]]},"731":{"position":[[1000,3]]},"735":{"position":[[180,3]]},"744":{"position":[[104,3]]},"750":{"position":[[175,3]]},"762":{"position":[[1611,3]]},"780":{"position":[[1060,3]]},"800":{"position":[[327,3]]},"812":{"position":[[424,3]]}}}],["video",{"_index":1354,"t":{"789":{"position":[[450,5]]},"805":{"position":[[265,5]]}}}],["violat",{"_index":1132,"t":{"762":{"position":[[2043,9],[2151,9]]},"782":{"position":[[122,9]]}}}],["virtual",{"_index":1368,"t":{"791":{"position":[[704,7]]},"800":{"position":[[266,7]]}}}],["viru",{"_index":1439,"t":{"812":{"position":[[196,5]]}}}],["visit",{"_index":870,"t":{"677":{"position":[[1222,5]]},"679":{"position":[[556,5]]},"681":{"position":[[1237,5]]},"683":{"position":[[522,5]]},"685":{"position":[[474,5]]},"687":{"position":[[1420,5]]},"707":{"position":[[127,5],[740,5],[2377,5]]},"709":{"position":[[999,5],[1223,5],[1403,5],[1886,5],[2030,5]]},"711":{"position":[[72,5]]},"737":{"position":[[170,5]]},"739":{"position":[[921,5]]},"741":{"position":[[243,5]]}}}],["visitor",{"_index":1359,"t":{"789":{"position":[[587,8]]}}}],["vpn",{"_index":1369,"t":{"791":{"position":[[730,4]]},"800":{"position":[[292,4]]}}}],["wait",{"_index":822,"t":{"653":{"position":[[1723,7]]},"697":{"position":[[167,7]]},"739":{"position":[[492,7],[859,7]]},"824":{"position":[[968,7]]},"996":{"position":[[203,7],[565,7]]}}}],["want",{"_index":153,"t":{"136":{"position":[[33,4]]},"511":{"position":[[71,4]]},"709":{"position":[[60,4],[1488,4]]},"711":{"position":[[24,4]]},"723":{"position":[[200,4]]},"733":{"position":[[200,4]]},"746":{"position":[[64,4]]},"748":{"position":[[200,4]]},"980":{"position":[[636,4]]}}}],["warn",{"_index":599,"t":{"463":{"position":[[643,7]]}}}],["way",{"_index":379,"t":{"278":{"position":[[405,3]]},"513":{"position":[[14,4]]},"768":{"position":[[337,3]]},"774":{"position":[[26,3]]},"780":{"position":[[712,3]]}}}],["web",{"_index":1191,"t":{"764":{"position":[[2125,3]]}}}],["webhook",{"_index":806,"t":{"653":{"position":[[820,7]]},"744":{"position":[[119,8],[208,7],[278,8],[692,7]]},"848":{"position":[[550,7]]},"854":{"position":[[132,7]]},"856":{"position":[[301,7]]},"978":{"position":[[106,7]]}}}],["websit",{"_index":1190,"t":{"764":{"position":[[2003,7],[2018,7],[2179,7]]},"766":{"position":[[190,7]]},"768":{"position":[[32,7],[124,7]]},"772":{"position":[[89,7]]},"778":{"position":[[299,7]]},"780":{"position":[[1390,7]]}}}],["well",{"_index":785,"t":{"605":{"position":[[591,4]]},"673":{"position":[[543,4]]},"681":{"position":[[784,4]]},"764":{"position":[[1083,4],[1311,4]]},"770":{"position":[[256,4]]},"776":{"position":[[320,4],[1941,4]]},"782":{"position":[[76,4]]},"818":{"position":[[472,4]]},"820":{"position":[[39,4]]}}}],["whatev",{"_index":1583,"t":{"1002":{"position":[[102,8]]}}}],["whenev",{"_index":152,"t":{"136":{"position":[[21,8]]},"407":{"position":[[261,8]]},"709":{"position":[[1476,8]]},"713":{"position":[[317,8]]},"752":{"position":[[116,8],[609,8]]},"764":{"position":[[1506,8]]},"848":{"position":[[0,8]]},"870":{"position":[[109,8]]},"986":{"position":[[61,8]]}}}],["wherea",{"_index":1181,"t":{"764":{"position":[[1533,7]]},"810":{"position":[[734,7]]}}}],["whether",{"_index":1254,"t":{"776":{"position":[[535,7]]},"802":{"position":[[82,7]]}}}],["whose",{"_index":1194,"t":{"764":{"position":[[2216,5]]}}}],["wide",{"_index":648,"t":{"467":{"position":[[613,4]]},"605":{"position":[[165,4],[199,4],[890,4],[978,4]]},"619":{"position":[[165,4],[199,4]]}}}],["willi",{"_index":1578,"t":{"978":{"position":[[143,5]]}}}],["window",{"_index":471,"t":{"305":{"position":[[81,6]]},"315":{"position":[[96,6]]},"653":{"position":[[541,6]]}}}],["within",{"_index":1126,"t":{"762":{"position":[[1907,6]]},"768":{"position":[[113,6]]},"774":{"position":[[454,6]]},"776":{"position":[[477,6],[1367,6]]},"816":{"position":[[802,6]]}}}],["without",{"_index":367,"t":{"278":{"position":[[174,7]]},"282":{"position":[[2250,7]]},"471":{"position":[[282,7]]},"707":{"position":[[202,7]]},"762":{"position":[[1860,7],[1885,7]]},"776":{"position":[[2003,7]]},"780":{"position":[[1296,7]]},"793":{"position":[[225,7]]},"824":{"position":[[948,7]]},"826":{"position":[[339,7]]}}}],["work",{"_index":117,"t":{"68":{"position":[[27,5]]},"136":{"position":[[129,7]]},"407":{"position":[[406,4]]},"709":{"position":[[1584,7]]},"760":{"position":[[645,7]]},"762":{"position":[[172,4]]},"789":{"position":[[112,7],[730,4]]},"791":{"position":[[857,4]]},"793":{"position":[[640,4]]},"802":{"position":[[598,4]]},"805":{"position":[[441,4]]},"807":{"position":[[522,4]]},"816":{"position":[[326,4]]},"818":{"position":[[905,4],[1066,4]]}}}],["worker",{"_index":347,"t":{"276":{"position":[[1717,6]]},"282":{"position":[[1598,6]]},"731":{"position":[[613,6]]},"748":{"position":[[1461,6]]},"760":{"position":[[9,6],[358,6],[408,6],[471,6],[511,6]]},"829":{"position":[[163,7],[357,7]]}}}],["worker_linux_x86_64",{"_index":1072,"t":{"760":{"position":[[511,19]]}}}],["workflow",{"_index":1517,"t":{"826":{"position":[[184,9]]},"829":{"position":[[224,9]]}}}],["workload",{"_index":1522,"t":{"829":{"position":[[50,9]]}}}],["write",{"_index":641,"t":{"467":{"position":[[214,6]]}}}],["written",{"_index":1064,"t":{"760":{"position":[[237,7]]},"816":{"position":[[839,7]]}}}],["wrong",{"_index":1028,"t":{"746":{"position":[[1567,5]]}}}],["www",{"_index":1331,"t":{"784":{"position":[[249,3]]}}}],["x",{"_index":28,"t":{"10":{"position":[[6,1]]},"20":{"position":[[6,1]]},"30":{"position":[[6,1]]},"40":{"position":[[6,1]]},"52":{"position":[[6,1]]},"62":{"position":[[6,1]]},"76":{"position":[[6,1]]},"88":{"position":[[6,1]]},"102":{"position":[[6,1]]},"116":{"position":[[6,1]]},"130":{"position":[[6,1]]},"142":{"position":[[6,1]]},"156":{"position":[[6,1]]},"168":{"position":[[6,1]]},"182":{"position":[[6,1]]},"196":{"position":[[6,1]]},"208":{"position":[[6,1]]},"215":{"position":[[6,1]]},"222":{"position":[[6,1]]},"229":{"position":[[6,1]]},"238":{"position":[[6,1]]},"247":{"position":[[6,1]]},"256":{"position":[[6,1]]},"343":{"position":[[6,1]]},"355":{"position":[[6,1]]},"409":{"position":[[6,1]]},"435":{"position":[[6,1]]},"489":{"position":[[6,1]]},"532":{"position":[[6,1]]},"537":{"position":[[6,1]]},"542":{"position":[[6,1]]},"547":{"position":[[6,1]]},"559":{"position":[[6,1]]},"571":{"position":[[6,1]]},"581":{"position":[[6,1]]},"593":{"position":[[6,1]]},"607":{"position":[[11,1]]},"621":{"position":[[11,1]]},"633":{"position":[[6,1]]},"645":{"position":[[6,1]]},"842":{"position":[[6,1]]},"870":{"position":[[6,1]]},"880":{"position":[[6,1]]},"892":{"position":[[6,1]]},"902":{"position":[[6,1]]},"912":{"position":[[6,1]]},"938":{"position":[[6,1]]},"950":{"position":[[6,1]]},"964":{"position":[[6,1]]},"982":{"position":[[6,1]]},"998":{"position":[[6,1]]},"1014":{"position":[[6,1]]},"1030":{"position":[[6,1]]},"1044":{"position":[[6,1]]},"1060":{"position":[[6,1]]}}}],["x86",{"_index":1073,"t":{"760":{"position":[[524,3]]}}}],["ye",{"_index":838,"t":{"667":{"position":[[606,3]]}}}],["year",{"_index":374,"t":{"278":{"position":[[316,4]]}}}],["ymfzzty0",{"_index":825,"t":{"667":{"position":[[256,8]]}}}],["yourself",{"_index":919,"t":{"701":{"position":[[515,8]]}}}],["z5xjq7hzn7yobnjhthrh4q6oxw",{"_index":988,"t":{"744":{"position":[[540,26]]}}}],["zip",{"_index":1075,"t":{"760":{"position":[[531,3]]}}}],["znode",{"_index":614,"t":{"465":{"position":[[261,5]]},"467":{"position":[[180,5],[190,5]]},"469":{"position":[[612,5]]},"675":{"position":[[319,5]]}}}],["zookeep",{"_index":611,"t":{"465":{"position":[[222,9]]},"467":{"position":[[102,9],[126,9],[233,9]]},"469":{"position":[[631,9],[1035,9],[1065,9]]},"675":{"position":[[280,9]]}}}],["zookeeper_host",{"_index":610,"t":{"465":{"position":[[222,15]]},"467":{"position":[[102,15]]},"675":{"position":[[280,15]]}}}],["zulu",{"_index":811,"t":{"653":{"position":[[1256,4]]},"667":{"position":[[825,4]]},"695":{"position":[[100,4]]},"1042":{"position":[[110,4]]}}}]],"pipeline":["stemmer"]}}] \ No newline at end of file